Package org.iplass.mtp.auth
Class Group
java.lang.Object
org.iplass.mtp.entity.GenericEntity
org.iplass.mtp.auth.Group
- All Implemented Interfaces:
Serializable
,Entity
グループを表す。
Entity定義上、mtp.auth.Groupで定義される。
グループにはユーザーを所属させることが可能。
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
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
-
DEFINITION_NAME
- See Also:
-
CODE
- See Also:
-
PARENT
- See Also:
-
CHILDREN
- See Also:
-
-
Constructor Details
-
Group
public Group() -
Group
-
-
Method Details
-
getCode
-
setCode
-
getParent
-
setParent
-
getChildren
-
setChildren
-