|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasisopen.jdo2.Identifiable
org.w3c.jpa3.AbstractObject
org.opencrx.kernel.code1.jpa3.AbstractEntry
org.opencrx.kernel.code1.jpa3.CodeValueEntry
public class CodeValueEntry
Class CodeValueEntry
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.w3c.jpa3.AbstractObject |
|---|
org.w3c.jpa3.AbstractObject.EmbeddedList<E>, org.w3c.jpa3.AbstractObject.EmbeddedSet<E>, org.w3c.jpa3.AbstractObject.Slice |
| Nested classes/interfaces inherited from interface org.opencrx.kernel.code1.cci2.AbstractEntry |
|---|
AbstractEntry.Identity |
| Field Summary | |
|---|---|
static List<String> |
CLASS
Define the model class org::opencrx::kernel::code1::CodeValueEntry |
| Fields inherited from class org.opencrx.kernel.code1.jpa3.AbstractEntry |
|---|
BASE_CLASS |
| Constructor Summary | |
|---|---|
CodeValueEntry()
Constructor |
|
| Method Summary | |
|---|---|
String |
getBackColor()
Retrieves the possibly null value for the optional attribute backColor. |
String |
getColor()
Retrieves the possibly null value for the optional attribute color. |
String |
getFontWeight()
Retrieves the possibly null value for the optional attribute fontWeight. |
String |
getIconKey()
Retrieves the possibly null value for the optional attribute iconKey. |
List<String> |
getLongText()
Retrieves a list containing all the elements for the attribute longText. |
List<String> |
getShortText()
Retrieves a list containing all the elements for the attribute shortText. |
protected org.w3c.jpa3.AbstractObject.Slice |
newCodeValueEntry$Slice(int index)
|
protected List<String> |
openmdxjdoGetClass()
Retrieve the model class |
protected int |
openmdxjdoGetSize(int field)
|
protected void |
openmdxjdoSetSize(int field,
int size)
|
void |
setBackColor(String backColor)
Sets a new value for the attribute backColor. |
void |
setColor(String color)
Sets a new value for the attribute color. |
void |
setFontWeight(String fontWeight)
Sets a new value for the attribute fontWeight. |
void |
setIconKey(String iconKey)
Sets a new value for the attribute iconKey. |
void |
setLongText(String... longText)
Clears longText and adds the given value(s). |
void |
setShortText(String... shortText)
Clears shortText and adds the given value(s). |
| Methods inherited from class org.w3c.jpa3.AbstractObject |
|---|
openmdxjdoClassName, openmdxjdoGetList, openmdxjdoGetObjectsByParent, openmdxjdoGetSet, openmdxjdoGetSparseArray, openmdxjdoNewMap, openmdxjdoNewSlice, openmdxjdoSetArray, openmdxjdoSetCollection, openmdxjdoToArray, openmdxjdoToArray, openmdxjdoValidateElement |
| Methods inherited from class org.oasisopen.jdo2.Identifiable |
|---|
jdoClass, modelClasses, openmdxjdoGetObject, openmdxjdoGetObjectById, openmdxjdoGetObjectId, openmdxjdoGetObjectSet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opencrx.kernel.code1.cci2.AbstractEntry |
|---|
getEntryValue, getValidFrom, getValidTo, setEntryValue, setValidFrom, setValidTo |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.Creatable |
|---|
getCreatedAt, getCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.base.cci2.Modifiable |
|---|
getModifiedAt, getModifiedBy |
| Field Detail |
|---|
public static final List<String> CLASS
org::opencrx::kernel::code1::CodeValueEntry
| Constructor Detail |
|---|
public CodeValueEntry()
| Method Detail |
|---|
public final String getFontWeight()
fontWeight.
getFontWeight in interface CodeValueEntryfontWeight.public void setFontWeight(String fontWeight)
fontWeight.
setFontWeight in interface CodeValueEntryfontWeight - The possibly null new value for attribute fontWeight.public final String getIconKey()
iconKey.
getIconKey in interface CodeValueEntryiconKey.public void setIconKey(String iconKey)
iconKey.
setIconKey in interface CodeValueEntryiconKey - The possibly null new value for attribute iconKey.public final List<String> getLongText()
longText.
getLongText in interface CodeValueEntrypublic void setLongText(String... longText)
longText and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
setLongText in interface CodeValueEntrylongText - value(s) to be added to longTextpublic final String getColor()
color.
getColor in interface CodeValueEntrycolor.public void setColor(String color)
color.
setColor in interface CodeValueEntrycolor - The possibly null new value for attribute color.public final String getBackColor()
backColor.
getBackColor in interface CodeValueEntrybackColor.public void setBackColor(String backColor)
backColor.
setBackColor in interface CodeValueEntrybackColor - The possibly null new value for attribute backColor.public final List<String> getShortText()
shortText.
getShortText in interface CodeValueEntrypublic void setShortText(String... shortText)
shortText and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
setShortText in interface CodeValueEntryshortText - value(s) to be added to shortTextprotected int openmdxjdoGetSize(int field)
openmdxjdoGetSize in class AbstractEntry
protected void openmdxjdoSetSize(int field,
int size)
openmdxjdoSetSize in class AbstractEntryprotected org.w3c.jpa3.AbstractObject.Slice newCodeValueEntry$Slice(int index)
protected List<String> openmdxjdoGetClass()
openmdxjdoGetClass in class AbstractEntryCodeValueEntry.CLASS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||