fr.paris.lutece.portal.business.group
Class Group

java.lang.Object
  extended by fr.paris.lutece.portal.business.group.Group

public class Group
extends java.lang.Object

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

Group

public Group()
Method Detail

getGroupKey

public java.lang.String getGroupKey()
Gets the group key

Returns:
the group key

setGroupKey

public void setGroupKey(java.lang.String strGroupKey)
Sets the group key

Parameters:
strGroupKey - the group key

getGroupDescription

public java.lang.String getGroupDescription()
Gets the group description

Returns:
the group description

setGroupDescription

public void setGroupDescription(java.lang.String strGroupDescription)
Sets the group description

Parameters:
strGroupDescription - the group description

equals

public boolean equals(java.lang.Object group)
Compare two groups

Overrides:
equals in class java.lang.Object
Parameters:
group - the group to compare
Returns:
true if groups are equals


Copyright © 2007 Mairie de Paris. All Rights Reserved.