|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.openwings.identity.Attribute
This class is a universal attribute used throughout Openwings.
An attribute is defined as a name-value pair, where the name is
a String and the value is any serializable Java
Object
| Constructor Summary | |
Attribute(java.lang.String name,
java.lang.Object value)
This simple constructor creates an Attribute with the
given name and value. |
|
| Method Summary | |
java.lang.String |
getName()
This method returns the name / key for the attribute |
java.lang.Object |
getValue()
This method returns the value of the attribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Attribute(java.lang.String name,
java.lang.Object value)
Attribute with the
given name and value.
name - name of the attributevalue - value of the attribute| Method Detail |
public java.lang.String getName()
public java.lang.Object getValue()
|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||