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 Identifiable
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PropertyStorage getStorage()