@Entity public class InstanceListOfValuesAttribute extends InstanceAttribute
locked, mandatory, name
Constructor and Description |
---|
InstanceListOfValuesAttribute() |
InstanceListOfValuesAttribute(String pName,
int pValue,
boolean pMandatory) |
Modifier and Type | Method and Description |
---|---|
int |
getIndexValue() |
List<NameValuePair> |
getItems() |
String |
getSelectedName() |
String |
getSelectedValue() |
Integer |
getValue() |
boolean |
setIndexValue(int indexValue) |
void |
setItems(List<NameValuePair> items) |
boolean |
setValue(Object pValue) |
clone, equals, getId, getName, getNameWithoutWhiteSpace, hashCode, isLocked, isMandatory, isValueEquals, setId, setLocked, setMandatory, setName, toString
public InstanceListOfValuesAttribute()
public InstanceListOfValuesAttribute(String pName, int pValue, boolean pMandatory)
public Integer getValue()
getValue
in class InstanceAttribute
public boolean setValue(Object pValue)
setValue
in class InstanceAttribute
public int getIndexValue()
public boolean setIndexValue(int indexValue)
public void setItems(List<NameValuePair> items)
public List<NameValuePair> getItems()
public String getSelectedName()
public String getSelectedValue()
Copyright © 2017 DocDoku. All rights reserved.