@Entity public class AuthorityEntity extends BaseEntity
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
COLUMN_AUTHORITY |
static java.lang.String |
COLUMN_AUTHORITY_ENTITY_ID |
static java.lang.String |
COLUMN_AUTHORITY_ENTITY_TYPE |
static java.lang.String |
COLUMN_AUTHORITY_TYPE |
static java.lang.String |
COLUMN_ROLE_ID |
static java.lang.String |
COLUMN_ROLE_TYPE |
COLUMN_ID
构造器和说明 |
---|
AuthorityEntity() |
限定符和类型 | 方法和说明 |
---|---|
AuthorityEntity |
authority(AuthorityValue authority) |
AuthorityEntity |
authorityEntityId(java.lang.String authorityEntityId) |
AuthorityEntity |
authorityEntityType(int authorityEntityType) |
AuthorityEntity |
authorityType(AuthorityType authorityType) |
AuthorityValue |
getAuthority() |
java.lang.String |
getAuthorityEntityId() |
int |
getAuthorityEntityType() |
AuthorityType |
getAuthorityType() |
java.lang.String |
getRoleId() |
RoleType |
getRoleType() |
AuthorityEntity |
id(java.lang.String id) |
AuthorityEntity |
roleId(java.lang.String roleId) |
AuthorityEntity |
roleType(RoleType roleType) |
void |
setAuthority(AuthorityValue authority) |
void |
setAuthorityEntityId(java.lang.String authorityEntityId) |
void |
setAuthorityEntityType(int authorityEntityType) |
void |
setAuthorityType(AuthorityType authorityType) |
void |
setRoleId(java.lang.String roleId) |
void |
setRoleType(RoleType roleType) |
getId, setId
public static final java.lang.String COLUMN_ROLE_ID
public static final java.lang.String COLUMN_ROLE_TYPE
public static final java.lang.String COLUMN_AUTHORITY_ENTITY_ID
public static final java.lang.String COLUMN_AUTHORITY_ENTITY_TYPE
public static final java.lang.String COLUMN_AUTHORITY
public static final java.lang.String COLUMN_AUTHORITY_TYPE
public AuthorityEntity id(java.lang.String id)
public java.lang.String getRoleId()
public void setRoleId(java.lang.String roleId)
public AuthorityEntity roleId(java.lang.String roleId)
public RoleType getRoleType()
public void setRoleType(RoleType roleType)
public AuthorityEntity roleType(RoleType roleType)
public java.lang.String getAuthorityEntityId()
public void setAuthorityEntityId(java.lang.String authorityEntityId)
public AuthorityEntity authorityEntityId(java.lang.String authorityEntityId)
public int getAuthorityEntityType()
public void setAuthorityEntityType(int authorityEntityType)
public AuthorityEntity authorityEntityType(int authorityEntityType)
public AuthorityValue getAuthority()
public void setAuthority(AuthorityValue authority)
public AuthorityEntity authority(AuthorityValue authority)
public AuthorityType getAuthorityType()
public void setAuthorityType(AuthorityType authorityType)
public AuthorityEntity authorityType(AuthorityType authorityType)