Package ru.bgcrm.model.user
Class Group
java.lang.Object
org.bgerp.model.base.Id
org.bgerp.model.base.IdTitle
org.bgerp.model.base.IdTitleComment
ru.bgcrm.model.user.Group
- All Implemented Interfaces:
Serializable,Cloneable,Comment,Id<Integer>,IdTitle<Integer>,Title,TitleWithPath
- See Also:
-
Field Summary
Fields inherited from class org.bgerp.model.base.IdTitleComment
comment -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intDeprecated.intintgetPath()voidsetArchive(int archive) Deprecated.voidsetChildCount(int childCount) voidvoidsetParentId(int parentId) voidsetPermsetIds(List<Integer> permsetIds) voidsetQueueIds(Set<Integer> queueIds) Methods inherited from class org.bgerp.model.base.IdTitleComment
getComment, setComment
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getConfig
-
setConfig
-
getConfigMap
-
getParentId
public int getParentId() -
setParentId
public void setParentId(int parentId) -
getPermsetIds
-
setPermsetIds
-
getQueueIds
-
setQueueIds
-
getChildCount
public int getChildCount() -
setChildCount
public void setChildCount(int childCount) -
getTitleWithPath
- Specified by:
getTitleWithPathin interfaceTitleWithPath
-
getChildSet
-
getPath
-
clone
-
getArchive
Deprecated. -
setArchive
Deprecated.
-