Class EventTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.EventTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventTransfer(Long unformattedEventTime, String eventTime, Integer eventTimeSequence, EntityInstanceTransfer entityInstance, EventTypeTransfer eventType, EntityInstanceTransfer relatedEntityInstance, EventTypeTransfer relatedEventType, EntityInstanceTransfer createdBy) Creates a new instance of EventTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the createdBy.Returns the entityInstance.Returns the eventTime.Returns the eventTimeSequence.Returns the eventType.Returns the relatedEntityInstance.Returns the relatedEventType.Returns the unformattedEventTime.voidsetCreatedBy(EntityInstanceTransfer createdBy) Sets the createdBy.voidsetEntityInstance(EntityInstanceTransfer entityInstance) Sets the entityInstance.voidsetEventTime(String eventTime) Sets the eventTime.voidsetEventTimeSequence(Integer eventTimeSequence) Sets the eventTimeSequence.voidsetEventType(EventTypeTransfer eventType) Sets the eventType.voidsetRelatedEntityInstance(EntityInstanceTransfer relatedEntityInstance) Sets the relatedEntityInstance.voidsetRelatedEventType(EventTypeTransfer relatedEventType) Sets the relatedEventType.voidsetUnformattedEventTime(Long unformattedEventTime) Sets the unformattedEventTime.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
EventTransfer
public EventTransfer(Long unformattedEventTime, String eventTime, Integer eventTimeSequence, EntityInstanceTransfer entityInstance, EventTypeTransfer eventType, EntityInstanceTransfer relatedEntityInstance, EventTypeTransfer relatedEventType, EntityInstanceTransfer createdBy) Creates a new instance of EventTransfer
-
-
Method Details
-
getUnformattedEventTime
Returns the unformattedEventTime.- Returns:
- the unformattedEventTime
-
setUnformattedEventTime
Sets the unformattedEventTime.- Parameters:
unformattedEventTime- the unformattedEventTime to set
-
getEventTime
Returns the eventTime.- Returns:
- the eventTime
-
setEventTime
Sets the eventTime.- Parameters:
eventTime- the eventTime to set
-
getEventTimeSequence
Returns the eventTimeSequence.- Returns:
- the eventTimeSequence
-
setEventTimeSequence
Sets the eventTimeSequence.- Parameters:
eventTimeSequence- the eventTimeSequence to set
-
getEntityInstance
Returns the entityInstance.- Overrides:
getEntityInstancein classBaseTransfer- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstancein classBaseTransfer- Parameters:
entityInstance- the entityInstance to set
-
getEventType
Returns the eventType.- Returns:
- the eventType
-
setEventType
Sets the eventType.- Parameters:
eventType- the eventType to set
-
getRelatedEntityInstance
Returns the relatedEntityInstance.- Returns:
- the relatedEntityInstance
-
setRelatedEntityInstance
Sets the relatedEntityInstance.- Parameters:
relatedEntityInstance- the relatedEntityInstance to set
-
getRelatedEventType
Returns the relatedEventType.- Returns:
- the relatedEventType
-
setRelatedEventType
Sets the relatedEventType.- Parameters:
relatedEventType- the relatedEventType to set
-
getCreatedBy
Returns the createdBy.- Returns:
- the createdBy
-
setCreatedBy
Sets the createdBy.- Parameters:
createdBy- the createdBy to set
-