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 Summary
Fields inherited from interface org.iplass.mtp.entity.Entity
CREATE_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 Summary
-
Method Summary
Methods inherited from class org.iplass.mtp.entity.GenericEntity
applyProperties, 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
-
Rank
public Rank()
-
-
Method Details
-
getCode
ランクコードを取得します。- Returns:
- ランクコード
-
setCode
ランクコードを設定します。- Parameters:
code
- ランクコード
-
getLevel
ランクの順位を取得する。- Returns:
- ランクの順位
-
setLevel
ランクの順位を設定する。- Parameters:
level
- ランクの順位
-