com.ds.fw.dv
Class FwDV

java.lang.Object
  |
  +--com.ds.fw.types.FwSimpleObject
        |
        +--com.ds.fw.dv.FwDV
All Implemented Interfaces:
java.lang.Cloneable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable
Direct Known Subclasses:
FwDVList, FwDVView

public class FwDV
extends FwSimpleObject

See Also:
Serialized Form

Field Summary
 com.ds.fw.dv.properties.FwDVProperties dvProperties
           
 java.util.Locale locale
           
 com.ds.fw.dv.params.FwDVParams params
           
 
Constructor Summary
FwDV()
          The constructor for this class
 
Method Summary
 java.util.Locale getLocale()
          Gets the locale
 com.ds.fw.dv.params.FwDVParams getParams()
           
 com.ds.fw.dv.properties.FwDVProperties getProperties()
           
 void init()
           
 void setLocale(java.util.Locale loc)
          Sets the locale
 void setParams(com.ds.fw.dv.params.FwDVParams p)
           
 void setProperties(com.ds.fw.dv.properties.FwDVProperties p)
           
 
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

dvProperties

public com.ds.fw.dv.properties.FwDVProperties dvProperties

params

public com.ds.fw.dv.params.FwDVParams params

locale

public java.util.Locale locale
Constructor Detail

FwDV

public FwDV()
The constructor for this class

Method Detail

init

public void init()

getLocale

public java.util.Locale getLocale()
Gets the locale

Returns:
the locale

setLocale

public void setLocale(java.util.Locale loc)
Sets the locale

Parameters:
loc - - the new locale

getProperties

public com.ds.fw.dv.properties.FwDVProperties getProperties()

setProperties

public void setProperties(com.ds.fw.dv.properties.FwDVProperties p)

getParams

public com.ds.fw.dv.params.FwDVParams getParams()

setParams

public void setParams(com.ds.fw.dv.params.FwDVParams p)