Class TrackDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TrackDetailPK>
com.echothree.model.data.track.server.value.TrackDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTrackDetailValue
(TrackDetailPK trackDetailPK, TrackPK trackPK, String trackName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TrackDetailValueTrackDetailValue
(TrackPK trackPK, String trackName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of TrackDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
getValue()
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) void
setTrackName
(String trackName) void
setTrackPK
(TrackPK trackPK) void
void
setValueSha1Hash
(String valueSha1Hash) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TrackDetailValue
public TrackDetailValue(TrackDetailPK trackDetailPK, TrackPK trackPK, String trackName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrackDetailValue- Throws:
PersistenceNotNullException
-
TrackDetailValue
public TrackDetailValue(TrackPK trackPK, String trackName, String valueSha1Hash, String value, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TrackDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TrackDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TrackDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TrackDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TrackDetailPK>
-
getTrackPK
-
setTrackPK
- Throws:
PersistenceNotNullException
-
getTrackPKHasBeenModified
-
getTrackName
-
setTrackName
- Throws:
PersistenceNotNullException
-
getTrackNameHasBeenModified
-
getValueSha1Hash
-
setValueSha1Hash
- Throws:
PersistenceNotNullException
-
getValueSha1HashHasBeenModified
-
getValue
-
setValue
- Throws:
PersistenceNotNullException
-
getValueHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-