public class CRMDOLeadTypeSourceType extends CRMDOConfigurationEntity implements ICRMDOCollectionEntity, java.util.Comparator<CRMDOLeadTypeSourceType>
Constructor and Description |
---|
CRMDOLeadTypeSourceType() |
Modifier and Type | Method and Description |
---|---|
int |
compare(CRMDOLeadTypeSourceType object1,
CRMDOLeadTypeSourceType object2) |
java.lang.String |
getLabel() |
CRMDO |
getMainEntity() |
LeadSourceType |
getSourceType() |
CRMDOLeadType |
getType() |
void |
setLabel(java.lang.String label) |
void |
setSourceType(LeadSourceType sourceType) |
void |
setType(CRMDOLeadType type) |
getIndex, getIndexName, getIsDefault, getOrderNum, isDefault, setIndex, setIndexName, setIsDefault, setOrderNum
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 LeadSourceType getSourceType()
public void setSourceType(LeadSourceType sourceType)
public CRMDOLeadType getType()
public void setType(CRMDOLeadType type)
public CRMDO getMainEntity()
getMainEntity
in interface ICRMDOCollectionEntity
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public int compare(CRMDOLeadTypeSourceType object1, CRMDOLeadTypeSourceType object2)
compare
in interface java.util.Comparator<CRMDOLeadTypeSourceType>