org.exoplatform.container.xml
Class Property

java.lang.Object
  extended by org.exoplatform.container.xml.Property

public class Property
extends java.lang.Object

Since:
Apr 17, 2005
Version:
$Id: Property.java 5799 2006-05-28 17:55:42Z geaz $
Author:
Tuan Nguyen (tuan08@users.sourceforge.net)

Constructor Summary
Property()
           
Property(java.lang.String n, java.lang.String v)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String s)
           
 void setValue(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()

Property

public Property(java.lang.String n,
                java.lang.String v)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String s)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String s)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.