|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.model.GroupFacade
Facade class for Group. Represents a user group in the system. Group can be defined and users can be specified with the belonging group.
Constructor Summary | |
GroupFacade()
|
Method Summary | |
java.util.List |
getAuthorizedQueueNames()
Specify authorized queues for this group. |
java.lang.String |
getDescription()
Specify description text of this group. |
java.lang.Long |
getId()
Get identifer of this object. |
java.lang.String |
getName()
Specify name of this group. |
void |
setAuthorizedQueueNames(java.util.List authorizedQueueNames)
|
void |
setDescription(java.lang.String description)
|
void |
setId(java.lang.Long id)
|
void |
setName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GroupFacade()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.util.List getAuthorizedQueueNames()
public void setAuthorizedQueueNames(java.util.List authorizedQueueNames)
public java.lang.Long getId()
public void setId(java.lang.Long id)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |