public class Group
extends com.avaje.ebean.Model
Modifier and Type | Field and Description |
---|---|
java.util.Date |
createdAt |
java.lang.Integer |
disabled |
static com.avaje.ebean.Model.Finder<java.lang.Integer,Group> |
find |
java.lang.Integer |
gid |
java.lang.Integer |
id |
java.lang.String |
name |
java.util.Date |
updatedAt |
java.util.List<User> |
users |
Constructor and Description |
---|
Group() |
public java.lang.Integer id
public java.lang.Integer disabled
public java.lang.Integer gid
public java.lang.String name
public java.util.Date createdAt
public java.util.Date updatedAt
public java.util.List<User> users
public static com.avaje.ebean.Model.Finder<java.lang.Integer,Group> find