public class Group extends java.lang.Object implements Identifiable
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Integer> |
ID |
static Property<java.lang.String> |
NAME |
| Constructor and Description |
|---|
Group(PropertyStorage storage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getId() |
java.lang.String |
getName() |
PropertyStorage |
getStorage() |
int |
hashCode() |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
public static final Property<java.lang.Integer> ID
public static final Property<java.lang.String> NAME
public Group(PropertyStorage storage)
public java.lang.Integer getId()
getId in interface Identifiablepublic java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic PropertyStorage getStorage()