Class TransactionEntityRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<TransactionEntityRolePK>
com.echothree.model.data.accounting.server.value.TransactionEntityRoleValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class TransactionEntityRoleValue
extends BaseValue<TransactionEntityRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionEntityRoleValue
(TransactionEntityRolePK transactionEntityRolePK, TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of TransactionEntityRoleValueTransactionEntityRoleValue
(TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of TransactionEntityRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setFromTime
(Long fromTime) void
setThruTime
(Long thruTime) void
setTransactionEntityRoleTypePK
(TransactionEntityRoleTypePK transactionEntityRoleTypePK) void
setTransactionPK
(TransactionPK transactionPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
TransactionEntityRoleValue
public TransactionEntityRoleValue(TransactionEntityRolePK transactionEntityRolePK, TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionEntityRoleValue- Throws:
PersistenceNotNullException
-
TransactionEntityRoleValue
public TransactionEntityRoleValue(TransactionPK transactionPK, TransactionEntityRoleTypePK transactionEntityRoleTypePK, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of TransactionEntityRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<TransactionEntityRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<TransactionEntityRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<TransactionEntityRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<TransactionEntityRolePK>
-
getTransactionPK
-
setTransactionPK
- Throws:
PersistenceNotNullException
-
getTransactionPKHasBeenModified
-
getTransactionEntityRoleTypePK
-
setTransactionEntityRoleTypePK
public void setTransactionEntityRoleTypePK(TransactionEntityRoleTypePK transactionEntityRoleTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getTransactionEntityRoleTypePKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-