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