Class InventoryCostingMethodDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryCostingMethodDetail
- 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 InventoryCostingMethodDetailInventoryCostingMethodDetail(InventoryCostingMethodDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryCostingMethodDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetInventoryCostingMethod(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidvoidsetInventoryCostingMethodName(String inventoryCostingMethodName) voidsetInventoryCostingMethodPK(InventoryCostingMethodPK inventoryCostingMethodPK) 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
-
InventoryCostingMethodDetail
Creates a new instance of InventoryCostingMethodDetail- Throws:
PersistenceException
-
InventoryCostingMethodDetail
public InventoryCostingMethodDetail(InventoryCostingMethodDetailValue value, EntityPermission entityPermission) Creates a new instance of InventoryCostingMethodDetail
-
-
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
-
getInventoryCostingMethodDetailValue
-
setInventoryCostingMethodDetailValue
public void setInventoryCostingMethodDetailValue(@Nonnull InventoryCostingMethodDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getInventoryCostingMethodPK
-
getInventoryCostingMethod
-
getInventoryCostingMethod
-
getInventoryCostingMethodForUpdate
-
setInventoryCostingMethodPK
public void setInventoryCostingMethodPK(@Nonnull InventoryCostingMethodPK inventoryCostingMethodPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setInventoryCostingMethod
-
getInventoryCostingMethodPKHasBeenModified
-
getInventoryCostingMethodName
-
setInventoryCostingMethodName
public void setInventoryCostingMethodName(@Nonnull String inventoryCostingMethodName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getInventoryCostingMethodNameHasBeenModified
-
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
-