net.sf.arise.piji.conf
Class CfProperty

java.lang.Object
  |
  +--net.sf.arise.piji.conf.CfProperty
All Implemented Interfaces:
java.io.Serializable

public final class CfProperty
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Constructor Detail

CfProperty

public CfProperty()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth