com.gbshape.dbe.struts.bean
Class FieldBean

java.lang.Object
  extended bycom.gbshape.dbe.struts.bean.FieldBean
All Implemented Interfaces:
java.io.Serializable

public class FieldBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FieldBean()
           
 
Method Summary
 java.lang.String getClassName()
           
 int getSize()
           
 java.lang.String getValue()
           
 void setClassName(java.lang.String className)
           
 void setSize(int size)
           
 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

FieldBean

public FieldBean()
Method Detail

getSize

public int getSize()

setSize

public void setSize(int size)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getClassName

public java.lang.String getClassName()

setClassName

public void setClassName(java.lang.String className)


Copyright © 2007 DB-Everywhere.com All Rights Reserved.