Package myorg.relex.many2many
Class Group
- java.lang.Object
-
- myorg.relex.many2many.Group
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
Set<Individual>
getMembers()
String
getName()
void
setName(String name)
-
-
-
Field Detail
-
id
private int id
-
members
Set<Individual> members
-
name
private String name
-
-
Constructor Detail
-
Group
protected Group()
-
Group
public Group(String name)
-
-
Method Detail
-
getId
public int getId()
-
getMembers
public Set<Individual> getMembers()
-
getName
public String getName()
-
setName
public void setName(String name)
-
-