@Entity(name="sec$LocalizedConstraintMessage") public class LocalizedConstraintMessage extends StandardEntity
Instance.PropertyChangeEvent, Instance.PropertyChangeListener| Constructor and Description |
|---|
LocalizedConstraintMessage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityName() |
java.lang.String |
getLocalizedCaption(java.lang.String localeCode)
Returns caption value for given locale code.
|
java.lang.String |
getLocalizedMessage(java.lang.String localeCode)
Returns message value for given locale code.
|
ConstraintOperationType |
getOperationType() |
java.lang.String |
getValues() |
void |
putLocalizedCaption(java.lang.String localeCode,
java.lang.String value)
Puts caption value with given locale code.
|
void |
putLocalizedMessage(java.lang.String localeCode,
java.lang.String value)
Puts message value with given locale code.
|
void |
setEntityName(java.lang.String entityName) |
void |
setOperationType(ConstraintOperationType operationType) |
void |
setValues(java.lang.String values) |
getCreatedBy, getCreateTs, getDeletedBy, getDeleteTs, getUpdatedBy, getUpdateTs, getVersion, isDeleted, setCreatedBy, setCreateTs, setDeletedBy, setDeleteTs, setUpdatedBy, setUpdateTs, setVersiongetId, getUuid, setId, setUuidequals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValue, toStringaddListener, addPropertyChangeListener, getInstanceName, getValueEx, removeAllListeners, removeListener, removePropertyChangeListener, setValue, setValueExaddListener, addPropertyChangeListener, getInstanceName, getValueEx, removeAllListeners, removeListener, removePropertyChangeListener, setValue, setValueExpublic java.lang.String getEntityName()
public void setEntityName(java.lang.String entityName)
public ConstraintOperationType getOperationType()
public void setOperationType(ConstraintOperationType operationType)
public java.lang.String getValues()
public void setValues(java.lang.String values)
@Nullable public java.lang.String getLocalizedCaption(java.lang.String localeCode)
localeCode - the locale codepublic void putLocalizedCaption(java.lang.String localeCode,
java.lang.String value)
localeCode - the locale codevalue - the value to add@Nullable public java.lang.String getLocalizedMessage(java.lang.String localeCode)
localeCode - the locale codepublic void putLocalizedMessage(java.lang.String localeCode,
java.lang.String value)
localeCode - the locale codevalue - the value to put