Class PicklistTimeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PicklistTimePK>
com.echothree.model.data.picklist.server.value.PicklistTimeValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionPicklistTimeValue(PicklistPK picklistPK, PicklistTimeTypePK picklistTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of PicklistTimeValuePicklistTimeValue(PicklistTimePK picklistTimePK, PicklistPK picklistPK, PicklistTimeTypePK picklistTimeTypePK, Long time, Long fromTime, Long thruTime) Creates a new instance of PicklistTimeValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleangetTime()booleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetPicklistPK(PicklistPK picklistPK) voidsetPicklistTimeTypePK(PicklistTimeTypePK picklistTimeTypePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PicklistTimeValue
public PicklistTimeValue(PicklistTimePK picklistTimePK, PicklistPK picklistPK, PicklistTimeTypePK picklistTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PicklistTimeValue- Throws:
PersistenceNotNullException
-
PicklistTimeValue
public PicklistTimeValue(PicklistPK picklistPK, PicklistTimeTypePK picklistTimeTypePK, Long time, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PicklistTimeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<PicklistTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<PicklistTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<PicklistTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<PicklistTimePK>
-
getPicklistPK
-
setPicklistPK
- Throws:
PersistenceNotNullException
-
getPicklistPKHasBeenModified
-
getPicklistTimeTypePK
-
setPicklistTimeTypePK
public void setPicklistTimeTypePK(PicklistTimeTypePK picklistTimeTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getPicklistTimeTypePKHasBeenModified
-
getTime
-
setTime
- Throws:
PersistenceNotNullException
-
getTimeHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-