public class CRMDOFormatSetting extends CRMDO
Constructor and Description |
---|
CRMDOFormatSetting() |
Modifier and Type | Method and Description |
---|---|
CRMDOCountry |
getCountry() |
FormatSettingField |
getFormatSettingField() |
FormatSettingOption |
getFormatSettingOption() |
FormatSettingType |
getFormatSettingType() |
java.lang.Integer |
getMaxLength() |
java.lang.Integer |
getMinLength() |
java.lang.String |
getRegularExpression() |
void |
setCountry(CRMDOCountry country) |
void |
setFormatSettingField(FormatSettingField formatSettingField) |
void |
setFormatSettingOption(FormatSettingOption formatSettingOption) |
void |
setFormatSettingType(FormatSettingType formatSettingType) |
void |
setMaxLength(java.lang.Integer maxLength) |
void |
setMinLength(java.lang.Integer minLength) |
void |
setRegularExpression(java.lang.String regularExpression) |
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, toString
public CRMDOCountry getCountry()
public void setCountry(CRMDOCountry country)
public FormatSettingOption getFormatSettingOption()
public void setFormatSettingOption(FormatSettingOption formatSettingOption)
public FormatSettingType getFormatSettingType()
public void setFormatSettingType(FormatSettingType formatSettingType)
public java.lang.Integer getMinLength()
public void setMinLength(java.lang.Integer minLength)
public java.lang.Integer getMaxLength()
public void setMaxLength(java.lang.Integer maxLength)
public java.lang.String getRegularExpression()
public void setRegularExpression(java.lang.String regularExpression)
public FormatSettingField getFormatSettingField()
public void setFormatSettingField(FormatSettingField formatSettingField)