public class CRMDOAccountReceivableMember extends CRMDO implements ICRMDOCollectionEntity
Constructor and Description |
---|
CRMDOAccountReceivableMember() |
Modifier and Type | Method and Description |
---|---|
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, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, 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, 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, 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, toString
public CRMDO getMainEntity()
getMainEntity
in interface ICRMDOCollectionEntity
public 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 CRMDO
java.lang.Exception