at.ac.univie.iss.registry
Class Attribute

java.lang.Object
  extended byat.ac.univie.iss.registry.Attribute
All Implemented Interfaces:
java.io.Serializable

public class Attribute
extends java.lang.Object
implements java.io.Serializable

This class is used to describe an Application Service in form of an arbitrary name/value pair.

See Also:
Serialized Form

Constructor Summary
Attribute()
          Constructs an empty name/value pair.
Attribute(java.lang.String name, java.lang.String value)
          Constructs an arbitrary name/value pair.
 
Method Summary
 java.lang.String getName()
          Returns the name of this attribute.
 java.lang.String getValue()
          Returns the value of this attribute.
 void setName(java.lang.String name)
          Sets the name of this attribute.
 void setValue(java.lang.String value)
          Sets the value of this attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Constructs an empty name/value pair.


Attribute

public Attribute(java.lang.String name,
                 java.lang.String value)
Constructs an arbitrary name/value pair.

Method Detail

getName

public java.lang.String getName()
Returns the name of this attribute.


setName

public void setName(java.lang.String name)
Sets the name of this attribute.


getValue

public java.lang.String getValue()
Returns the value of this attribute.


setValue

public void setValue(java.lang.String value)
Sets the value of this attribute.



Copyright 2004 Institute for Software Science.