Class InventoryTransactionRole
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryTransactionRole
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of InventoryTransactionRoleInventoryTransactionRole(InventoryTransactionRoleValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionRole -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryTransaction(EntityPermission entityPermission) booleangetInventoryTransactionRoleType(EntityPermission entityPermission) booleangetParty()getParty(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidsetInventoryTransactionPK(InventoryTransactionPK inventoryTransactionPK) voidvoidsetInventoryTransactionRoleTypePK(InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK) voidvoidvoidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryTransactionRole
Creates a new instance of InventoryTransactionRole- Throws:
PersistenceException
-
InventoryTransactionRole
public InventoryTransactionRole(InventoryTransactionRoleValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionRole
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getInventoryTransactionRoleValue
-
setInventoryTransactionRoleValue
public void setInventoryTransactionRoleValue(@Nonnull InventoryTransactionRoleValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryTransactionPK
-
getInventoryTransaction
-
getInventoryTransaction
-
getInventoryTransactionForUpdate
-
setInventoryTransactionPK
public void setInventoryTransactionPK(@Nonnull InventoryTransactionPK inventoryTransactionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransaction
-
getInventoryTransactionPKHasBeenModified
-
getInventoryTransactionRoleTypePK
-
getInventoryTransactionRoleType
@Nonnull public InventoryTransactionRoleType getInventoryTransactionRoleType(EntityPermission entityPermission) -
getInventoryTransactionRoleType
-
getInventoryTransactionRoleTypeForUpdate
-
setInventoryTransactionRoleTypePK
public void setInventoryTransactionRoleTypePK(@Nonnull InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionRoleType
-
getInventoryTransactionRoleTypePKHasBeenModified
-
getPartyPK
-
getParty
-
getParty
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(@Nonnull PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-