Class GUIGroup
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIGroup
- All Implemented Interfaces:
Serializable
Representation of a users group
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
getName()
int
getType()
void
setDescription
(String description) void
setId
(long id) void
setInheritGroupId
(Long inheritGroupId) void
void
void
setType
(int type)
-
Field Details
-
TYPE_DEFAULT
public static final int TYPE_DEFAULT- See Also:
-
TYPE_USER
public static final int TYPE_USER- See Also:
-
-
Constructor Details
-
GUIGroup
public GUIGroup() -
GUIGroup
public GUIGroup(long id)
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getName
-
setName
-
getDescription
-
setDescription
-
getInheritGroupId
-
setInheritGroupId
-
getType
public int getType() -
setType
public void setType(int type) -
getSource
-
setSource
-