Uses of Interface
org.opencrx.kernel.building1.cci2.AbstractBuildingUnit

Packages that use AbstractBuildingUnit
org.opencrx.kernel.account1.jdo2   
org.opencrx.kernel.address1.cci2   
org.opencrx.kernel.address1.jmi1   
org.opencrx.kernel.building1.cci2   
org.opencrx.kernel.building1.jdo2   
org.opencrx.kernel.building1.jmi1   
org.opencrx.kernel.contract1.jdo2   
org.opencrx.kernel.product1.jdo2   
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.account1.jdo2
 

Methods in org.opencrx.kernel.account1.jdo2 that return AbstractBuildingUnit
 AbstractBuildingUnit AccountAddress.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.account1.jdo2 with parameters of type AbstractBuildingUnit
 void AccountAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.address1.cci2
 

Methods in org.opencrx.kernel.address1.cci2 that return AbstractBuildingUnit
 AbstractBuildingUnit Addressable.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.address1.cci2 with parameters of type AbstractBuildingUnit
 void Addressable.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.address1.jmi1
 

Methods in org.opencrx.kernel.address1.jmi1 with parameters of type AbstractBuildingUnit
 void Addressable.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.building1.cci2
 

Subinterfaces of AbstractBuildingUnit in org.opencrx.kernel.building1.cci2
 interface Building
          Class Building
 interface BuildingComplex
          Class BuildingComplex
 interface BuildingUnit
          Class BuildingUnit
 

Methods in org.opencrx.kernel.building1.cci2 with type parameters of type AbstractBuildingUnit
<T extends AbstractBuildingUnit>
Collection<T>
Segment.getBuildingUnit()
          Retrieves a set containing all the elements for the reference buildingUnit.
 

Methods in org.opencrx.kernel.building1.cci2 that return AbstractBuildingUnit
 AbstractBuildingUnit Segment.getBuildingUnit(boolean idIsPersistent, String id)
          Retrieves the value for the reference buildingUnit for the specified qualifier attribute value.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.building1.jdo2
 

Classes in org.opencrx.kernel.building1.jdo2 that implement AbstractBuildingUnit
 class Building
          Class Building
 class BuildingComplex
          Class BuildingComplex
 class BuildingUnit
          Class BuildingUnit
 

Methods in org.opencrx.kernel.building1.jdo2 with type parameters of type AbstractBuildingUnit
<T extends AbstractBuildingUnit>
Collection<T>
Segment.getBuildingUnit()
          Retrieves a set containing all the elements for the reference buildingUnit.
 

Methods in org.opencrx.kernel.building1.jdo2 that return AbstractBuildingUnit
 AbstractBuildingUnit Segment.getBuildingUnit(boolean idIsPersistent, String id)
          Retrieves the value for the reference buildingUnit for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.building1.jdo2 with parameters of type AbstractBuildingUnit
 void Facility.addToBuildingUnit(AbstractBuildingUnit buildingUnit)
          Sets a new value for the reference buildingUnit.
 void Facility.addToBuildingUnit(AbstractBuildingUnit buildingUnit, boolean idIsPersistent, String id)
          Set the object's composite association org:opencrx:kernel:building1:BuildingUnitContainsFacility.
static CloseableCollection<Facility> Facility.openmdxjdoGetObjectsByParent(AbstractBuildingUnit buildingUnit)
          Navigate through an object's composite association
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.building1.jmi1
 

Subinterfaces of AbstractBuildingUnit in org.opencrx.kernel.building1.jmi1
 interface AbstractBuildingUnit
          Abstract class AbstractBuildingUnit
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.contract1.jdo2
 

Methods in org.opencrx.kernel.contract1.jdo2 that return AbstractBuildingUnit
 AbstractBuildingUnit ContractAddress.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.contract1.jdo2 with parameters of type AbstractBuildingUnit
 void ContractAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 

Uses of AbstractBuildingUnit in org.opencrx.kernel.product1.jdo2
 

Methods in org.opencrx.kernel.product1.jdo2 that return AbstractBuildingUnit
 AbstractBuildingUnit ProductAddress.getBuilding()
          Retrieves the value for the reference building.
 

Methods in org.opencrx.kernel.product1.jdo2 with parameters of type AbstractBuildingUnit
 void ProductAddress.setBuilding(AbstractBuildingUnit building)
          Sets a new value for the reference building.
 



This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.