|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.workgroup.AdminWorkgroup
public class AdminWorkgroup
This class describes a workgroup used by the administration
Constructor Summary | |
---|---|
AdminWorkgroup()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the workgroup's description |
java.lang.String |
getKey()
Gets the workgroup key |
java.lang.String |
getWorkgroup()
Gets the workgroup key |
void |
setDescription(java.lang.String strDescription)
Sets the workgroup's description |
void |
setKey(java.lang.String strKey)
Sets the workgroup key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminWorkgroup()
Method Detail |
---|
public java.lang.String getKey()
public void setKey(java.lang.String strKey)
strKey
- The Keypublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The workgroup's descriptionpublic java.lang.String getWorkgroup()
getWorkgroup
in interface AdminWorkgroupResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |