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

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

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

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

Methods in org.opencrx.kernel.account1.jpa3 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>
SegmentContainsBuildingUnit.BuildingUnit<T>
Segment.getBuildingUnit()
          Retrieves a set containing all the elements for the reference buildingUnit.
 

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.building1.jpa3
 

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

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

Methods in org.opencrx.kernel.building1.jpa3 with parameters of type AbstractBuildingUnit
 void Facility.setBuildingUnit(AbstractBuildingUnit buildingUnit)
          Sets a new value for the reference buildingUnit.
 

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

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

Methods in org.opencrx.kernel.contract1.jpa3 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.jpa3
 

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

Methods in org.opencrx.kernel.product1.jpa3 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-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.