Class InventoryTransactionLineRole
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryTransactionLineRole
- 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 InventoryTransactionLineRoleInventoryTransactionLineRole(InventoryTransactionLineRoleValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineRole -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryTransactionLine(EntityPermission entityPermission) booleangetInventoryTransactionRoleType(EntityPermission entityPermission) booleangetParty()getParty(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidvoidvoidsetInventoryTransactionRoleTypePK(InventoryTransactionRoleTypePK inventoryTransactionRoleTypePK) voidvoidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryTransactionLineRole
Creates a new instance of InventoryTransactionLineRole- Throws:
PersistenceException
-
InventoryTransactionLineRole
public InventoryTransactionLineRole(InventoryTransactionLineRoleValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineRole
-
-
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
-
getInventoryTransactionLineRoleValue
-
setInventoryTransactionLineRoleValue
public void setInventoryTransactionLineRoleValue(@Nonnull InventoryTransactionLineRoleValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryTransactionLinePK
-
getInventoryTransactionLine
@Nonnull public InventoryTransactionLine getInventoryTransactionLine(EntityPermission entityPermission) -
getInventoryTransactionLine
-
getInventoryTransactionLineForUpdate
-
setInventoryTransactionLinePK
public void setInventoryTransactionLinePK(@Nonnull InventoryTransactionLinePK inventoryTransactionLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionLine
-
getInventoryTransactionLinePKHasBeenModified
-
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
-