Class TrackValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrackPK>
com.echothree.model.data.track.server.value.TrackValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTrackValue
(TrackDetailPK activeDetailPK, TrackDetailPK lastDetailPK) Creates a new instance of TrackValueTrackValue
(TrackPK trackPK, TrackDetailPK activeDetailPK, TrackDetailPK lastDetailPK) Creates a new instance of TrackValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(TrackDetailPK activeDetailPK) void
setLastDetailPK
(TrackDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrackValue
public TrackValue(TrackPK trackPK, TrackDetailPK activeDetailPK, TrackDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TrackValue- Throws:
PersistenceNotNullException
-
TrackValue
public TrackValue(TrackDetailPK activeDetailPK, TrackDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of TrackValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TrackPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrackPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrackPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TrackPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-