Class InventoryDispositionDescription
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.inventory.server.entity.InventoryDispositionDescription
- 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 InventoryDispositionDescriptionInventoryDispositionDescription(InventoryDispositionDescriptionValue value, EntityPermission entityPermission) Creates a new instance of InventoryDispositionDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetInventoryDisposition(EntityPermission entityPermission) booleangetLanguage(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetDescription(String description) voidsetFromTime(Long fromTime) voidvoidvoidsetInventoryDispositionPK(InventoryDispositionPK inventoryDispositionPK) voidsetLanguage(Language entity) voidsetLanguagePK(LanguagePK languagePK) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
InventoryDispositionDescription
Creates a new instance of InventoryDispositionDescription- Throws:
PersistenceException
-
InventoryDispositionDescription
public InventoryDispositionDescription(InventoryDispositionDescriptionValue value, EntityPermission entityPermission) Creates a new instance of InventoryDispositionDescription
-
-
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
-
getInventoryDispositionDescriptionValue
-
setInventoryDispositionDescriptionValue
public void setInventoryDispositionDescriptionValue(@Nonnull InventoryDispositionDescriptionValue 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
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(@Nonnull LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(@Nonnull String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-