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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(TrackDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<TrackPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<TrackPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<TrackPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<TrackPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-