Class ItemVariablePriceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemVariablePricePK>
com.echothree.model.data.item.server.value.ItemVariablePriceValue
- All Implemented Interfaces:
Serializable,Cloneable
public class ItemVariablePriceValue
extends BaseValue<ItemVariablePricePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionItemVariablePriceValue(ItemPricePK itemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of ItemVariablePriceValueItemVariablePriceValue(ItemVariablePricePK itemVariablePricePK, ItemPricePK itemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) Creates a new instance of ItemVariablePriceValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetFromTime(Long fromTime) voidsetItemPricePK(ItemPricePK itemPricePK) voidsetMaximumUnitPrice(Long maximumUnitPrice) voidsetMinimumUnitPrice(Long minimumUnitPrice) voidsetThruTime(Long thruTime) voidsetUnitPriceIncrement(Long unitPriceIncrement) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemVariablePriceValue
public ItemVariablePriceValue(ItemVariablePricePK itemVariablePricePK, ItemPricePK itemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemVariablePriceValue- Throws:
PersistenceNotNullException
-
ItemVariablePriceValue
public ItemVariablePriceValue(ItemPricePK itemPricePK, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemVariablePriceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<ItemVariablePricePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<ItemVariablePricePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<ItemVariablePricePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<ItemVariablePricePK>
-
getItemPricePK
-
setItemPricePK
- Throws:
PersistenceNotNullException
-
getItemPricePKHasBeenModified
-
getMinimumUnitPrice
-
setMinimumUnitPrice
- Throws:
PersistenceNotNullException
-
getMinimumUnitPriceHasBeenModified
-
getMaximumUnitPrice
-
setMaximumUnitPrice
- Throws:
PersistenceNotNullException
-
getMaximumUnitPriceHasBeenModified
-
getUnitPriceIncrement
-
setUnitPriceIncrement
- Throws:
PersistenceNotNullException
-
getUnitPriceIncrementHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-