Class ItemAdditionalChargeValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemAdditionalChargePK>
com.echothree.model.data.item.server.value.ItemAdditionalChargeValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ItemAdditionalChargeValue
extends BaseValue<ItemAdditionalChargePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionItemAdditionalChargeValue(ItemAdditionalChargePK itemAdditionalChargePK, ItemPK itemPK, ItemAdditionalChargeTypePK itemAdditionalChargeTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, CurrencyPK currencyPK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemAdditionalChargeValueItemAdditionalChargeValue(ItemPK itemPK, ItemAdditionalChargeTypePK itemAdditionalChargeTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, CurrencyPK currencyPK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemAdditionalChargeValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCurrencyPK(CurrencyPK currencyPK) voidsetFromTime(Long fromTime) voidsetItemAdditionalChargeTypePK(ItemAdditionalChargeTypePK itemAdditionalChargeTypePK) voidvoidsetMaximumQuantity(Long maximumQuantity) voidsetMinimumQuantity(Long minimumQuantity) voidsetThruTime(Long thruTime) voidsetUnitOfMeasureTypePK(UnitOfMeasureTypePK unitOfMeasureTypePK) voidsetUnitPrice(Long unitPrice) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemAdditionalChargeValue
public ItemAdditionalChargeValue(ItemAdditionalChargePK itemAdditionalChargePK, ItemPK itemPK, ItemAdditionalChargeTypePK itemAdditionalChargeTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, CurrencyPK currencyPK, Long unitPrice, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemAdditionalChargeValue- Throws:
PersistenceNotNullException
-
ItemAdditionalChargeValue
public ItemAdditionalChargeValue(ItemPK itemPK, ItemAdditionalChargeTypePK itemAdditionalChargeTypePK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long minimumQuantity, Long maximumQuantity, CurrencyPK currencyPK, Long unitPrice, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemAdditionalChargeValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ItemAdditionalChargePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemAdditionalChargePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemAdditionalChargePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ItemAdditionalChargePK>
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getItemAdditionalChargeTypePK
-
setItemAdditionalChargeTypePK
public void setItemAdditionalChargeTypePK(ItemAdditionalChargeTypePK itemAdditionalChargeTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getItemAdditionalChargeTypePKHasBeenModified
-
getUnitOfMeasureTypePK
-
setUnitOfMeasureTypePK
-
getUnitOfMeasureTypePKHasBeenModified
-
getMinimumQuantity
-
setMinimumQuantity
-
getMinimumQuantityHasBeenModified
-
getMaximumQuantity
-
setMaximumQuantity
-
getMaximumQuantityHasBeenModified
-
getCurrencyPK
-
setCurrencyPK
- Throws:
PersistenceNotNullException
-
getCurrencyPKHasBeenModified
-
getUnitPrice
-
setUnitPrice
- Throws:
PersistenceNotNullException
-
getUnitPriceHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-