|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.report.ReportConfig
com.sun.mdm.index.report.MultirowReportConfig1
com.sun.mdm.index.report.MultirowReportConfig2
Base configuration class for reports that contain two object images
| Constructor Summary | |
MultirowReportConfig2()
|
|
| Method Summary | |
void |
addObjectField(java.lang.String epath,
java.lang.String label1,
java.lang.String label2,
int length)
Add an Object Field. |
java.lang.String |
getObjectFieldLabel2(java.lang.String epath)
Get the second field label for an EPath. |
| Methods inherited from class com.sun.mdm.index.report.MultirowReportConfig1 |
addObjectField, addTransactionField, addTransactionFieldVisibleLine1, addTransactionFieldVisibleLine2, getObjectFieldLabel1, getObjectFieldLength, getObjectFields, getTransactionFieldLabel, getTransactionFieldLength, getTransactionFields, getTransactionFieldVisibleLine1, getTransactionFieldVisibleLine2 |
| Methods inherited from class com.sun.mdm.index.report.ReportConfig |
getEndDate, getMaxResultSize, getPageSize, getStartDate, setEndDate, setMaxResultSize, setPageSize, setStartDate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultirowReportConfig2()
| Method Detail |
public void addObjectField(java.lang.String epath,
java.lang.String label1,
java.lang.String label2,
int length)
throws EPathException
epath - EPath of the object field.label1 - First label for the field.label2 - Second labelfor the field.length - Length of the field.
EPathExceptionpublic java.lang.String getObjectFieldLabel2(java.lang.String epath)
epath - EPath of the object field.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.