public class CRMDOResourcePlanEntryService extends CRMDO
Constructor and Description |
---|
CRMDOResourcePlanEntryService() |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getDurationLimit() |
java.lang.String |
getDurationLimitUOT() |
java.math.BigDecimal |
getMinDuration() |
java.lang.String |
getMinDurationUOT() |
CRMDOProduct |
getProduct() |
CRMDOResourcePlanEntry |
getResourcePlanEntry() |
static long |
getSerialversionuid() |
void |
setDurationLimit(java.math.BigDecimal durationLimit) |
void |
setDurationLimitUOT(java.lang.String durationLimitUOT) |
void |
setMinDuration(java.math.BigDecimal minDuration) |
void |
setMinDurationUOT(java.lang.String minDurationUOT) |
void |
setProduct(CRMDOProduct product) |
void |
setResourcePlanEntry(CRMDOResourcePlanEntry resourcePlanEntry) |
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 CRMDOResourcePlanEntry getResourcePlanEntry()
public void setResourcePlanEntry(CRMDOResourcePlanEntry resourcePlanEntry)
public CRMDOProduct getProduct()
public void setProduct(CRMDOProduct product)
public java.math.BigDecimal getMinDuration()
public void setMinDuration(java.math.BigDecimal minDuration)
public java.lang.String getMinDurationUOT()
public void setMinDurationUOT(java.lang.String minDurationUOT)
public java.math.BigDecimal getDurationLimit()
public void setDurationLimit(java.math.BigDecimal durationLimit)
public java.lang.String getDurationLimitUOT()
public void setDurationLimitUOT(java.lang.String durationLimitUOT)
public static long getSerialversionuid()