public class XmlGroup extends Object implements Group, Serializable
Group for XML serialization.| Constructor and Description |
|---|
XmlGroup() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Get the ID of the data object.
|
String |
getName()
Get the name of the group.
|
List<Integer> |
getPersons()
Get the list of
Person IDs which belong to the group. |
void |
setId(int id) |
void |
setName(String name) |
void |
setPersons(List<Integer> persons) |
public int getId()
BaseDatapublic List<Integer> getPersons()
GroupPerson IDs which belong to the group.getPersons in interface Grouppublic void setId(int id)
public void setName(String name)
Copyright © 2015 illucIT Software GmbH. All rights reserved.