Class AssociateProgramDetail
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.associate.server.entity.AssociateProgramDetail
- 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 AssociateProgramDetailAssociateProgramDetail(AssociateProgramDetailValue value, EntityPermission entityPermission) Creates a new instance of AssociateProgramDetail -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAssociatePartyContactMechanismSequence(EntityPermission entityPermission) booleangetAssociateProgram(EntityPermission entityPermission) booleanbooleangetAssociateReferralSequence(EntityPermission entityPermission) booleangetAssociateSequence(EntityPermission entityPermission) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()voidremove()voidvoidsetAssociatePartyContactMechanismSequencePK(SequencePK associatePartyContactMechanismSequencePK) voidsetAssociateProgram(AssociateProgram entity) voidvoidsetAssociateProgramName(String associateProgramName) voidsetAssociateProgramPK(AssociateProgramPK associateProgramPK) voidsetAssociateReferralSequence(Sequence entity) voidsetAssociateReferralSequencePK(SequencePK associateReferralSequencePK) voidsetAssociateSequence(Sequence entity) voidsetAssociateSequencePK(SequencePK associateSequencePK) voidsetFromTime(Long fromTime) voidsetIsDefault(Boolean isDefault) voidsetItemDirectSalePercent(Integer itemDirectSalePercent) voidsetItemIndirectSalePercent(Integer itemIndirectSalePercent) voidsetSortOrder(Integer sortOrder) voidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
AssociateProgramDetail
Creates a new instance of AssociateProgramDetail- Throws:
PersistenceException
-
AssociateProgramDetail
Creates a new instance of AssociateProgramDetail
-
-
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
-
getAssociateProgramDetailValue
-
setAssociateProgramDetailValue
public void setAssociateProgramDetailValue(@Nonnull AssociateProgramDetailValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getAssociateProgramPK
-
getAssociateProgram
-
getAssociateProgram
-
getAssociateProgramForUpdate
-
setAssociateProgramPK
public void setAssociateProgramPK(@Nullable AssociateProgramPK associateProgramPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociateProgram
-
getAssociateProgramPKHasBeenModified
-
getAssociateProgramName
-
setAssociateProgramName
public void setAssociateProgramName(@Nonnull String associateProgramName) throws PersistenceNotNullException, PersistenceReadOnlyException -
getAssociateProgramNameHasBeenModified
-
getAssociateSequencePK
-
getAssociateSequence
-
getAssociateSequence
-
getAssociateSequenceForUpdate
-
setAssociateSequencePK
public void setAssociateSequencePK(@Nullable SequencePK associateSequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociateSequence
-
getAssociateSequencePKHasBeenModified
-
getAssociatePartyContactMechanismSequencePK
-
getAssociatePartyContactMechanismSequence
@Nullable public Sequence getAssociatePartyContactMechanismSequence(EntityPermission entityPermission) -
getAssociatePartyContactMechanismSequence
-
getAssociatePartyContactMechanismSequenceForUpdate
-
setAssociatePartyContactMechanismSequencePK
public void setAssociatePartyContactMechanismSequencePK(@Nullable SequencePK associatePartyContactMechanismSequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociatePartyContactMechanismSequence
-
getAssociatePartyContactMechanismSequencePKHasBeenModified
-
getAssociateReferralSequencePK
-
getAssociateReferralSequence
-
getAssociateReferralSequence
-
getAssociateReferralSequenceForUpdate
-
setAssociateReferralSequencePK
public void setAssociateReferralSequencePK(@Nullable SequencePK associateReferralSequencePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setAssociateReferralSequence
-
getAssociateReferralSequencePKHasBeenModified
-
getItemIndirectSalePercent
-
setItemIndirectSalePercent
public void setItemIndirectSalePercent(@Nullable Integer itemIndirectSalePercent) throws PersistenceNotNullException, PersistenceReadOnlyException -
getItemIndirectSalePercentHasBeenModified
-
getItemDirectSalePercent
-
setItemDirectSalePercent
public void setItemDirectSalePercent(@Nullable Integer itemDirectSalePercent) throws PersistenceNotNullException, PersistenceReadOnlyException -
getItemDirectSalePercentHasBeenModified
-
getIsDefault
-
setIsDefault
public void setIsDefault(@Nonnull Boolean isDefault) throws PersistenceNotNullException, PersistenceReadOnlyException -
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
public void setSortOrder(@Nonnull Integer sortOrder) throws PersistenceNotNullException, PersistenceReadOnlyException -
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-