org.apache.pluto.portalImpl.om.page.impl
Class PropertyImpl

java.lang.Object
  extended byorg.apache.pluto.portalImpl.om.page.impl.PropertyImpl
All Implemented Interfaces:
Property, java.io.Serializable

public class PropertyImpl
extends java.lang.Object
implements Property, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PropertyImpl()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 java.lang.String toString()
           
 java.lang.String toString(int indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyImpl

public PropertyImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Property

setName

public void setName(java.lang.String name)
Specified by:
setName in interface Property

getValue

public java.lang.String getValue()
Specified by:
getValue in interface Property

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface Property

toString

public java.lang.String toString()

toString

public java.lang.String toString(int indent)


Copyright © 2003-2007 . All Rights Reserved.