|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.report.ReportConfig
Base class for all report configurations
Constructor Summary | |
ReportConfig()
|
Method Summary | |
java.util.Date |
getEndDate()
Gets the start date. |
java.lang.Integer |
getMaxResultSize()
Gets the maximum result size for the search. |
java.lang.Integer |
getPageSize()
Gets the maximum page size for the search. |
java.util.Date |
getStartDate()
Gets the start date. |
void |
setEndDate(java.util.Date date)
Sets the end date. |
void |
setMaxResultSize(java.lang.Integer maxResultSize)
Sets the maximum number of records to be in the results. |
void |
setPageSize(java.lang.Integer pageSize)
Sets the maximum number of records to be in the page. |
void |
setStartDate(java.util.Date date)
Sets the start date. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReportConfig()
Method Detail |
public java.util.Date getEndDate()
public java.lang.Integer getMaxResultSize()
public java.lang.Integer getPageSize()
public java.util.Date getStartDate()
public void setEndDate(java.util.Date date)
date
- End date that should be set.public void setMaxResultSize(java.lang.Integer maxResultSize)
maxResultSize
- Maximum records to be in the results.public void setPageSize(java.lang.Integer pageSize)
public void setStartDate(java.util.Date date)
date
- Start date that should be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.