org.quickserver.util.xmlreader
Class Property
java.lang.Object
  
org.quickserver.util.xmlreader.Property
- All Implemented Interfaces: 
 - java.io.Serializable
 
- public class Property
- extends java.lang.Object
- implements java.io.Serializable
   
This class encapsulate the Property of Application Configuration.
 The xml is <property>...</property>
- Since:
 
  - 1.3.2
 
- Author:
 
  - Akshathkumar Shetty
 
- See Also:
 - Serialized Form
 
| 
Constructor Summary | 
Property()
 
            | 
Property(java.lang.String name,
         java.lang.String value)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Property
public Property()
Property
public Property(java.lang.String name,
                java.lang.String value)
getName
public java.lang.String getName()
 
- Returns:
 - name
 
 
setName
public void setName(java.lang.String name)
 
- Parameters:
 name - 
 
getValue
public java.lang.String getValue()
 
- Returns:
 - name
 
 
setValue
public void setValue(java.lang.String value)
 
- Parameters:
 value - 
 
Copyright © 2003-2006 QuickServer.org