public abstract class DsData
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.util.Locale | locale
Deprecated.
This is the locale that is associated with the data in this object.
|
Constructor and Description |
---|
DsData()
Deprecated.
DsData constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object | clone()
Deprecated.
This method will make a clone of this object.
|
abstract void | fetchResults(java.sql.ResultSet rs, int col)
Deprecated.
This method fetches the data for this object from an SQL result set.
|
abstract java.lang.Object | getData()
Deprecated.
This method allows access to the raw data inside the object.
|
java.util.Locale | getLocale()
Deprecated.
Get the locale associated with the data in this object.
|
abstract java.lang.String | getPresentationString()
Deprecated.
This method returns the value of this Data object formatted for presentation.
|
abstract java.lang.String | getUnformattedData()
Deprecated.
Get the string representation of the data before any formatting is applied.
|
static DsData | instantiate(java.lang.String className)
Deprecated.
This method will instantiate a DsData object from it's class name.
|
abstract void | setData(java.lang.Object obj)
Deprecated.
This method provides a polymorphic way to set the data in a DsData object.
|
void | setLocale(java.util.Locale newValue)
Deprecated.
Set the locale to be associated with the data in this object.
|
java.lang.String | toString()
Deprecated.
Return the presentation string for this object.
|
protected java.util.Locale locale
public java.lang.Object clone()
public abstract void fetchResults(java.sql.ResultSet rs, int col) throws java.sql.SQLException
public abstract java.lang.Object getData()
public java.util.Locale getLocale()
public abstract java.lang.String getPresentationString()
public abstract java.lang.String getUnformattedData()
public static DsData instantiate(java.lang.String className)
public abstract void setData(java.lang.Object obj)
public void setLocale(java.util.Locale newValue)
public java.lang.String toString()