public class AuthorityRecord extends BaseDataRecord implements java.io.Serializable
COLUMN_ID
构造器和说明 |
---|
AuthorityRecord() |
限定符和类型 | 方法和说明 |
---|---|
AuthorityRecord |
authority(AuthorityValue authority) |
AuthorityRecord |
authorityEntityId(java.lang.String authorityEntityId) |
AuthorityRecord |
authorityEntityType(int authorityEntityType) |
AuthorityRecord |
authorityType(AuthorityType authorityType) |
AuthorityValue |
getAuthority() |
java.lang.String |
getAuthorityEntityId() |
int |
getAuthorityEntityType() |
AuthorityType |
getAuthorityType() |
java.lang.String |
getRoleId() |
RoleType |
getRoleType() |
AuthorityRecord |
id(java.lang.String id) |
AuthorityRecord |
roleId(java.lang.String roleId) |
AuthorityRecord |
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, toString
public AuthorityRecord id(java.lang.String id)
public java.lang.String getRoleId()
public void setRoleId(java.lang.String roleId)
public AuthorityRecord roleId(java.lang.String roleId)
public RoleType getRoleType()
public void setRoleType(RoleType roleType)
public AuthorityRecord roleType(RoleType roleType)
public java.lang.String getAuthorityEntityId()
public void setAuthorityEntityId(java.lang.String authorityEntityId)
public AuthorityRecord authorityEntityId(java.lang.String authorityEntityId)
public int getAuthorityEntityType()
public void setAuthorityEntityType(int authorityEntityType)
public AuthorityRecord authorityEntityType(int authorityEntityType)
public AuthorityValue getAuthority()
public void setAuthority(AuthorityValue authority)
public AuthorityRecord authority(AuthorityValue authority)
public AuthorityType getAuthorityType()
public void setAuthorityType(AuthorityType authorityType)
public AuthorityRecord authorityType(AuthorityType authorityType)