public class CRMDOContactInfoDefAddress extends CRMDO implements ICRMDOCollectionEntity
Constructor and Description |
---|
CRMDOContactInfoDefAddress() |
Modifier and Type | Method and Description |
---|---|
static java.util.Comparator<CRMDOContactInfoDefAddress> |
getContactInfoDefAddressComparator() |
CRMDOContactInfoDefinition |
getContactInfoDefinition() |
java.lang.Integer |
getDefaultForCompany() |
java.lang.Integer |
getDefaultForPerson() |
ContactInformationDefinitionGroups |
getGroup() |
java.lang.String |
getLabel() |
CRMDO |
getMainEntity() |
java.lang.Integer |
getMandatoryForCompany() |
java.lang.Integer |
getMandatoryForPerson() |
java.lang.Integer |
getOrderNum() |
static long |
getSerialversionuid() |
java.lang.Integer |
getSupportedForCompany() |
java.lang.Integer |
getSupportedForPerson() |
AddressTypes |
getType() |
java.lang.Boolean |
isDefaultForCompany() |
java.lang.Boolean |
isDefaultForPerson() |
java.lang.Boolean |
isMandatoryForCompany() |
java.lang.Boolean |
isMandatoryForPerson() |
java.lang.Boolean |
isSupportedForCompany() |
java.lang.Boolean |
isSupportedForPerson() |
void |
setContactInfoDefinition(CRMDOContactInfoDefinition contactInfoDefinition) |
void |
setDefaultForCompany(java.lang.Integer defaultForCompany) |
void |
setDefaultForPerson(java.lang.Integer defaultForPerson) |
void |
setGroup(ContactInformationDefinitionGroups group) |
void |
setLabel(java.lang.String label) |
void |
setMandatoryForCompany(java.lang.Integer mandatoryForCompany) |
void |
setMandatoryForPerson(java.lang.Integer mandatoryForPerson) |
void |
setOrderNum(java.lang.Integer orderNum) |
void |
setSupportedForCompany(java.lang.Integer supportedForCompany) |
void |
setSupportedForPerson(java.lang.Integer supportedForPerson) |
void |
setType(AddressTypes type) |
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 CRMDOContactInfoDefinition getContactInfoDefinition()
public void setContactInfoDefinition(CRMDOContactInfoDefinition contactInfoDefinition)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.Integer getSupportedForPerson()
public void setSupportedForPerson(java.lang.Integer supportedForPerson)
public java.lang.Boolean isSupportedForPerson()
public java.lang.Integer getSupportedForCompany()
public void setSupportedForCompany(java.lang.Integer supportedForCompany)
public java.lang.Boolean isSupportedForCompany()
public java.lang.Integer getOrderNum()
public void setOrderNum(java.lang.Integer orderNum)
public CRMDO getMainEntity()
getMainEntity
in interface ICRMDOCollectionEntity
public AddressTypes getType()
public void setType(AddressTypes type)
public ContactInformationDefinitionGroups getGroup()
public void setGroup(ContactInformationDefinitionGroups group)
public java.lang.Integer getMandatoryForPerson()
public void setMandatoryForPerson(java.lang.Integer mandatoryForPerson)
public java.lang.Boolean isMandatoryForPerson()
public java.lang.Integer getMandatoryForCompany()
public void setMandatoryForCompany(java.lang.Integer mandatoryForCompany)
public java.lang.Boolean isMandatoryForCompany()
public static long getSerialversionuid()
public java.lang.Integer getDefaultForPerson()
public void setDefaultForPerson(java.lang.Integer defaultForPerson)
public java.lang.Boolean isDefaultForPerson()
public java.lang.Integer getDefaultForCompany()
public void setDefaultForCompany(java.lang.Integer defaultForCompany)
public java.lang.Boolean isDefaultForCompany()
public static java.util.Comparator<CRMDOContactInfoDefAddress> getContactInfoDefAddressComparator()