Class InventoryTransactionReasonDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<InventoryTransactionReasonDetailPK>
com.echothree.model.data.inventory.server.value.InventoryTransactionReasonDetailValue
- All Implemented Interfaces:
Serializable,Cloneable
public class InventoryTransactionReasonDetailValue
extends BaseValue<InventoryTransactionReasonDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionInventoryTransactionReasonDetailValue(InventoryTransactionReasonDetailPK inventoryTransactionReasonDetailPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionReasonName, InventoryDispositionPK inventoryDispositionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionReasonDetailValueInventoryTransactionReasonDetailValue(InventoryTransactionReasonPK inventoryTransactionReasonPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionReasonName, InventoryDispositionPK inventoryDispositionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of InventoryTransactionReasonDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetInventoryDispositionPK(InventoryDispositionPK inventoryDispositionPK) voidsetInventoryTransactionReasonName(String inventoryTransactionReasonName) voidsetInventoryTransactionReasonPK(InventoryTransactionReasonPK inventoryTransactionReasonPK) voidsetInventoryTransactionTypePK(InventoryTransactionTypePK inventoryTransactionTypePK) voidsetIsDefault(Boolean isDefault) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
InventoryTransactionReasonDetailValue
public InventoryTransactionReasonDetailValue(InventoryTransactionReasonDetailPK inventoryTransactionReasonDetailPK, InventoryTransactionReasonPK inventoryTransactionReasonPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionReasonName, InventoryDispositionPK inventoryDispositionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionReasonDetailValue- Throws:
PersistenceNotNullException
-
InventoryTransactionReasonDetailValue
public InventoryTransactionReasonDetailValue(InventoryTransactionReasonPK inventoryTransactionReasonPK, InventoryTransactionTypePK inventoryTransactionTypePK, String inventoryTransactionReasonName, InventoryDispositionPK inventoryDispositionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of InventoryTransactionReasonDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<InventoryTransactionReasonDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<InventoryTransactionReasonDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<InventoryTransactionReasonDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<InventoryTransactionReasonDetailPK>
-
getInventoryTransactionReasonPK
-
setInventoryTransactionReasonPK
public void setInventoryTransactionReasonPK(@Nonnull InventoryTransactionReasonPK inventoryTransactionReasonPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionReasonPKHasBeenModified
-
getInventoryTransactionTypePK
-
setInventoryTransactionTypePK
public void setInventoryTransactionTypePK(@Nonnull InventoryTransactionTypePK inventoryTransactionTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionTypePKHasBeenModified
-
getInventoryTransactionReasonName
-
setInventoryTransactionReasonName
public void setInventoryTransactionReasonName(@Nonnull String inventoryTransactionReasonName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryTransactionReasonNameHasBeenModified
-
getInventoryDispositionPK
-
setInventoryDispositionPK
public void setInventoryDispositionPK(@Nonnull InventoryDispositionPK inventoryDispositionPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getInventoryDispositionPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-