public class CRMDOAccountReceivableMember extends CRMDO implements ICRMDOCollectionEntity, ICRMDOConsumerApplicationBasedEntity
| Constructor and Description |
|---|
CRMDOAccountReceivableMember() |
| Modifier and Type | Method and Description |
|---|---|
CRMDOAccountReceivable |
getConsumerAccountReceivable() |
CRMDOContactInformation |
getConsumerContactInformation() |
AccountReceivableMemberFundingScope |
getFundingScope() |
CRMDO |
getMainEntity() |
CRMDOAccountReceivable |
getMemberAccountReceivable() |
java.lang.Integer |
getOrder() |
CRMDOAccountReceivable |
getParentAccountReceivable() |
java.util.Set<CRMDOAccountReceivableMemberProduct> |
getProducts() |
java.lang.Boolean |
isFullyFunded() |
java.lang.Boolean |
isPartiallyFunded() |
java.lang.Boolean |
isSpecified() |
void |
setFundingScope(AccountReceivableMemberFundingScope fundingScope) |
void |
setMemberAccountReceivable(CRMDOAccountReceivable memberAccountReceivable) |
void |
setOrder(java.lang.Integer order) |
void |
setParentAccountReceivable(CRMDOAccountReceivable parentAccountReceivable) |
void |
setProducts(java.util.Set<CRMDOAccountReceivableMemberProduct> products) |
clone, compareObjects, compareTo, deepCopy, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsRestricted, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, getNotes, getNotVisibleActions, getNotVisibleFields, getNotVisiblePrintouts, getNumber, getOldvalues, getOwnerCollection, getProperties, getProperty, getReadOnlyFields, getRecVersion, getSharedNotes, getSortby, getUpdatedByUnit, getUpdatedByUser, getUpdatedDate, initFieldsizes, initializeCRMDO, isAssignable, isDeletable, isDeleted, isEditable, isMandatory, isModified, isModified, isNew, isRestricted, isSortbyDefined, isViewable, networkRestrictionsSet, onDelete, onLoad, onLoad, onSave, onSave, onUpdate, securityRestrictionsSet, setAlias, setAltCode, setAttachments, setChange, setCode, setCreatedByUnit, setCreatedByUser, setCreatedDate, setDefaultMandatoryFields, setDescription, setFieldsize, setId, setIsAssignable, setIsDeletable, setIsDeleted, setIsEditable, setIsRestricted, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toStringpublic CRMDO getMainEntity()
getMainEntity in interface ICRMDOCollectionEntitypublic CRMDOAccountReceivable getParentAccountReceivable()
public void setParentAccountReceivable(CRMDOAccountReceivable parentAccountReceivable)
public CRMDOAccountReceivable getMemberAccountReceivable()
public void setMemberAccountReceivable(CRMDOAccountReceivable memberAccountReceivable)
public AccountReceivableMemberFundingScope getFundingScope()
public void setFundingScope(AccountReceivableMemberFundingScope fundingScope)
public java.util.Set<CRMDOAccountReceivableMemberProduct> getProducts()
public void setProducts(java.util.Set<CRMDOAccountReceivableMemberProduct> products)
public java.lang.Boolean isFullyFunded()
public java.lang.Boolean isPartiallyFunded()
public java.lang.Integer getOrder()
public void setOrder(java.lang.Integer order)
public java.lang.Boolean isSpecified()
throws java.lang.Exception
isSpecified in class CRMDOjava.lang.Exceptionpublic CRMDOContactInformation getConsumerContactInformation()
getConsumerContactInformation in interface ICRMDOConsumerApplicationBasedEntitypublic CRMDOAccountReceivable getConsumerAccountReceivable()
getConsumerAccountReceivable in interface ICRMDOConsumerApplicationBasedEntity