@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, setName
public ListOfValuesAttributeTemplate()
public ListOfValuesAttributeTemplate(String pName, ListOfValues pLov)
public ListOfValues getLov()
public void setLov(ListOfValues lov)
public String getLovName()
public InstanceAttribute createInstanceAttribute()
createInstanceAttribute
in class InstanceAttributeTemplate
public String toString()
toString
in class InstanceAttributeTemplate
Copyright © 2017 DocDoku. All rights reserved.