public final class Group extends Object
Constructor and Description |
---|
Group(Integer id,
String name,
boolean showSummaryTasks)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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() |
public Integer getID()
public String getName()
public boolean getShowSummaryTasks()
public void addGroupClause(GroupClause clause)
clause
- group clausepublic List<GroupClause> getGroupClauses()
Copyright © 2000–2024 Packwood Software. All rights reserved.