com.ds.fw.dv.properties
Class FwDVPropertyCat

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.dv.properties.FwDVProperty
              |
              +--com.ds.fw.dv.properties.FwDVPropertyCat
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable

public class FwDVPropertyCat
extends FwDVProperty

This class represents the "Category" option of the edit table. Its meaning is to categorize the table records by some fields.

See Also:
Serialized Form

Field Summary
 long columnID
           
 
Fields inherited from class com.ds.fw.dv.properties.FwDVProperty
active, data, name, viewType
 
Constructor Summary
FwDVPropertyCat()
          Constructor.
 
Method Summary
 com.ds.fw.database.FwDBObject getCatDBObject()
           
 long getColumn()
           
 long getP()
           
 void setCatDBObject(com.ds.fw.database.FwDBObject o)
           
 void setColumn(long l)
           
 void setP(long l)
           
 
Methods inherited from class com.ds.fw.dv.properties.FwDVProperty
get, getActive, getName, getString, getViewType, name, set, setActive, setName, setViewType
 
Methods inherited from class com.ds.fw.types.FwSimpleObject
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, printStackTrace, toString, toStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

columnID

public long columnID
Constructor Detail

FwDVPropertyCat

public FwDVPropertyCat()
Constructor.

Method Detail

getCatDBObject

public com.ds.fw.database.FwDBObject getCatDBObject()

setCatDBObject

public void setCatDBObject(com.ds.fw.database.FwDBObject o)

getColumn

public long getColumn()

setColumn

public void setColumn(long l)

getP

public long getP()

setP

public void setP(long l)