Package com.soffid.iam.api
Class Group
- java.lang.Object
-
- com.soffid.iam.api.AbstractGroup
-
- com.soffid.iam.api.Group
-
- All Implemented Interfaces:
Serializable
public class Group extends AbstractGroup
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Group()
Group(AbstractGroup otherBean)
Group(String name, String description)
Group(String name, String description, String quota, String driveLetter, String parentGroup, String type, String driveServerName, Long id, Boolean obsolete, Boolean organizational, String section, Map<String,Object> attributes, Date endDate, Date startDate)
-
Method Summary
-
Methods inherited from class com.soffid.iam.api.AbstractGroup
getAttributes, getDescription, getDriveLetter, getDriveServerName, getEndDate, getId, getName, getObsolete, getOrganizational, getParentGroup, getQuota, getSection, getStartDate, getType, setAttributes, setDescription, setDriveLetter, setDriveServerName, setEndDate, setId, setName, setObsolete, setOrganizational, setParentGroup, setQuota, setSection, setStartDate, setType, toGroup, toGroup, toGroupArray, toGroupAsyncList, toGroupList, toGroupList, toString
-
-
-
-
Constructor Detail
-
Group
public Group()
-
Group
public Group(AbstractGroup otherBean)
-
Group
public Group(String name, String description, String quota, String driveLetter, String parentGroup, String type, String driveServerName, Long id, Boolean obsolete, Boolean organizational, String section, Map<String,Object> attributes, Date endDate, Date startDate)
-
-