Package org.iplass.mtp.auth
Class Rank
java.lang.Object
org.iplass.mtp.entity.GenericEntity
org.iplass.mtp.auth.Rank
- All Implemented Interfaces:
- Serializable,- Entity
ユーザーのランク(職位、会員種別など)を表す。
 Entity定義上、mtp.auth.Rankで定義される。
- See Also:
- 
Field SummaryFieldsFields inherited from interface org.iplass.mtp.entity.EntityCREATE_BY, CREATE_DATE, DESCRIPTION, END_DATE, LOCKED_BY, NAME, OID, RECYCLE_BIN_ID, START_DATE, STATE, STATE_INVALID_VALUE, STATE_VALID_VALUE, UPDATE_BY, UPDATE_DATE, VERSION
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.iplass.mtp.entity.GenericEntityapplyProperties, copy, copyAs, deepCopy, getCreateBy, getCreateDate, getDefinitionName, getDescription, getEndDate, getLockedBy, getName, getOid, getPropertyNames, getRecycleBinId, getStartDate, getState, getUpdateBy, getUpdateDate, getValue, getValue, getValueAs, getVersion, setCreateBy, setCreateDate, setDefinitionName, setDescription, setEndDate, setLockedBy, setName, setOid, setRecycleBinId, setStartDate, setState, setUpdateBy, setUpdateDate, setValue, setValue, setVersion, toMap, toString
- 
Field Details- 
ENTITY_DEFINITION_NAME- See Also:
 
- 
CODE- See Also:
 
- 
LEVEL- See Also:
 
 
- 
- 
Constructor Details- 
Rankpublic Rank()
 
- 
- 
Method Details- 
getCodeランクコードを取得します。- Returns:
- ランクコード
 
- 
setCodeランクコードを設定します。- Parameters:
- code- ランクコード
 
- 
getLevelランクの順位を取得する。- Returns:
- ランクの順位
 
- 
setLevelランクの順位を設定する。- Parameters:
- level- ランクの順位
 
 
-