Class WishlistValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WishlistPK>
com.echothree.model.data.wishlist.server.value.WishlistValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWishlistValue
(OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) Creates a new instance of WishlistValueWishlistValue
(WishlistPK wishlistPK, OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) Creates a new instance of WishlistValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setOfferUsePK
(OfferUsePK offerUsePK) void
setOrderPK
(OrderPK orderPK) void
setThruTime
(Long thruTime) void
setWishlistTypePK
(WishlistTypePK wishlistTypePK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WishlistValue
public WishlistValue(WishlistPK wishlistPK, OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WishlistValue- Throws:
PersistenceNotNullException
-
WishlistValue
public WishlistValue(OrderPK orderPK, OfferUsePK offerUsePK, WishlistTypePK wishlistTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WishlistValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WishlistPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WishlistPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WishlistPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WishlistPK>
-
getOrderPK
-
setOrderPK
- Throws:
PersistenceNotNullException
-
getOrderPKHasBeenModified
-
getOfferUsePK
-
setOfferUsePK
- Throws:
PersistenceNotNullException
-
getOfferUsePKHasBeenModified
-
getWishlistTypePK
-
setWishlistTypePK
- Throws:
PersistenceNotNullException
-
getWishlistTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-