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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCurrencyPK
(CurrencyPK currencyPK) void
setFromTime
(Long fromTime) void
setItemAdditionalChargeTypePK
(ItemAdditionalChargeTypePK itemAdditionalChargeTypePK) void
void
setMaximumQuantity
(Long maximumQuantity) void
setMinimumQuantity
(Long minimumQuantity) void
setThruTime
(Long thruTime) void
setUnitOfMeasureTypePK
(UnitOfMeasureTypePK unitOfMeasureTypePK) void
setUnitPrice
(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:
getBaseFactoryInstance
in classBaseValue<ItemAdditionalChargePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemAdditionalChargePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemAdditionalChargePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-