public class CRMDOPricePlanRate extends CRMDO implements ICRMDOCollectionEntity
Constructor and Description |
---|
CRMDOPricePlanRate() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getAmount() |
CRMDOProduct |
getBundle() |
PricePlanRateEffectiveDateTypes |
getEffectiveDateType() |
CRMDO |
getMainEntity() |
PricePlanRateModels |
getModel() |
CRMDOPricePlan |
getPricePlan() |
CRMDOProduct |
getProduct() |
java.util.Set<CRMDOPricePlanTieredRate> |
getTiers() |
com.crm.framework.util.UnitOfTime |
getUot() |
void |
setAmount(java.math.BigDecimal amount) |
void |
setBundle(CRMDOProduct bundle) |
void |
setEffectiveDateType(PricePlanRateEffectiveDateTypes effectiveDateType) |
void |
setModel(PricePlanRateModels model) |
void |
setPricePlan(CRMDOPricePlan pricePlan) |
void |
setProduct(CRMDOProduct product) |
void |
setTiers(java.util.Set<CRMDOPricePlanTieredRate> tiers) |
void |
setUot(com.crm.framework.util.UnitOfTime uot) |
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, 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, 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 CRMDOPricePlan getPricePlan()
public void setPricePlan(CRMDOPricePlan pricePlan)
public CRMDOProduct getProduct()
public void setProduct(CRMDOProduct product)
public CRMDOProduct getBundle()
public void setBundle(CRMDOProduct bundle)
public PricePlanRateModels getModel()
public void setModel(PricePlanRateModels model)
public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public com.crm.framework.util.UnitOfTime getUot()
public void setUot(com.crm.framework.util.UnitOfTime uot)
public PricePlanRateEffectiveDateTypes getEffectiveDateType()
public void setEffectiveDateType(PricePlanRateEffectiveDateTypes effectiveDateType)
public java.util.Set<CRMDOPricePlanTieredRate> getTiers()
public void setTiers(java.util.Set<CRMDOPricePlanTieredRate> tiers)
public CRMDO getMainEntity()
getMainEntity
in interface ICRMDOCollectionEntity