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).
 
Constructor Summary
FwDVProperty()
          Constructor.
 
Method Summary
 java.lang.Object get()
          Gets the property that is used.
 long getActive()
           
 java.lang.String getName()
           
 java.lang.String getString()
           
 long getViewType()
           
 java.lang.String name()
           
 void set(java.lang.Object o)
          Sets the property to be used.
 void setActive(long l)
           
 void setName(java.lang.String s)
           
 void setViewType(long l)
           
 
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

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
Constructor Detail

FwDVProperty

public FwDVProperty()
Constructor.

Method Detail

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)