|
|
|
|
|
||||||||||
| 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.AbstractValue<Selection>
org.torweg.pulse.accesscontrol.attributes.SelectionValue
@Entity public class SelectionValue
| Constructor Summary | |
|---|---|
protected |
SelectionValue()
Deprecated. |
|
SelectionValue(Selection s)
creates a StringValue form a given string value. |
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
returns an Element representing the value. |
AbstractAttribute<Selection> |
getAttribute()
returns the attribute the value is associated with. |
Selection |
getValue()
returns the value. |
void |
setAttribute(AbstractAttribute<Selection> a)
sets the attribute the value is associated with. |
void |
setValue(Selection v)
sets the value. |
java.lang.String |
toString()
attributes must return a suitable String representation. |
void |
updateFromCommand(Command c)
updates the values from a given Command. |
| Methods inherited from class org.torweg.pulse.accesscontrol.attributes.AbstractValue |
|---|
getUser, setUser |
| 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, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected SelectionValue()
public SelectionValue(Selection s)
StringValue form a given string value.
s - the value| Method Detail |
|---|
public final Selection getValue()
getValue in class AbstractValue<Selection>AbstractValue.getValue()public final void setValue(Selection v)
setValue in class AbstractValue<Selection>v - the value to setAbstractValue.setValue(java.lang.Object)public final AbstractAttribute<Selection> getAttribute()
getAttribute in class AbstractValue<Selection>public final void setAttribute(AbstractAttribute<Selection> a)
setAttribute in class AbstractValue<Selection>a - the attribute to associate the value withpublic final void updateFromCommand(Command c)
Command.
updateFromCommand in class AbstractValue<Selection>c - the Commandpublic org.jdom.Element deserializeToJDOM()
deserializeToJDOM in interface JDOMabledeserializeToJDOM in class AbstractValue<Selection>public java.lang.String toString()
AbstractValue
toString in class AbstractValue<Selection>AbstractValue.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||