|
|||||||||
| 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
Report row for reports that have one object image
| Field Summary | |
protected MultirowReportConfig1 |
mConfig
|
protected ObjectNode |
mObjectNode
|
| Constructor Summary | |
MultirowReportObject1(java.lang.String reportName,
java.util.ArrayList fieldNames,
java.util.ArrayList fieldTypes,
MultirowReportConfig1 config)
Creates a new instance of MultirowReportObject1. |
|
| Method Summary | |
protected ObjectNode |
constructObjectNode(ObjectNode node)
Constructs an ObjectNode. |
ObjectNode |
getObject1()
Gets the object. |
java.lang.Object |
getValue(java.lang.String fieldName)
Gets the value of a field.. |
void |
setObject1(ObjectNode node1)
Sets the object. |
void |
setValue(java.lang.String fieldName,
java.lang.Object value)
Sets the value of a field.. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected final MultirowReportConfig1 mConfig
protected final ObjectNode mObjectNode
| Constructor Detail |
public MultirowReportObject1(java.lang.String reportName,
java.util.ArrayList fieldNames,
java.util.ArrayList fieldTypes,
MultirowReportConfig1 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 |
protected ObjectNode constructObjectNode(ObjectNode node)
node - ObjectNode to contruct.
public ObjectNode getObject1()
public java.lang.Object getValue(java.lang.String fieldName)
throws ObjectException
fieldName - The name of the field for which the value will
be retrieved.
ObjectException
public void setObject1(ObjectNode node1)
throws ObjectException
node1 - The ObjectNode to set as the object.
ObjectException
public void setValue(java.lang.String fieldName,
java.lang.Object value)
throws ObjectException
fieldName - The name of the field.value - The new value of the field.
ObjectException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.