Class SGroup
- java.lang.Object
-
- org.bonitasoft.engine.identity.model.SGroup
-
- All Implemented Interfaces:
java.io.Serializable,SHavingIcon,PersistentObject
@Entity public class SGroup extends java.lang.Object implements PersistentObject, SHavingIcon
- Author:
- Anthony Birembaut, Baptiste Mesta, Matthieu Chaffotte
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCREATED_BYstatic java.lang.StringCREATION_DATEstatic java.lang.StringDESCRIPTIONstatic java.lang.StringDISPLAY_NAMEstatic java.lang.StringIDstatic java.lang.StringLAST_UPDATEstatic java.lang.StringNAMEstatic java.lang.StringPARENT_PATH
-
Constructor Summary
Constructors Constructor Description SGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPath()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.persistence.PersistentObject
getId, setId, setTenantId
-
Methods inherited from interface org.bonitasoft.engine.identity.model.SHavingIcon
getIconId
-
-
-
-
Field Detail
-
PARENT_PATH
public static final java.lang.String PARENT_PATH
- See Also:
- Constant Field Values
-
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
-
DISPLAY_NAME
public static final java.lang.String DISPLAY_NAME
- See Also:
- Constant Field Values
-
CREATED_BY
public static final java.lang.String CREATED_BY
- See Also:
- Constant Field Values
-
CREATION_DATE
public static final java.lang.String CREATION_DATE
- See Also:
- Constant Field Values
-
LAST_UPDATE
public static final java.lang.String LAST_UPDATE
- See Also:
- Constant Field Values
-
-