cn.remex.db.model.cert
类 AuthPrivilege

java.lang.Object
  继承者 cn.remex.db.rsql.model.ModelableImpl
      继承者 cn.remex.db.model.cert.AuthPrivilege
所有已实现的接口:
Modelable, SerialNoGenerator, Serializable

public class AuthPrivilege
extends ModelableImpl

另请参见:
序列化表格

字段摘要
static String CHR
           
static String FHD
           
static String FTD
           
static String NULL
           
static String PHD
           
static String PTD
           
static String VTP
           
 
从接口 cn.remex.db.rsql.model.SerialNoGenerator 继承的字段
ORM_CURMAX_ID, ORM_ID_NUMLEN
 
构造方法摘要
protected AuthPrivilege()
           
  AuthPrivilege(String name)
           
 
方法摘要
 AuthResource getAuthResource()
           
 String getNote()
           
 String getPrivilegeKey()
           
 void setAuthResource(AuthResource authResource)
           
 void setNote(String note)
           
 void setPrivilegeKey(String privilegeKey)
           
 String validate()
           
 
从类 cn.remex.db.rsql.model.ModelableImpl 继承的方法
_addModifyFileds, _getModifyFileds, _isAopModelBean, _setAopModelBean, createSerialNo, equals, generateId, getCreateOperator_name, getCreateOperator, getCreateTime, getDataStatus, getId, getModifyOperator_name, getModifyOperator, getModifyTime, getName, getOwnership_name, getVersion, obtainAbbreviation, obtainIdFormat, obtainSerialNoFormat, setCreateOperator_name, setCreateOperator, setCreateTime, setDataStatus, setId, setModifyOperator_name, setModifyOperator, setModifyTime, setName, setOwnership_name, setVersion, trigger
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

CHR

public static final String CHR
另请参见:
常量字段值

FHD

public static final String FHD
另请参见:
常量字段值

FTD

public static final String FTD
另请参见:
常量字段值

NULL

public static final String NULL
另请参见:
常量字段值

PHD

public static final String PHD
另请参见:
常量字段值

PTD

public static final String PTD
另请参见:
常量字段值

VTP

public static final String VTP
另请参见:
常量字段值
构造方法详细信息

AuthPrivilege

public AuthPrivilege(String name)

AuthPrivilege

protected AuthPrivilege()
方法详细信息

getAuthResource

public AuthResource getAuthResource()

getNote

public String getNote()
覆盖:
ModelableImpl 中的 getNote

getPrivilegeKey

public String getPrivilegeKey()

setAuthResource

public void setAuthResource(AuthResource authResource)

setNote

public void setNote(String note)
覆盖:
ModelableImpl 中的 setNote

setPrivilegeKey

public void setPrivilegeKey(String privilegeKey)

validate

public String validate()


Copyright © 2016. All rights reserved.