|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.group.Group
public class Group
This class represents business objects group
Constructor Summary | |
---|---|
Group()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object group)
Compare two groups |
java.lang.String |
getGroupDescription()
Gets the group description |
java.lang.String |
getGroupKey()
Gets the group key |
void |
setGroupDescription(java.lang.String strGroupDescription)
Sets the group description |
void |
setGroupKey(java.lang.String strGroupKey)
Sets the group key |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Group()
Method Detail |
---|
public java.lang.String getGroupKey()
public void setGroupKey(java.lang.String strGroupKey)
strGroupKey
- the group keypublic java.lang.String getGroupDescription()
public void setGroupDescription(java.lang.String strGroupDescription)
strGroupDescription
- the group descriptionpublic boolean equals(java.lang.Object group)
equals
in class java.lang.Object
group
- the group to compare
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |