Class SalesOrderLine
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.sales.server.entity.SalesOrderLine
- 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 SalesOrderLineSalesOrderLine(SalesOrderLineValue value, EntityPermission entityPermission) Creates a new instance of SalesOrderLine -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAssociateReferral(EntityPermission entityPermission) booleanbooleangetOfferUse(EntityPermission entityPermission) booleangetOrderLine(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetAssociateReferralPK(AssociateReferralPK associateReferralPK) voidsetFromTime(Long fromTime) voidsetOfferUse(OfferUse entity) voidsetOfferUsePK(OfferUsePK offerUsePK) voidsetOrderLine(OrderLine entity) voidsetOrderLinePK(OrderLinePK orderLinePK) voidvoidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
SalesOrderLine
Creates a new instance of SalesOrderLine- Throws:
PersistenceException
-
SalesOrderLine
Creates a new instance of SalesOrderLine
-
-
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
-
getSalesOrderLineValue
-
setSalesOrderLineValue
- 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
-
getAssociateReferralPK
-
getAssociateReferral
-
getAssociateReferral
-
getAssociateReferralForUpdate
-
setAssociateReferralPK
public void setAssociateReferralPK(AssociateReferralPK associateReferralPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociateReferral
-
getAssociateReferralPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-