com.sun.mdm.index.report
Class UpdateReportConfig

java.lang.Object
  extended bycom.sun.mdm.index.report.ReportConfig
      extended bycom.sun.mdm.index.report.MultirowReportConfig1
          extended bycom.sun.mdm.index.report.MultirowReportConfig2
              extended bycom.sun.mdm.index.report.UpdateReportConfig
All Implemented Interfaces:
java.io.Serializable

public class UpdateReportConfig
extends MultirowReportConfig2

Configuration class for Update Report

See Also:
Serialized Form

Constructor Summary
UpdateReportConfig()
           
 
Method Summary
 java.lang.String getSystemCode()
          Gets the system code.
 void setSystemCode(java.lang.String systemCode)
          Sets the system code.
 
Methods inherited from class com.sun.mdm.index.report.MultirowReportConfig2
addObjectField, getObjectFieldLabel2
 
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

UpdateReportConfig

public UpdateReportConfig()
Method Detail

getSystemCode

public java.lang.String getSystemCode()
Gets the system code.

Returns:
system code.

setSystemCode

public void setSystemCode(java.lang.String systemCode)
Sets the system code.

Parameters:
systemCode - New value for system code.


Sun Microsystems, Inc.