Class InventoryTransactionLineRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryTransactionLineRolePK>
com.echothree.model.data.inventory.server.value.InventoryTransactionLineRoleValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryTransactionLineRoleValue
extends BaseValue<InventoryTransactionLineRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryTransactionLineRoleValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineRoleValueInventoryTransactionLineRoleValue(InventoryTransactionLineRolePK inventoryTransactionLineRolePK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionLineRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) 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
-
InventoryTransactionLineRoleValue
public InventoryTransactionLineRoleValue(InventoryTransactionLineRolePK inventoryTransactionLineRolePK, InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionLineRoleValue- Throws:
PersistenceNotNullException
-
InventoryTransactionLineRoleValue
public InventoryTransactionLineRoleValue(InventoryTransactionLinePK inventoryTransactionLinePK, InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionLineRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryTransactionLineRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryTransactionLineRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryTransactionLineRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryTransactionLineRolePK>
-
getInventoryTransactionLinePK
-
setInventoryTransactionLinePK
public void setInventoryTransactionLinePK(@Nonnull InventoryTransactionLinePK inventoryTransactionLinePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionLinePKHasBeenModified
-
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
-