Class GUIGroup
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUIGroup
-
- All Implemented Interfaces:
Serializable
public class GUIGroup extends Object implements Serializable
Representation of a users group- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE_DEFAULT
static int
TYPE_USER
-
Constructor Summary
Constructors Constructor Description GUIGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
long
getId()
Long
getInheritGroupId()
String
getName()
String
getSource()
int
getType()
void
setDescription(String description)
void
setId(long id)
void
setInheritGroupId(Long inheritGroupId)
void
setName(String name)
void
setSource(String source)
void
setType(int type)
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getInheritGroupId
public Long getInheritGroupId()
-
setInheritGroupId
public void setInheritGroupId(Long inheritGroupId)
-
getType
public int getType()
-
setType
public void setType(int type)
-
getSource
public String getSource()
-
setSource
public void setSource(String source)
-
-