Class OfferItemValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<OfferItemPK>
com.echothree.model.data.offer.server.value.OfferItemValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionOfferItemValue
(OfferItemPK offerItemPK, OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemValueOfferItemValue
(OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) Creates a new instance of OfferItemValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
void
setOfferPK
(OfferPK offerPK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
OfferItemValue
public OfferItemValue(OfferItemPK offerItemPK, OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OfferItemValue- Throws:
PersistenceNotNullException
-
OfferItemValue
public OfferItemValue(OfferPK offerPK, ItemPK itemPK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of OfferItemValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<OfferItemPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<OfferItemPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<OfferItemPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<OfferItemPK>
-
getOfferPK
-
setOfferPK
- Throws:
PersistenceNotNullException
-
getOfferPKHasBeenModified
-
getItemPK
-
setItemPK
- Throws:
PersistenceNotNullException
-
getItemPKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-