|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.entity.AbstractBasicEntity
org.torweg.pulse.accesscontrol.attributes.types.Selection
@Entity public class Selection
| Constructor Summary | |
|---|---|
Selection()
|
|
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
returns a JDOM representation of the selection. |
java.util.Set<Option> |
getOptions()
returns the selected options. |
void |
setOptions(java.util.Set<Option> o)
sets the selected options. |
| Methods inherited from class org.torweg.pulse.util.entity.AbstractBasicEntity |
|---|
compareTo, equals, getFullQualifiedClassNameJAXB, getId, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Selection()
| Method Detail |
|---|
public final java.util.Set<Option> getOptions()
public final void setOptions(java.util.Set<Option> o)
o - the selected options to setpublic org.jdom.Element deserializeToJDOM()
deserializeToJDOM in interface JDOMable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||