Class ChainInstanceDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ChainInstanceDetailPK>
com.echothree.model.data.chain.server.value.ChainInstanceDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ChainInstanceDetailValue
extends BaseValue<ChainInstanceDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionChainInstanceDetailValue
(ChainInstanceDetailPK chainInstanceDetailPK, ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceDetailValueChainInstanceDetailValue
(ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setChainInstanceName
(String chainInstanceName) void
setChainInstancePK
(ChainInstancePK chainInstancePK) void
setChainPK
(ChainPK chainPK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ChainInstanceDetailValue
public ChainInstanceDetailValue(ChainInstanceDetailPK chainInstanceDetailPK, ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainInstanceDetailValue- Throws:
PersistenceNotNullException
-
ChainInstanceDetailValue
public ChainInstanceDetailValue(ChainInstancePK chainInstancePK, String chainInstanceName, ChainPK chainPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainInstanceDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ChainInstanceDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ChainInstanceDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ChainInstanceDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ChainInstanceDetailPK>
-
getChainInstancePK
-
setChainInstancePK
- Throws:
PersistenceNotNullException
-
getChainInstancePKHasBeenModified
-
getChainInstanceName
-
setChainInstanceName
- Throws:
PersistenceNotNullException
-
getChainInstanceNameHasBeenModified
-
getChainPK
-
setChainPK
- Throws:
PersistenceNotNullException
-
getChainPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-