public class ClassModel extends Object
Constructor and Description |
---|
ClassModel() |
ClassModel(String order) |
ClassModel(String itemLabel,
List<Restriction> restrictions,
String order) |
ClassModel(String itemLabel,
Restriction restriction,
String order) |
ClassModel(String itemLabel,
String order) |
Modifier and Type | Method and Description |
---|---|
String |
getItemLabel() |
String |
getOrder() |
List<Restriction> |
getRestrictions() |
void |
setItemLabel(String itemLabel) |
void |
setOrder(String order) |
void |
setRestrictions(List<Restriction> restrictions) |
public ClassModel()
public ClassModel(String order)
public ClassModel(String itemLabel, List<Restriction> restrictions, String order)
public ClassModel(String itemLabel, Restriction restriction, String order)
public String getItemLabel()
public void setItemLabel(String itemLabel)
public String getOrder()
public void setOrder(String order)
public List<Restriction> getRestrictions()
public void setRestrictions(List<Restriction> restrictions)
Copyright © 2015. All rights reserved.