|
|
|
|
|
||||||||||
| 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<NilType>
org.torweg.pulse.accesscontrol.attributes.SectionValue
@Entity public final class SectionValue
The value for the SectionAttribute.
| Constructor Summary | |
|---|---|
protected |
SectionValue()
Deprecated. |
|
SectionValue(SectionAttribute o)
creates a SectionValue form a given NilType. |
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
TODO. |
AbstractAttribute<NilType> |
getAttribute()
TODO. |
NilType |
getValue()
TODO. |
void |
setAttribute(AbstractAttribute<NilType> a)
TODO. |
void |
setValue(NilType v)
TODO. |
java.lang.String |
toString()
attributes must return a suitable String representation. |
void |
updateFromCommand(Command c)
TODO. |
| 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 SectionValue()
public SectionValue(SectionAttribute o)
SectionValue form a given NilType.
o - the value| Method Detail |
|---|
public void setAttribute(AbstractAttribute<NilType> a)
setAttribute in class AbstractValue<NilType>a - the SectionAttributeAbstractValue.setAttribute(org.torweg.pulse.accesscontrol.attributes.AbstractAttribute)public AbstractAttribute<NilType> getAttribute()
getAttribute in class AbstractValue<NilType>AbstractValue.getAttribute()public void setValue(NilType v)
setValue in class AbstractValue<NilType>v - the valueAbstractValue.setValue(Object)public NilType getValue()
getValue in class AbstractValue<NilType>AbstractValue.getValue()public void updateFromCommand(Command c)
updateFromCommand in class AbstractValue<NilType>c - the CommandAbstractValue.updateFromCommand(Command)public org.jdom.Element deserializeToJDOM()
deserializeToJDOM in interface JDOMabledeserializeToJDOM in class AbstractValue<NilType>SectionValue()public java.lang.String toString()
AbstractValue
toString in class AbstractValue<NilType>AbstractValue.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||