public class CRMDOActivityTypeService extends CRMDO implements ICRMDOCollectionEntity
| Constructor and Description |
|---|
CRMDOActivityTypeService() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAutoAdded() |
ActivityTypeServiceClassification |
getClassification() |
CRMDO |
getMainEntity() |
java.math.BigDecimal |
getMinTimeSpent() |
com.crm.framework.util.UnitOfTime |
getMinTimeSpentUOT() |
CRMDOProduct |
getProduct() |
static long |
getSerialversionuid() |
TimeSpentMethod |
getTimeSpentMethod() |
CRMDOActivityType |
getType() |
java.lang.Boolean |
isAutoAdded() |
void |
setAutoAdded(java.lang.Integer autoAdded) |
void |
setClassification(ActivityTypeServiceClassification classification) |
void |
setMinTimeSpent(java.math.BigDecimal minTimeSpent) |
void |
setMinTimeSpentUOT(com.crm.framework.util.UnitOfTime minTimeSpentUOT) |
void |
setProduct(CRMDOProduct product) |
void |
setTimeSpentMethod(TimeSpentMethod timeSpentMethod) |
void |
setType(CRMDOActivityType type) |
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, toStringpublic CRMDOActivityType getType()
public void setType(CRMDOActivityType type)
public CRMDOProduct getProduct()
public void setProduct(CRMDOProduct product)
public java.lang.Integer getAutoAdded()
public void setAutoAdded(java.lang.Integer autoAdded)
public java.lang.Boolean isAutoAdded()
public ActivityTypeServiceClassification getClassification()
public void setClassification(ActivityTypeServiceClassification classification)
public java.math.BigDecimal getMinTimeSpent()
public void setMinTimeSpent(java.math.BigDecimal minTimeSpent)
public com.crm.framework.util.UnitOfTime getMinTimeSpentUOT()
public void setMinTimeSpentUOT(com.crm.framework.util.UnitOfTime minTimeSpentUOT)
public TimeSpentMethod getTimeSpentMethod()
public void setTimeSpentMethod(TimeSpentMethod timeSpentMethod)
public static long getSerialversionuid()
public CRMDO getMainEntity()
getMainEntity in interface ICRMDOCollectionEntity