public class CRMDOAccountingPeriod extends CRMDO
Constructor and Description |
---|
CRMDOAccountingPeriod() |
Modifier and Type | Method and Description |
---|---|
com.crm.process.accounts.AccountReceivablePeriodCloseError |
getAccountingPeriodAccountReceivable() |
java.util.Set<com.crm.process.accounts.AccountReceivablePeriodCloseError> |
getAccountingPeriodAccountReceivables() |
java.lang.String |
getAccountingPeriodClosingErrorLogs() |
java.util.Set<com.crm.process.accounts.AccountReceivablePeriodClosingError> |
getAccountReceivablePeriodClosingErrors() |
CRMDOAccountingPeriod |
getClosedByAccountPeriod() |
java.util.Date |
getClosedDate() |
java.util.Set<CRMDOFinancialTransaction> |
getFailedTransactions() |
java.util.Date |
getFromDate() |
AccountPeriodLifeCycleState |
getLifeCycleState() |
java.util.Set<CRMDOFinancialTransaction> |
getNonPostedTransactions() |
CRMDOUser |
getPeriodClosingPerformedByUser() |
java.util.Date |
getToDate() |
java.math.BigDecimal |
getTotalAmount() |
java.math.BigDecimal |
getTotalAmountOfCredits() |
java.math.BigDecimal |
getTotalAmountOfDebits() |
java.lang.Integer |
getTotalNumberCreditTransactions() |
java.lang.Integer |
getTotalNumberDebitTransactions() |
java.lang.Integer |
getTotalNumberOfFinancialTransactions() |
void |
setAccountingPeriodAccountReceivable(com.crm.process.accounts.AccountReceivablePeriodCloseError accountingPeriodAccountReceivable) |
void |
setAccountingPeriodAccountReceivables(java.util.Set<com.crm.process.accounts.AccountReceivablePeriodCloseError> accountingPeriodAccountReceivables) |
void |
setAccountingPeriodClosingErrorLogs(java.lang.String accountingPeriodClosingErrorLogs) |
void |
setAccountReceivablePeriodClosingErrors(java.util.Set<com.crm.process.accounts.AccountReceivablePeriodClosingError> accountReceivablePeriodClosingErrors) |
void |
setClosedByAccountPeriod(CRMDOAccountingPeriod closedByAccountPeriod) |
void |
setClosedDate(java.util.Date closedDate) |
void |
setFailedTransactions(java.util.Set<CRMDOFinancialTransaction> failedTransactions) |
void |
setFromDate(java.util.Date fromDate) |
void |
setLifeCycleState(AccountPeriodLifeCycleState lifeCycleState) |
void |
setNonPostedTransactions(java.util.Set<CRMDOFinancialTransaction> nonPostedTransactions) |
void |
setPeriodClosingPerformedByUser(CRMDOUser periodClosingPerformedByUser) |
void |
setToDate(java.util.Date toDate) |
void |
setTotalAmount(java.math.BigDecimal totalAmount) |
void |
setTotalAmountOfCredits(java.math.BigDecimal totalAmountOfCredits) |
void |
setTotalAmountOfDebits(java.math.BigDecimal totalAmountOfDebits) |
void |
setTotalNumberCreditTransactions(java.lang.Integer totalNumberCreditTransactions) |
void |
setTotalNumberDebitTransactions(java.lang.Integer totalNumberDebitTransactions) |
void |
setTotalNumberOfFinancialTransactions(java.lang.Integer totalNumberOfFinancialTransactions) |
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, isSpecified, 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, toString
public java.util.Set<com.crm.process.accounts.AccountReceivablePeriodClosingError> getAccountReceivablePeriodClosingErrors()
public void setAccountReceivablePeriodClosingErrors(java.util.Set<com.crm.process.accounts.AccountReceivablePeriodClosingError> accountReceivablePeriodClosingErrors)
public java.lang.Integer getTotalNumberCreditTransactions()
public void setTotalNumberCreditTransactions(java.lang.Integer totalNumberCreditTransactions)
public java.lang.Integer getTotalNumberDebitTransactions()
public void setTotalNumberDebitTransactions(java.lang.Integer totalNumberDebitTransactions)
public java.lang.Integer getTotalNumberOfFinancialTransactions()
public void setTotalNumberOfFinancialTransactions(java.lang.Integer totalNumberOfFinancialTransactions)
public java.util.Date getFromDate()
public void setFromDate(java.util.Date fromDate)
public java.util.Date getToDate()
public void setToDate(java.util.Date toDate)
public AccountPeriodLifeCycleState getLifeCycleState()
public void setLifeCycleState(AccountPeriodLifeCycleState lifeCycleState)
public java.util.Date getClosedDate()
public void setClosedDate(java.util.Date closedDate)
public CRMDOAccountingPeriod getClosedByAccountPeriod()
public void setClosedByAccountPeriod(CRMDOAccountingPeriod closedByAccountPeriod)
public CRMDOUser getPeriodClosingPerformedByUser()
public void setPeriodClosingPerformedByUser(CRMDOUser periodClosingPerformedByUser)
public java.lang.String getAccountingPeriodClosingErrorLogs()
public void setAccountingPeriodClosingErrorLogs(java.lang.String accountingPeriodClosingErrorLogs)
public com.crm.process.accounts.AccountReceivablePeriodCloseError getAccountingPeriodAccountReceivable()
public void setAccountingPeriodAccountReceivable(com.crm.process.accounts.AccountReceivablePeriodCloseError accountingPeriodAccountReceivable)
public java.util.Set<com.crm.process.accounts.AccountReceivablePeriodCloseError> getAccountingPeriodAccountReceivables()
public void setAccountingPeriodAccountReceivables(java.util.Set<com.crm.process.accounts.AccountReceivablePeriodCloseError> accountingPeriodAccountReceivables)
public java.math.BigDecimal getTotalAmountOfCredits()
public void setTotalAmountOfCredits(java.math.BigDecimal totalAmountOfCredits)
public java.math.BigDecimal getTotalAmountOfDebits()
public void setTotalAmountOfDebits(java.math.BigDecimal totalAmountOfDebits)
public java.math.BigDecimal getTotalAmount()
public void setTotalAmount(java.math.BigDecimal totalAmount)
public java.util.Set<CRMDOFinancialTransaction> getNonPostedTransactions()
public void setNonPostedTransactions(java.util.Set<CRMDOFinancialTransaction> nonPostedTransactions)
public java.util.Set<CRMDOFinancialTransaction> getFailedTransactions()
public void setFailedTransactions(java.util.Set<CRMDOFinancialTransaction> failedTransactions)