public interface TextResource
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_NAME
Constant property name for "name" for internal storage and queries.
|
static java.lang.String |
PROP_VALUE_EN
Constant property name for "value" and domain "EN" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyLANG2LANG(java.lang.String sourceLanguge,
java.lang.String destLanguage)
Copies all multilingual properties from source language to destination language
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getValue()
Returns the current value of the value attribute.
|
java.lang.String |
getValueEN()
Returns the value of the value attribute in the "EN" domain.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setValue(java.lang.String value)
Sets the value of the value attribute in the current domain.
|
void |
setValueEN(java.lang.String value)
Sets the value of the value attribute in the domain "EN"
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_NAME
static final java.lang.String PROP_VALUE_EN
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getValueEN()
java.lang.String getValue()
void setValueEN(java.lang.String value)
void setValue(java.lang.String value)
void copyLANG2LANG(java.lang.String sourceLanguge,
java.lang.String destLanguage)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.