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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
getTime()
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPicklistPK
(PicklistPK picklistPK) void
setPicklistTimeTypePK
(PicklistTimeTypePK picklistTimeTypePK) void
setThruTime
(Long thruTime) void
toString()
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:
getBaseFactoryInstance
in classBaseValue<PicklistTimePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PicklistTimePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PicklistTimePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-