|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.report.ColumnDef
wt.query.report.ObjectColumnDef
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private static Class[] |
INFLATE_ARG_TYPES
|
private static String |
INFLATE_CLASS_NAME
|
private static String |
INFLATE_METHOD_NAME
|
private Method |
inflateMethod
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
private int |
resultIndex
|
(package private) static long |
serialVersionUID
|
private Class |
type
|
Fields inherited from class wt.query.report.ColumnDef |
QUALIFIED_SEPARATOR |
Constructor Summary | |
ObjectColumnDef()
Supported API: false |
|
ObjectColumnDef(int a_resultIndex,
Class a_type,
String a_heading,
Locale a_locale)
Supported API: false |
Method Summary | |
protected Object |
getObject(Object a_object)
Get the result object for this column. |
String |
getQualifiedHeading()
Supported API: false |
String |
getQualifiedName()
Supported API: false |
int |
getResultIndex()
Gets the value of the attribute: resultIndex. |
Class |
getType()
Gets the value of the attribute: type. |
private Object |
inflate(ObjectIdentifier a_objectId)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(ObjectColumnDef thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setResultIndex(int a_ResultIndex)
Sets the value of the attribute: resultIndex. |
void |
setType(Class a_Type)
Sets the value of the attribute: type. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class wt.query.report.ColumnDef |
getDisplay, getHeading, getLocale, getName, readVersion, setHeading, setLocale, setName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private int resultIndex
private Class type
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static final String INFLATE_METHOD_NAME
private static final String INFLATE_CLASS_NAME
private static final Class[] INFLATE_ARG_TYPES
private transient Method inflateMethod
Constructor Detail |
public ObjectColumnDef()
public ObjectColumnDef(int a_resultIndex, Class a_type, String a_heading, Locale a_locale) throws WTPropertyVetoException
a_resultIndex
- a_type
- a_heading
- a_locale
-
WTPropertyVetoException
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class ColumnDef
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class ColumnDef
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ObjectColumnDef thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public int getResultIndex()
getResultIndex
in class ColumnDef
public void setResultIndex(int a_ResultIndex) throws WTPropertyVetoException
a_ResultIndex
-
WTPropertyVetoException
public Class getType() throws WTException
getType
in class ColumnDef
WTException
public void setType(Class a_Type) throws WTPropertyVetoException
a_Type
-
WTPropertyVetoException
protected Object getObject(Object a_object) throws WTException
getObject
in class ColumnDef
a_object
-
WTException
public String getQualifiedHeading()
getQualifiedHeading
in class ColumnDef
public String getQualifiedName()
getQualifiedName
in class ColumnDef
private Object inflate(ObjectIdentifier a_objectId) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |