Methods Summary |
---|
public long | getId()Returns the id.
return id;
|
public java.util.List | getList()Returns the list.
return list;
|
public Lower | getLower()
return lower;
|
public java.util.Set | getSet()Returns the set.
return set;
|
public Top | getTop()
return top;
|
public java.lang.String | getValue()Returns the value.
return value;
|
public void | setId(long id)Sets the id.
this.id = id;
|
public void | setList(java.util.List list)Sets the list.
this.list = list;
|
public void | setLower(Lower lower)
this.lower = lower;
|
public void | setSet(java.util.Set set)Sets the set.
this.set = set;
|
public void | setTop(Top top)
this.top = top;
|
public void | setValue(java.lang.String value)Sets the value.
this.value = value;
|