Class ThumbnailReference

    • Constructor Detail

      • ThumbnailReference

        public ThumbnailReference​(String id,
                                  String componentInstanceId,
                                  int objectType)
      • ThumbnailReference

        public ThumbnailReference​(int id,
                                  String componentInstanceId,
                                  int objectType)
    • Method Detail

      • getObjectId

        public int getObjectId()
      • setObjectId

        public void setObjectId​(int objectId)
      • getObjectType

        public int getObjectType()
      • setObjectType

        public void setObjectType​(int objectType)
      • equals

        public boolean equals​(Object o)
        Description copied from class: ResourceReference
        Is the an another object is a ResourceReference instance and is equal to this object.
        Overrides:
        equals in class ResourceReference
        Parameters:
        o - the object to compare to this reference.
        Returns:
        true if other is equals to this reference. False otherwise.