public interface CodeValueEntry extends CodeValueEntry, AbstractEntry
CodeValueEntryAbstractEntry.Identity| Modifier and Type | Method and Description |
|---|---|
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 |
setLongText(List<String> longText)
Clears
longText and adds the members of the given List. |
void |
setShortText(List<String> shortText)
Clears
shortText and adds the members of the given List. |
getBackColor, getColor, getFontWeight, getIconKey, setBackColor, setColor, setFontWeight, setIconKey, setLongText, setShortTextgetEntryValue, getValidFrom, getValidTo, setEntryValue, setValidFrom, setValidToaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUserrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeList<String> getLongText()
longText.getLongText in interface CodeValueEntryvoid setLongText(List<String> longText)
longText and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(longText);Note: This is an extension to the JMI 1 standard.
longText - collection to be copied.List<String> getShortText()
shortText.getShortText in interface CodeValueEntryvoid setShortText(List<String> shortText)
shortText and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(shortText);Note: This is an extension to the JMI 1 standard.
shortText - collection to be copied.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.