Class PicklistDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PicklistDetailPK>
com.echothree.model.data.picklist.server.value.PicklistDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PicklistDetailValue
extends BaseValue<PicklistDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPicklistDetailValue
(PicklistDetailPK picklistDetailPK, PicklistPK picklistPK, PicklistTypePK picklistTypePK, String picklistName, Long fromTime, Long thruTime) Creates a new instance of PicklistDetailValuePicklistDetailValue
(PicklistPK picklistPK, PicklistTypePK picklistTypePK, String picklistName, Long fromTime, Long thruTime) Creates a new instance of PicklistDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setPicklistName
(String picklistName) void
setPicklistPK
(PicklistPK picklistPK) void
setPicklistTypePK
(PicklistTypePK picklistTypePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PicklistDetailValue
public PicklistDetailValue(PicklistDetailPK picklistDetailPK, PicklistPK picklistPK, PicklistTypePK picklistTypePK, String picklistName, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PicklistDetailValue- Throws:
PersistenceNotNullException
-
PicklistDetailValue
public PicklistDetailValue(PicklistPK picklistPK, PicklistTypePK picklistTypePK, String picklistName, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PicklistDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PicklistDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PicklistDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PicklistDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PicklistDetailPK>
-
getPicklistPK
-
setPicklistPK
- Throws:
PersistenceNotNullException
-
getPicklistPKHasBeenModified
-
getPicklistTypePK
-
setPicklistTypePK
- Throws:
PersistenceNotNullException
-
getPicklistTypePKHasBeenModified
-
getPicklistName
-
setPicklistName
- Throws:
PersistenceNotNullException
-
getPicklistNameHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-