Class InventoryTransactionReasonDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryTransactionReasonDetail
- 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 InventoryTransactionReasonDetailInventoryTransactionReasonDetail(InventoryTransactionReasonDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionReasonDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryDisposition(EntityPermission entityPermission) booleangetInventoryTransactionReason(EntityPermission entityPermission) booleanbooleangetInventoryTransactionType(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidsetInventoryDispositionPK(InventoryDispositionPK inventoryDispositionPK) voidvoidvoidsetInventoryTransactionReasonName(String inventoryTransactionReasonName) voidsetInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) 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
-
InventoryTransactionReasonDetail
Creates a new instance of InventoryTransactionReasonDetail- Throws:
PersistenceException
-
InventoryTransactionReasonDetail
public InventoryTransactionReasonDetail(InventoryTransactionReasonDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryTransactionReasonDetail
-
-
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
-
getInventoryTransactionReasonDetailValue
-
setInventoryTransactionReasonDetailValue
public void setInventoryTransactionReasonDetailValue(@Nonnull InventoryTransactionReasonDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryTransactionReasonPK
-
getInventoryTransactionReason
@Nonnull public InventoryTransactionReason getInventoryTransactionReason(EntityPermission entityPermission) -
getInventoryTransactionReason
-
getInventoryTransactionReasonForUpdate
-
setInventoryTransactionReasonPK
public void setInventoryTransactionReasonPK(@Nonnull InventoryTransactionReasonPK inventoryTransactionReasonPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionReason
-
getInventoryTransactionReasonPKHasBeenModified
-
getInventoryTransactionTypePK
-
getInventoryTransactionType
@Nonnull public InventoryTransactionType getInventoryTransactionType(EntityPermission entityPermission) -
getInventoryTransactionType
-
getInventoryTransactionTypeForUpdate
-
setInventoryTransactionTypePK
public void setInventoryTransactionTypePK(@Nonnull InventoryTransactionTypePK inventoryTransactionTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryTransactionType
-
getInventoryTransactionTypePKHasBeenModified
-
getInventoryTransactionReasonName
-
setInventoryTransactionReasonName
public void setInventoryTransactionReasonName(@Nonnull String inventoryTransactionReasonName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventoryTransactionReasonNameHasBeenModified
-
getInventoryDispositionPK
-
getInventoryDisposition
-
getInventoryDisposition
-
getInventoryDispositionForUpdate
-
setInventoryDispositionPK
public void setInventoryDispositionPK(@Nonnull InventoryDispositionPK inventoryDispositionPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryDisposition
-
getInventoryDispositionPKHasBeenModified
-
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
-