Class ChainKindDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ChainKindDetailPK>
com.echothree.model.data.chain.server.value.ChainKindDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ChainKindDetailValue
extends BaseValue<ChainKindDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionChainKindDetailValue
(ChainKindDetailPK chainKindDetailPK, ChainKindPK chainKindPK, String chainKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainKindDetailValueChainKindDetailValue
(ChainKindPK chainKindPK, String chainKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ChainKindDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setChainKindName
(String chainKindName) void
setChainKindPK
(ChainKindPK chainKindPK) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ChainKindDetailValue
public ChainKindDetailValue(ChainKindDetailPK chainKindDetailPK, ChainKindPK chainKindPK, String chainKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainKindDetailValue- Throws:
PersistenceNotNullException
-
ChainKindDetailValue
public ChainKindDetailValue(ChainKindPK chainKindPK, String chainKindName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainKindDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ChainKindDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ChainKindDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ChainKindDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ChainKindDetailPK>
-
getChainKindPK
-
setChainKindPK
- Throws:
PersistenceNotNullException
-
getChainKindPKHasBeenModified
-
getChainKindName
-
setChainKindName
- Throws:
PersistenceNotNullException
-
getChainKindNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-