Class InventoryDispositionDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryDispositionDetail
- 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 InventoryDispositionDetailInventoryDispositionDetail(InventoryDispositionDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryDispositionDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryDisposition(EntityPermission entityPermission) booleanbooleangetInventoryTransactionType(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidvoidsetInventoryDispositionName(String inventoryDispositionName) voidsetInventoryDispositionPK(InventoryDispositionPK inventoryDispositionPK) voidvoidsetInventoryTransactionTypePK(InventoryTransactionTypePK inventoryTransactionTypePK) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryDispositionDetail
Creates a new instance of InventoryDispositionDetail- Throws:
PersistenceException
-
InventoryDispositionDetail
public InventoryDispositionDetail(InventoryDispositionDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryDispositionDetail
-
-
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
-
getInventoryDispositionDetailValue
-
setInventoryDispositionDetailValue
public void setInventoryDispositionDetailValue(@Nonnull InventoryDispositionDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryDispositionPK
-
getInventoryDisposition
-
getInventoryDisposition
-
getInventoryDispositionForUpdate
-
setInventoryDispositionPK
public void setInventoryDispositionPK(@Nonnull InventoryDispositionPK inventoryDispositionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryDisposition
-
getInventoryDispositionPKHasBeenModified
-
getInventoryTransactionTypePK
-
getInventoryTransactionType
@Nonnull public InventoryTransactionType getInventoryTransactionType(EntityPermission entityPermission) -
getInventoryTransactionType
-
getInventoryTransactionTypeForUpdate
-
setInventoryTransactionTypePK
public void setInventoryTransactionTypePK(@Nonnull InventoryTransactionTypePK inventoryTransactionTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionType
-
getInventoryTransactionTypePKHasBeenModified
-
getInventoryDispositionName
-
setInventoryDispositionName
public void setInventoryDispositionName(@Nonnull String inventoryDispositionName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventoryDispositionNameHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(@Nonnull Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(@Nonnull Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-