public class CharacteristicValueImpl extends Object implements CharacteristicValue
CharacteristicValue. Just a bean holding the respective attributes.| Constructor and Description |
|---|
CharacteristicValueImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getCharacteristic() |
String |
getCharacteristicText() |
String |
getInstId() |
String |
getValue() |
String |
getValueText() |
boolean |
isInvisible() |
void |
setAuthor(String author)
Sets instance author.
|
void |
setCharacteristic(String characteristic)
Sets characteristic name
|
void |
setCharacteristicText(String characteristicText)
Sets language dependent characteristic text
|
void |
setInstId(String instId)
Sets ID of instance the value belongs to
|
void |
setInvisible(boolean invisible)
Indicate whether value is invisible
|
void |
setValue(String value)
Sets value
|
void |
setValueText(String valueText)
Sets language dependent text for value
|
public String getInstId()
getInstId in interface CharacteristicValuepublic void setInstId(String instId)
CharacteristicValuesetInstId in interface CharacteristicValuepublic String getCharacteristic()
getCharacteristic in interface CharacteristicValuepublic void setCharacteristic(String characteristic)
CharacteristicValuesetCharacteristic in interface CharacteristicValuepublic String getCharacteristicText()
getCharacteristicText in interface CharacteristicValuepublic void setCharacteristicText(String characteristicText)
CharacteristicValuesetCharacteristicText in interface CharacteristicValuepublic String getValue()
getValue in interface CharacteristicValuepublic void setValue(String value)
CharacteristicValuesetValue in interface CharacteristicValuepublic String getValueText()
getValueText in interface CharacteristicValuepublic void setValueText(String valueText)
CharacteristicValuesetValueText in interface CharacteristicValuepublic String getAuthor()
getAuthor in interface CharacteristicValuepublic void setAuthor(String author)
CharacteristicValuesetAuthor in interface CharacteristicValuepublic boolean isInvisible()
isInvisible in interface CharacteristicValuepublic void setInvisible(boolean invisible)
CharacteristicValuesetInvisible in interface CharacteristicValueCopyright © 2017 SAP SE. All Rights Reserved.