XProperties 1.0.3

at.spardat.properties
Class Property

java.lang.Object
  extended byat.spardat.properties.Property

public class Property
extends java.lang.Object

represents a single property with a key and a value


Constructor Summary
Property(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(java.lang.String key,
                java.lang.String value)
Method Detail

setKey

public void setKey(java.lang.String key)

setValue

public void setValue(java.lang.String value)

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()

XProperties 1.0.3