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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetAssociateReferralPK(AssociateReferralPK associateReferralPK) voidsetComment(String comment) voidsetFromTime(Long fromTime) voidsetOfferUsePK(OfferUsePK offerUsePK) voidsetOrderLinePK(OrderLinePK orderLinePK) voidsetThruTime(Long thruTime) voidsetWishlistPriorityPK(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:
getBaseFactoryInstancein classBaseValue<WishlistLinePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<WishlistLinePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<WishlistLinePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin 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
-