public class CRMDOCountry extends CRMDO
Constructor and Description |
---|
CRMDOCountry() |
Modifier and Type | Method and Description |
---|---|
CRMDOCurrency |
getCurrency() |
java.lang.String |
getDialCode() |
Language |
getLanguage() |
NotificationSettings |
getNotificationSettings() |
java.lang.String |
getNotificationSettingsXML() |
java.lang.Integer |
getNumericCode() |
static long |
getSerialversionuid() |
java.lang.String |
getThreeCharCode() |
java.lang.String |
getTimezone() |
java.lang.String |
getTwoCharCode() |
void |
setCurrency(CRMDOCurrency currency) |
void |
setDialCode(java.lang.String dialCode) |
void |
setLanguage(Language language) |
void |
setNotificationSettings(NotificationSettings notificationSettings) |
void |
setNotificationSettingsXML(java.lang.String notificationSettingsXML) |
void |
setNumericCode(java.lang.Integer numericCode) |
void |
setThreeCharCode(java.lang.String threeCharCode) |
void |
setTimezone(java.lang.String timezone) |
void |
setTwoCharCode(java.lang.String twoCharCode) |
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 java.lang.String getTwoCharCode()
public void setTwoCharCode(java.lang.String twoCharCode)
public java.lang.String getThreeCharCode()
public void setThreeCharCode(java.lang.String threeCharCode)
public java.lang.Integer getNumericCode()
public void setNumericCode(java.lang.Integer numericCode)
public java.lang.String getDialCode()
public void setDialCode(java.lang.String dialCode)
public CRMDOCurrency getCurrency()
public void setCurrency(CRMDOCurrency currency)
public Language getLanguage()
public void setLanguage(Language language)
public java.lang.String getTimezone()
public void setTimezone(java.lang.String timezone)
public static long getSerialversionuid()
public java.lang.String getNotificationSettingsXML()
public void setNotificationSettingsXML(java.lang.String notificationSettingsXML)
public NotificationSettings getNotificationSettings()
public void setNotificationSettings(NotificationSettings notificationSettings)