Class UserVisitTrackTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.track.common.transfer.UserVisitTrackTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserVisitTrackTransfer
(UserVisitTransfer userVisit, Integer userVisitTrackSequence, Long unformattedTime, String time, TrackTransfer track) Creates a new instance of UserVisitTrackTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetTime()
Returns the time.getTrack()
Returns the track.Returns the unformattedTime.Returns the userVisit.Returns the userVisitTrackSequence.void
Sets the time.void
setTrack
(TrackTransfer track) Sets the track.void
setUnformattedTime
(Long unformattedTime) Sets the unformattedTime.void
setUserVisit
(UserVisitTransfer userVisit) Sets the userVisit.void
setUserVisitTrackSequence
(Integer userVisitTrackSequence) Sets the userVisitTrackSequence.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
-
UserVisitTrackTransfer
public UserVisitTrackTransfer(UserVisitTransfer userVisit, Integer userVisitTrackSequence, Long unformattedTime, String time, TrackTransfer track) Creates a new instance of UserVisitTrackTransfer
-
-
Method Details
-
getUserVisit
Returns the userVisit.- Returns:
- the userVisit
-
setUserVisit
Sets the userVisit.- Parameters:
userVisit
- the userVisit to set
-
getUserVisitTrackSequence
Returns the userVisitTrackSequence.- Returns:
- the userVisitTrackSequence
-
setUserVisitTrackSequence
Sets the userVisitTrackSequence.- Parameters:
userVisitTrackSequence
- the userVisitTrackSequence to set
-
getUnformattedTime
Returns the unformattedTime.- Returns:
- the unformattedTime
-
setUnformattedTime
Sets the unformattedTime.- Parameters:
unformattedTime
- the unformattedTime to set
-
getTime
Returns the time.- Returns:
- the time
-
setTime
Sets the time.- Parameters:
time
- the time to set
-
getTrack
Returns the track.- Returns:
- the track
-
setTrack
Sets the track.- Parameters:
track
- the track to set
-