com.ds.fw.dv.properties
Class FwDVProperty
java.lang.Object
|
+--com.ds.fw.types.FwSimpleObject
|
+--com.ds.fw.dv.properties.FwDVProperty
- All Implemented Interfaces:
- java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable
- Direct Known Subclasses:
- FwDVListPropertyAlpha, FwDVListPropertyPage, FwDVListPropertySearch, FwDVListPropertySort, FwDVPropertyCat, FwDVPropertyID
- public class FwDVProperty
- extends FwSimpleObject
- See Also:
- Serialized Form
|
Field Summary |
long |
active
Indicates if this option is used (1) or not (0). |
java.lang.Object |
data
|
java.lang.String |
name
|
long |
viewType
Indicates if this option will have a visualization (1) or not (0). |
| 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 |
name
public java.lang.String name
active
public long active
- Indicates if this option is used (1) or not (0).
viewType
public long viewType
- Indicates if this option will have a visualization (1) or not (0).
data
public java.lang.Object data
FwDVProperty
public FwDVProperty()
- Constructor.
get
public java.lang.Object get()
- Gets the property that is used.
- Returns:
- property
set
public void set(java.lang.Object o)
- Sets the property to be used.
getString
public java.lang.String getString()
getName
public java.lang.String getName()
name
public java.lang.String name()
setName
public void setName(java.lang.String s)
getActive
public long getActive()
setActive
public void setActive(long l)
getViewType
public long getViewType()
setViewType
public void setViewType(long l)