Class WishlistLine
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.wishlist.server.entity.WishlistLine
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of WishlistLineWishlistLine(WishlistLineValue value, EntityPermission entityPermission) Creates a new instance of WishlistLine -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAssociateReferral(EntityPermission entityPermission) booleanbooleanbooleangetOfferUse(EntityPermission entityPermission) booleangetOrderLine(EntityPermission entityPermission) booleanbooleangetWishlistPriority(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidvoidsetAssociateReferralPK(AssociateReferralPK associateReferralPK) voidsetComment(String comment) voidsetFromTime(Long fromTime) voidsetOfferUse(OfferUse entity) voidsetOfferUsePK(OfferUsePK offerUsePK) voidsetOrderLine(OrderLine entity) voidsetOrderLinePK(OrderLinePK orderLinePK) voidsetThruTime(Long thruTime) voidvoidsetWishlistPriority(WishlistPriority entity) voidsetWishlistPriorityPK(WishlistPriorityPK wishlistPriorityPK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
WishlistLine
Creates a new instance of WishlistLine- Throws:
PersistenceException
-
WishlistLine
Creates a new instance of WishlistLine
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getWishlistLineValue
-
setWishlistLineValue
- Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getOrderLinePK
-
getOrderLine
-
getOrderLine
-
getOrderLineForUpdate
-
setOrderLinePK
public void setOrderLinePK(OrderLinePK orderLinePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOrderLine
-
getOrderLinePKHasBeenModified
-
getOfferUsePK
-
getOfferUse
-
getOfferUse
-
getOfferUseForUpdate
-
setOfferUsePK
public void setOfferUsePK(OfferUsePK offerUsePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOfferUse
-
getOfferUsePKHasBeenModified
-
getWishlistPriorityPK
-
getWishlistPriority
-
getWishlistPriority
-
getWishlistPriorityForUpdate
-
setWishlistPriorityPK
public void setWishlistPriorityPK(WishlistPriorityPK wishlistPriorityPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setWishlistPriority
-
getWishlistPriorityPKHasBeenModified
-
getAssociateReferralPK
-
getAssociateReferral
-
getAssociateReferral
-
getAssociateReferralForUpdate
-
setAssociateReferralPK
public void setAssociateReferralPK(AssociateReferralPK associateReferralPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociateReferral
-
getAssociateReferralPKHasBeenModified
-
getComment
-
setComment
public void setComment(String comment) throws PersistenceNotNullException, PersistenceReadOnlyException -
getCommentHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-