|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tigris.scarab.reports.ReportGroup
| Constructor Summary | |
ReportGroup()
|
|
| Method Summary | |
void |
addReportOptionAttribute(ReportOptionAttribute newReportOptionAttribute)
Add a ReportOptionAttribute value. |
void |
addReportUserAttribute(ReportUserAttribute newReportUserAttribute)
Add a ReportUserAttribute value. |
boolean |
equals(java.lang.Object obj)
A group is considered equal if it has the same name. |
java.lang.String |
getName()
Get the Name value. |
java.lang.String |
getQueryKey()
Get the QueryKey value. |
java.util.List |
getReportOptionAttributes()
Get the ReportOptionAttributes value. |
java.util.List |
getReportUserAttributes()
Get the ReportUserAttributes value. |
int |
hashCode()
|
void |
reset()
sets the option and user lists to null. |
void |
setName(java.lang.String newName)
Set the Name value. |
void |
setQueryKey(java.lang.String newQueryKey)
Set the QueryKey value. |
void |
setReportOptionAttributes(java.util.List newReportOptionAttributes)
Set the ReportOptionAttributes value. |
void |
setReportUserAttributes(java.util.List newReportUserAttributes)
Set the ReportUserAttributes value. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReportGroup()
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String newName)
newName - The new Name value.public java.util.List getReportOptionAttributes()
public void setReportOptionAttributes(java.util.List newReportOptionAttributes)
newReportOptionAttributes - The new ReportOptionAttributes value.public void addReportOptionAttribute(ReportOptionAttribute newReportOptionAttribute)
newReportOptionAttribute - The new ReportOptionAttribute value.public java.util.List getReportUserAttributes()
public void setReportUserAttributes(java.util.List newReportUserAttributes)
newReportUserAttributes - The new ReportUserAttributes value.public void addReportUserAttribute(ReportUserAttribute newReportUserAttribute)
newReportUserAttribute - The new ReportUserAttribute value.public void reset()
public boolean equals(java.lang.Object obj)
obj - an Object value
boolean valuepublic int hashCode()
public java.lang.String getQueryKey()
getQueryKey in interface org.apache.fulcrum.intake.Retrievablepublic void setQueryKey(java.lang.String newQueryKey)
setQueryKey in interface org.apache.fulcrum.intake.RetrievablenewQueryKey - The new QueryKey value.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||