com.sun.mdm.index.report
Class DeactivateReportConfig

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

public class DeactivateReportConfig
extends MultirowReportConfig1

Configuration class for deactivate report

See Also:
Serialized Form

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

DeactivateReportConfig

public DeactivateReportConfig()
Creates a new instance of DeactivateReportConfig

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.