org.globus.cog.karajan.util
Class Property

java.lang.Object
  extended by org.globus.cog.karajan.util.Property
All Implemented Interfaces:
Map.Entry

public class Property
extends Object
implements Map.Entry


Constructor Summary
Property()
           
Property(String name, String value, String type)
           
 
Method Summary
 Object getKey()
           
 String getName()
           
 String getType()
           
 Object getValue()
           
 void setName(String name)
           
 void setType(String type)
           
 Object setValue(Object value)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

Property

public Property()

Property

public Property(String name,
                String value,
                String type)
Method Detail

getName

public String getName()

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry

setName

public void setName(String name)

setValue

public void setValue(String value)

getType

public String getType()

setType

public void setType(String type)

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry

setValue

public Object setValue(Object value)
Specified by:
setValue in interface Map.Entry