Class EntityInstanceTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EntityInstanceTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEntityInstanceTransfer
(EntityTypeTransfer entityType, Long entityUniqueId, String key, String guid, String ulid, String entityRef, EntityTimeTransfer entityTime, String description) Creates a new instance of EntityInstanceTransfer -
Method Summary
Modifier and TypeMethodDescriptionboolean
entityType and entityUniqueId must be present.getGuid()
getKey()
getUlid()
int
hashCode()
entityType and entityUniqueId must be present.void
setDescription
(String description) void
setEntityAppearance
(EntityAppearanceTransfer entityAppearance) void
setEntityNames
(EntityNames entityNames) void
setEntityRef
(String entityRef) void
setEntityTime
(EntityTimeTransfer entityTime) void
setEntityType
(EntityTypeTransfer entityType) void
setEntityUniqueId
(Long entityUniqueId) void
setEntityVisit
(EntityVisitTransfer entityVisit) void
void
void
Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
EntityInstanceTransfer
public EntityInstanceTransfer(EntityTypeTransfer entityType, Long entityUniqueId, String key, String guid, String ulid, String entityRef, EntityTimeTransfer entityTime, String description) Creates a new instance of EntityInstanceTransfer
-
-
Method Details
-
getEntityType
-
setEntityType
-
getEntityUniqueId
-
setEntityUniqueId
-
getKey
-
setKey
-
getGuid
-
setGuid
-
getUlid
-
setUlid
-
getEntityRef
-
setEntityRef
-
getEntityTime
-
setEntityTime
-
getDescription
-
setDescription
-
getEntityAppearance
-
setEntityAppearance
-
getEntityVisit
-
setEntityVisit
-
getEntityNames
-
setEntityNames
-
equals
entityType and entityUniqueId must be present. -
hashCode
entityType and entityUniqueId must be present.
-