Class InventoryTransactionLineStatus
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryTransactionLineStatus
- 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 InventoryTransactionLineStatusInventoryTransactionLineStatus(InventoryTransactionLineStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineStatus -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInventoryTransactionLine(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetInventoryTransactionLinePK(InventoryTransactionLinePK inventoryTransactionLinePK) voidvoidsetQuantity(Long quantity) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryTransactionLineStatus
Creates a new instance of InventoryTransactionLineStatus- Throws:
PersistenceException
-
InventoryTransactionLineStatus
public InventoryTransactionLineStatus(InventoryTransactionLineStatusValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionLineStatus
-
-
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
-
getInventoryTransactionLineStatusValue
-
setInventoryTransactionLineStatusValue
public void setInventoryTransactionLineStatusValue(@Nonnull InventoryTransactionLineStatusValue 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
-
getQuantity
-
setQuantity
public void setQuantity(@Nonnull Long quantity) throws PersistenceNotNullException, PersistenceReadOnlyException -
getQuantityHasBeenModified
-