Class ChainInstanceEntityRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ChainInstanceEntityRolePK>
com.echothree.model.data.chain.server.value.ChainInstanceEntityRoleValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ChainInstanceEntityRoleValue
extends BaseValue<ChainInstanceEntityRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionChainInstanceEntityRoleValue
(ChainInstanceEntityRolePK chainInstanceEntityRolePK, ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceEntityRoleValueChainInstanceEntityRoleValue
(ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of ChainInstanceEntityRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setChainEntityRoleTypePK
(ChainEntityRoleTypePK chainEntityRoleTypePK) void
setChainInstancePK
(ChainInstancePK chainInstancePK) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) 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
-
ChainInstanceEntityRoleValue
public ChainInstanceEntityRoleValue(ChainInstanceEntityRolePK chainInstanceEntityRolePK, ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainInstanceEntityRoleValue- Throws:
PersistenceNotNullException
-
ChainInstanceEntityRoleValue
public ChainInstanceEntityRoleValue(ChainInstancePK chainInstancePK, ChainEntityRoleTypePK chainEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ChainInstanceEntityRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ChainInstanceEntityRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ChainInstanceEntityRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ChainInstanceEntityRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ChainInstanceEntityRolePK>
-
getChainInstancePK
-
setChainInstancePK
- Throws:
PersistenceNotNullException
-
getChainInstancePKHasBeenModified
-
getChainEntityRoleTypePK
-
setChainEntityRoleTypePK
public void setChainEntityRoleTypePK(ChainEntityRoleTypePK chainEntityRoleTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getChainEntityRoleTypePKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-