Class InventoryTransactionRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryTransactionRolePK>
com.echothree.model.data.inventory.server.value.InventoryTransactionRoleValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryTransactionRoleValue
extends BaseValue<InventoryTransactionRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryTransactionRoleValue(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionRoleValueInventoryTransactionRoleValue(InventoryTransactionRolePK inventoryTransactionRolePK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidsetInventoryTransactionRoleTypePK(InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryTransactionRoleValue
public InventoryTransactionRoleValue(InventoryTransactionRolePK inventoryTransactionRolePK, InventoryTransactionPK inventoryTransactionPK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionRoleValue- Throws:
PersistenceNotNullException
-
InventoryTransactionRoleValue
public InventoryTransactionRoleValue(InventoryTransactionPK inventoryTransactionPK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryTransactionRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryTransactionRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryTransactionRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryTransactionRolePK>
-
getInventoryTransactionPK
-
setInventoryTransactionPK
public void setInventoryTransactionPK(@Nonnull InventoryTransactionPK inventoryTransactionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionPKHasBeenModified
-
getInventoryTransactionRoleTypePK
-
setInventoryTransactionRoleTypePK
public void setInventoryTransactionRoleTypePK(@Nonnull InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionRoleTypePKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-