Modifier and Type |
Method and Description |
void |
addGroup(Group item)
Add the given Group item to the groups .
|
void |
clearGroups()
Clear the groups collection.
|
boolean |
equals(Object obj) |
Boolean |
getComputed() |
String |
getDependentFeatures() |
String |
getDependentModules() |
Boolean |
getExtension() |
Set<Group> |
getGroups() |
String |
getHelpLink() |
Long |
getId() |
String |
getModel() |
String |
getModule() |
String |
getName() |
Integer |
getPriority() |
String |
getTitle() |
String |
getType() |
String |
getXml() |
String |
getXmlId() |
int |
hashCode() |
void |
removeGroup(Group item)
Remove the given Group item from the groups .
|
void |
setComputed(Boolean computed) |
void |
setDependentFeatures(String dependentFeatures) |
void |
setDependentModules(String dependentModules) |
void |
setExtension(Boolean extension) |
void |
setGroups(Set<Group> groups) |
void |
setHelpLink(String helpLink) |
void |
setId(Long id) |
void |
setModel(String model) |
void |
setModule(String module) |
void |
setName(String name) |
void |
setPriority(Integer priority) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setXml(String xml) |
void |
setXmlId(String xmlId) |
String |
toString() |