public class FormattingSetting extends CRMDO
Constructor and Description |
---|
FormattingSetting() |
Modifier and Type | Method and Description |
---|---|
DateFormat |
getDateFormat() |
java.lang.String |
getDateTimeFormat() |
DecimalAndThousandSymbol |
getDecimalAndThousandsSymbol() |
java.lang.String |
getDecimalSeparator() |
java.lang.Integer |
getNumberOfDecimalDigits() |
static long |
getSerialversionuid() |
java.lang.String |
getThousandSeparator() |
TimeFormat |
getTimeFormat() |
void |
setDateFormat(DateFormat dateFormat) |
void |
setDecimalAndThousandsSymbol(DecimalAndThousandSymbol decimalAndThousandsSymbol) |
void |
setNumberOfDecimalDigits(java.lang.Integer numberOfDecimalDigits) |
void |
setTimeFormat(TimeFormat timeFormat) |
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, 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, 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.Integer getNumberOfDecimalDigits()
public void setNumberOfDecimalDigits(java.lang.Integer numberOfDecimalDigits)
public DateFormat getDateFormat()
public void setDateFormat(DateFormat dateFormat)
public TimeFormat getTimeFormat()
public void setTimeFormat(TimeFormat timeFormat)
public DecimalAndThousandSymbol getDecimalAndThousandsSymbol()
public void setDecimalAndThousandsSymbol(DecimalAndThousandSymbol decimalAndThousandsSymbol)
public java.lang.String getDecimalSeparator() throws java.lang.Exception
java.lang.Exception
public java.lang.String getThousandSeparator() throws java.lang.Exception
java.lang.Exception
public java.lang.String getDateTimeFormat() throws java.lang.Exception
java.lang.Exception
public static long getSerialversionuid()