public class CRMDOContactInfoDefNamedayRule extends CRMDO implements ICRMDOCollectionEntity
| Constructor and Description |
|---|
CRMDOContactInfoDefNamedayRule() |
| Modifier and Type | Method and Description |
|---|---|
CRMDOContactInfoDefinition |
getContactInfoDefinition() |
static java.util.Comparator<CRMDOContactInfoDefNamedayRule> |
getContactInfoDefNamedayRuleComparator() |
CRMDO |
getMainEntity() |
java.lang.Integer |
getNameDay() |
java.util.Date |
getNameDayDate() |
java.lang.Integer |
getNameDayMonth() |
java.lang.String |
getNames() |
void |
setContactInfoDefinition(CRMDOContactInfoDefinition contactInfoDefinition) |
void |
setNameDay(java.lang.Integer nameDay) |
void |
setNameDayMonth(java.lang.Integer nameDayMonth) |
void |
setNames(java.lang.String names) |
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 CRMDOContactInfoDefinition getContactInfoDefinition()
public void setContactInfoDefinition(CRMDOContactInfoDefinition contactInfoDefinition)
public CRMDO getMainEntity()
getMainEntity in interface ICRMDOCollectionEntitypublic java.lang.Integer getNameDay()
public void setNameDay(java.lang.Integer nameDay)
public java.lang.Integer getNameDayMonth()
public void setNameDayMonth(java.lang.Integer nameDayMonth)
public java.lang.String getNames()
public void setNames(java.lang.String names)
public java.util.Date getNameDayDate()
public static java.util.Comparator<CRMDOContactInfoDefNamedayRule> getContactInfoDefNamedayRuleComparator()