public class SubscriptionMaturityCriterion extends NotPersistenceObject
| Constructor and Description |
|---|
SubscriptionMaturityCriterion() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getPeriod() |
com.crm.framework.util.UnitOfTime |
getPeriodUOT() |
static long |
getSerialversionuid() |
java.math.BigDecimal |
getThreshold() |
com.crm.framework.util.UnitOfTime |
getThresholdUOT() |
void |
setPeriod(java.math.BigDecimal period) |
void |
setPeriodUOT(com.crm.framework.util.UnitOfTime periodUOT) |
void |
setThreshold(java.math.BigDecimal threshold) |
void |
setThresholdUOT(com.crm.framework.util.UnitOfTime thresholdUOT) |
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, toStringpublic static long getSerialversionuid()
public java.math.BigDecimal getThreshold()
public void setThreshold(java.math.BigDecimal threshold)
public com.crm.framework.util.UnitOfTime getThresholdUOT()
public void setThresholdUOT(com.crm.framework.util.UnitOfTime thresholdUOT)
public java.math.BigDecimal getPeriod()
public void setPeriod(java.math.BigDecimal period)
public com.crm.framework.util.UnitOfTime getPeriodUOT()
public void setPeriodUOT(com.crm.framework.util.UnitOfTime periodUOT)