org.olat.group.area
Class BGtoAreaRelationImpl

java.lang.Object
  extended by org.olat.core.commons.persistence.PersistentObject
      extended by org.olat.group.area.BGtoAreaRelationImpl
All Implemented Interfaces:
java.io.Serializable, CreateInfo, Persistable

public class BGtoAreaRelationImpl
extends PersistentObject

Description:
Implementation of the business group to business group area relation

Initial Date: Aug 23, 2004

Author:
gnaegi
See Also:
Serialized Form

Method Summary
 BusinessGroup getBusinessGroup()
           
 BGArea getGroupArea()
           
 void setBusinessGroup(BusinessGroup businessGroup)
           
 void setGroupArea(BGArea groupArea)
           
 
Methods inherited from class org.olat.core.commons.persistence.PersistentObject
equalsByPersistableKey, getCreationDate, getKey, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.olat.core.id.Persistable
equalsByPersistableKey, getKey
 
Methods inherited from interface org.olat.core.id.CreateInfo
getCreationDate
 

Method Detail

getBusinessGroup

public BusinessGroup getBusinessGroup()
Returns:
The business group from this relation
See Also:
BGtoAreaRelation.getBusinessGroup()

setBusinessGroup

public void setBusinessGroup(BusinessGroup businessGroup)
Parameters:
businessGroup - The business group form this relation
See Also:
BGtoAreaRelation.setBusinessGroup(org.olat.group.BusinessGroup)

getGroupArea

public BGArea getGroupArea()
Returns:
The business group area from this relation
See Also:
BGtoAreaRelation.getGroupArea()

setGroupArea

public void setGroupArea(BGArea groupArea)
Parameters:
groupArea - The business group area from this relation
See Also:
BGtoAreaRelation.setGroupArea(org.olat.group.area.BGArea)