com.ds.fw.database
Class FwDBField

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.types.FwValue
              |
              +--com.ds.fw.database.FwDBField
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable

public class FwDBField
extends FwValue

See Also:
Serialized Form

Field Summary
 com.ds.fw.database.FwDBFieldInfo info
           
 
Fields inherited from class com.ds.fw.types.FwValue
type, value
 
Constructor Summary
FwDBField()
           
FwDBField(com.ds.fw.database.FwDBFieldInfo i, java.lang.Object o)
           
 
Method Summary
 java.lang.Object clone()
           
 com.ds.fw.database.FwDBFieldInfo getInfo()
           
 int getType()
           
 void setInfo(com.ds.fw.database.FwDBFieldInfo o)
           
 void setType(int n)
           
 
Methods inherited from class com.ds.fw.types.FwValue
get, getBigDecimal, getDate, getDouble, getFloat, getInt, getLong, getNumber, getString, set, setBigDecimal, setDate, setDouble, setFloat, setInt, setLong, setNumber, setObject, setObject1, setString, toString
 
Methods inherited from class com.ds.fw.types.FwSimpleObject
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toStringValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

info

public com.ds.fw.database.FwDBFieldInfo info
Constructor Detail

FwDBField

public FwDBField()

FwDBField

public FwDBField(com.ds.fw.database.FwDBFieldInfo i,
                 java.lang.Object o)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class FwValue

getInfo

public com.ds.fw.database.FwDBFieldInfo getInfo()

setInfo

public void setInfo(com.ds.fw.database.FwDBFieldInfo o)

setType

public void setType(int n)
Overrides:
setType in class FwValue

getType

public int getType()
Overrides:
getType in class FwValue