com.sun.mdm.index.report
Class DeactivateReport
java.lang.Object
com.sun.mdm.index.report.Report
com.sun.mdm.index.report.MultirowReport1
com.sun.mdm.index.report.DeactivateReport
- All Implemented Interfaces:
- java.io.Serializable
- public class DeactivateReport
- extends MultirowReport1
Report class for deactivations
- See Also:
- Serialized Form
Fields inherited from class com.sun.mdm.index.report.Report |
mConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EUID
public static final java.lang.String EUID
- See Also:
- Constant Field Values
SYSTEM_USER
public static final java.lang.String SYSTEM_USER
- See Also:
- Constant Field Values
TIMESTAMP
public static final java.lang.String TIMESTAMP
- See Also:
- Constant Field Values
TRANSACTION_NUMBER
public static final java.lang.String TRANSACTION_NUMBER
- See Also:
- Constant Field Values
DeactivateReport
public DeactivateReport(MultirowReportConfig1 config)
- Creates a new instance of DeactivateReport.
- Parameters:
config
- report configuration.
getNextReportRow
public DeactivateReportRow getNextReportRow()
- Gets the next report row.
- Returns:
- The next report row.
Sun Microsystems, Inc.