|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.report.ReportRow
com.sun.mdm.index.report.MultirowReportObject1
com.sun.mdm.index.report.MultirowReportObject2
Report row for reports that have two object images
Field Summary |
Fields inherited from class com.sun.mdm.index.report.MultirowReportObject1 |
mConfig, mObjectNode |
Constructor Summary | |
MultirowReportObject2(java.lang.String reportName,
java.util.ArrayList fieldNames,
java.util.ArrayList fieldTypes,
MultirowReportConfig2 config)
Creates a new instance of MultirowReportObject2. |
Method Summary | |
ObjectNode |
getObject2()
Gets the second object. |
java.util.ArrayList |
getObjects()
Gets the objects. |
void |
setObjects(ObjectNode node1,
ObjectNode node2)
Sets the two objects. |
Methods inherited from class com.sun.mdm.index.report.MultirowReportObject1 |
constructObjectNode, getObject1, getValue, setObject1, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MultirowReportObject2(java.lang.String reportName, java.util.ArrayList fieldNames, java.util.ArrayList fieldTypes, MultirowReportConfig2 config) throws ObjectException
reportName
- Name of the report.fieldNames
- Fields to display.fieldTypes
- Types of fields to display.config
- Report configuration.
ObjectException
- if an error occurs.Method Detail |
public ObjectNode getObject2()
public java.util.ArrayList getObjects()
public void setObjects(ObjectNode node1, ObjectNode node2) throws ObjectException
node1
- First object to set.node2
- Second object to set.
ObjectException
- if an error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.