|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.ds.fw.types.FwSimpleObject
|
+--com.ds.fw.dv.properties.FwDVProperty
|
+--com.ds.fw.dv.properties.FwDVPropertyCat
This class represents the "Category" option of the edit table. Its meaning is to categorize the table records by some fields.
| 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 |
public long columnID
| Constructor Detail |
public FwDVPropertyCat()
| Method Detail |
public com.ds.fw.database.FwDBObject getCatDBObject()
public void setCatDBObject(com.ds.fw.database.FwDBObject o)
public long getColumn()
public void setColumn(long l)
public long getP()
public void setP(long l)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||