Class Role
- java.lang.Object
-
- uk.ac.warwick.dcs.sherlock.module.web.data.models.db.Role
-
@Entity public class Role extends java.lang.ObjectThe database table storing the roles assigned to each account
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountgetAccount()longgetId()java.lang.StringgetName()voidsetAccount(Account account)voidsetId(long id)voidsetName(java.lang.String name)
-
-
-
Constructor Detail
-
Role
public Role()
-
Role
public Role(java.lang.String name, Account account)
-
-