@Entity public class ListOfValuesAttributeTemplate extends InstanceAttributeTemplate
InstanceAttributeTemplate implementation that can instantiate list of values based
attributes.id, locked, mandatory, name| Constructor and Description |
|---|
ListOfValuesAttributeTemplate() |
ListOfValuesAttributeTemplate(String pName,
ListOfValues pLov) |
| Modifier and Type | Method and Description |
|---|---|
InstanceAttribute |
createInstanceAttribute() |
ListOfValues |
getLov() |
String |
getLovName() |
void |
setLov(ListOfValues lov) |
String |
toString() |
clone, equals, getId, getName, hashCode, isLocked, isMandatory, setId, setLocked, setMandatory, setNamepublic ListOfValuesAttributeTemplate()
public ListOfValuesAttributeTemplate(String pName, ListOfValues pLov)
public ListOfValues getLov()
public void setLov(ListOfValues lov)
public String getLovName()
public InstanceAttribute createInstanceAttribute()
createInstanceAttribute in class InstanceAttributeTemplatepublic String toString()
toString in class InstanceAttributeTemplateCopyright © 2017 DocDoku. All rights reserved.