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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setItemPricePK
(ItemPricePK itemPricePK) void
setMaximumUnitPrice
(Long maximumUnitPrice) void
setMinimumUnitPrice
(Long minimumUnitPrice) void
setThruTime
(Long thruTime) void
setUnitPriceIncrement
(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:
getBaseFactoryInstance
in classBaseValue<ItemVariablePricePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemVariablePricePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemVariablePricePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-