org.olat.group.area
Class BGtoAreaRelationImpl
java.lang.Object
org.olat.core.commons.persistence.PersistentObject
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)