|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CodeValueEntry
Class CodeValueEntry
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.opencrx.kernel.code1.cci2.AbstractEntry |
|---|
AbstractEntry.Identity |
| 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. |
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 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, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapable |
|---|
getContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView |
| Method Detail |
|---|
String getBackColor()
backColor.
backColor.void setBackColor(String backColor)
backColor.
backColor - The possibly null new value for attribute backColor.String getColor()
color.
color.void setColor(String color)
color.
color - The possibly null new value for attribute color.String getFontWeight()
fontWeight.
fontWeight.void setFontWeight(String fontWeight)
fontWeight.
fontWeight - The possibly null new value for attribute fontWeight.String getIconKey()
iconKey.
iconKey.void setIconKey(String iconKey)
iconKey.
iconKey - The possibly null new value for attribute iconKey.List<String> getLongText()
longText.
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);
}
longText - value(s) to be added to longTextList<String> getShortText()
shortText.
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);
}
shortText - value(s) to be added to shortText
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||