com.ds.fw.dv.properties
Class FwDVPropertyID

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

public class FwDVPropertyID
extends FwDVProperty

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ds.fw.dv.properties.FwDVProperty
active, data, name, viewType
 
Constructor Summary
FwDVPropertyID()
           
 
Method Summary
 long getColumn()
           
 long getP()
           
 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
 

Constructor Detail

FwDVPropertyID

public FwDVPropertyID()
Method Detail

getP

public long getP()

setP

public void setP(long l)

getColumn

public long getColumn()

setColumn

public void setColumn(long l)