Class TrackDescriptionValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrackDescriptionPK>
com.echothree.model.data.track.server.value.TrackDescriptionValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TrackDescriptionValue
extends BaseValue<TrackDescriptionPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTrackDescriptionValue
(TrackDescriptionPK trackDescriptionPK, TrackPK trackPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TrackDescriptionValueTrackDescriptionValue
(TrackPK trackPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of TrackDescriptionValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDescription
(String description) void
setFromTime
(Long fromTime) void
setLanguagePK
(LanguagePK languagePK) void
setThruTime
(Long thruTime) void
setTrackPK
(TrackPK trackPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrackDescriptionValue
public TrackDescriptionValue(TrackDescriptionPK trackDescriptionPK, TrackPK trackPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrackDescriptionValue- Throws:
PersistenceNotNullException
-
TrackDescriptionValue
public TrackDescriptionValue(TrackPK trackPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrackDescriptionValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TrackDescriptionPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrackDescriptionPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrackDescriptionPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TrackDescriptionPK>
-
getTrackPK
-
setTrackPK
- Throws:
PersistenceNotNullException
-
getTrackPKHasBeenModified
-
getLanguagePK
-
setLanguagePK
- Throws:
PersistenceNotNullException
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
- Throws:
PersistenceNotNullException
-
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-