Class ItemFixedPriceValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<ItemFixedPricePK>
com.echothree.model.data.item.server.value.ItemFixedPriceValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class ItemFixedPriceValue
extends BaseValue<ItemFixedPricePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionItemFixedPriceValue
(ItemFixedPricePK itemFixedPricePK, ItemPricePK itemPricePK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemFixedPriceValueItemFixedPriceValue
(ItemPricePK itemPricePK, Long unitPrice, Long fromTime, Long thruTime) Creates a new instance of ItemFixedPriceValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setItemPricePK
(ItemPricePK itemPricePK) void
setThruTime
(Long thruTime) void
setUnitPrice
(Long unitPrice) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
ItemFixedPriceValue
public ItemFixedPriceValue(ItemFixedPricePK itemFixedPricePK, ItemPricePK itemPricePK, Long unitPrice, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemFixedPriceValue- Throws:
PersistenceNotNullException
-
ItemFixedPriceValue
public ItemFixedPriceValue(ItemPricePK itemPricePK, Long unitPrice, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of ItemFixedPriceValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<ItemFixedPricePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<ItemFixedPricePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<ItemFixedPricePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<ItemFixedPricePK>
-
getItemPricePK
-
setItemPricePK
- Throws:
PersistenceNotNullException
-
getItemPricePKHasBeenModified
-
getUnitPrice
-
setUnitPrice
- Throws:
PersistenceNotNullException
-
getUnitPriceHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-