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.void
setCreatedBy
(EntityInstanceTransfer createdBy) Sets the createdBy.void
setEntityInstance
(EntityInstanceTransfer entityInstance) Sets the entityInstance.void
setEventTime
(String eventTime) Sets the eventTime.void
setEventTimeSequence
(Integer eventTimeSequence) Sets the eventTimeSequence.void
setEventType
(EventTypeTransfer eventType) Sets the eventType.void
setRelatedEntityInstance
(EntityInstanceTransfer relatedEntityInstance) Sets the relatedEntityInstance.void
setRelatedEventType
(EventTypeTransfer relatedEventType) Sets the relatedEventType.void
setUnformattedEventTime
(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:
getEntityInstance
in classBaseTransfer
- Returns:
- the entityInstance
-
setEntityInstance
Sets the entityInstance.- Overrides:
setEntityInstance
in 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
-