org.olat.basesecurity
Class NamedGroupImpl

java.lang.Object
  extended by org.olat.core.commons.persistence.PersistentObject
      extended by org.olat.basesecurity.NamedGroupImpl
All Implemented Interfaces:
java.io.Serializable, NamedGroup, CreateInfo, Persistable

public class NamedGroupImpl
extends PersistentObject
implements NamedGroup

Description:
TODO: Class Description

Author:
Felix Jost
See Also:
Serialized Form

Method Summary
 java.lang.String getGroupName()
           
 SecurityGroup getSecurityGroup()
           
 java.lang.String toString()
           
 
Methods inherited from class org.olat.core.commons.persistence.PersistentObject
equalsByPersistableKey, getCreationDate, getKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getGroupName

public java.lang.String getGroupName()
Specified by:
getGroupName in interface NamedGroup
Returns:
String

getSecurityGroup

public SecurityGroup getSecurityGroup()
Specified by:
getSecurityGroup in interface NamedGroup
Returns:
SecurityGroup

toString

public java.lang.String toString()
Overrides:
toString in class PersistentObject
See Also:
PersistentObject.toString()