com.sun.mdm.index.report
Class AssumedMatchReportConfig

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.AssumedMatchReportConfig
All Implemented Interfaces:
java.io.Serializable

public class AssumedMatchReportConfig
extends MultirowReportConfig2

Configuration class for assumed match report

See Also:
Serialized Form

Constructor Summary
AssumedMatchReportConfig()
          Creates a new instance of AssumedMatchConfig
 
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

AssumedMatchReportConfig

public AssumedMatchReportConfig()
Creates a new instance of AssumedMatchConfig

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 - System code.


Sun Microsystems, Inc.