|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.Group
public final class Group
This class represents the definition of the grouping used to organise data in a view.
| Constructor Summary | |
|---|---|
Group(Integer id,
String name,
boolean showSummaryTasks)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addGroupClause(GroupClause clause)
Adds a clause to the group definition. |
List<GroupClause> |
getGroupClauses()
Retrieve a list of all clauses which define this group. |
Integer |
getID()
Retrieve group ID. |
String |
getName()
Retrieve the group name. |
boolean |
getShowSummaryTasks()
Retrieve the show summary tasks flag. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Group(Integer id,
String name,
boolean showSummaryTasks)
id - group identifiername - group nameshowSummaryTasks - show summary tasks| Method Detail |
|---|
public Integer getID()
public String getName()
public boolean getShowSummaryTasks()
public void addGroupClause(GroupClause clause)
clause - group clausepublic List<GroupClause> getGroupClauses()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||