Class WishlistLineValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<WishlistLinePK>
com.echothree.model.data.wishlist.server.value.WishlistLineValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionWishlistLineValue
(OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) Creates a new instance of WishlistLineValueWishlistLineValue
(WishlistLinePK wishlistLinePK, OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) Creates a new instance of WishlistLineValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setAssociateReferralPK
(AssociateReferralPK associateReferralPK) void
setComment
(String comment) void
setFromTime
(Long fromTime) void
setOfferUsePK
(OfferUsePK offerUsePK) void
setOrderLinePK
(OrderLinePK orderLinePK) void
setThruTime
(Long thruTime) void
setWishlistPriorityPK
(WishlistPriorityPK wishlistPriorityPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
WishlistLineValue
public WishlistLineValue(WishlistLinePK wishlistLinePK, OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WishlistLineValue- Throws:
PersistenceNotNullException
-
WishlistLineValue
public WishlistLineValue(OrderLinePK orderLinePK, OfferUsePK offerUsePK, WishlistPriorityPK wishlistPriorityPK, AssociateReferralPK associateReferralPK, String comment, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of WishlistLineValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<WishlistLinePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<WishlistLinePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<WishlistLinePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<WishlistLinePK>
-
getOrderLinePK
-
setOrderLinePK
- Throws:
PersistenceNotNullException
-
getOrderLinePKHasBeenModified
-
getOfferUsePK
-
setOfferUsePK
- Throws:
PersistenceNotNullException
-
getOfferUsePKHasBeenModified
-
getWishlistPriorityPK
-
setWishlistPriorityPK
public void setWishlistPriorityPK(WishlistPriorityPK wishlistPriorityPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getWishlistPriorityPKHasBeenModified
-
getAssociateReferralPK
-
setAssociateReferralPK
-
getAssociateReferralPKHasBeenModified
-
getComment
-
setComment
-
getCommentHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-