All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.owl.bo.fm.EnclosureElementImpl

edu.cmu.owl.bo.fm.OwlObjectImpl
   |
   +----edu.cmu.owl.bo.fm.EnclosureElementImpl

public class EnclosureElementImpl
extends OwlObjectImpl
implements EnclosureElement
This class defines a physical structure in a building. An EnclosureElement is a structure such as a wall, floor, ceiling, etc.


Constructor Index

 o EnclosureElementImpl()
All internal variables default to empty Strings except for the Geometry field.
 o EnclosureElementImpl(Geometry, String, String)
This is the preferred constructor since all values are supplied up front.

Method Index

 o getFinish()
Accessor
 o getGeometry()
Accessor
 o getType()
Accessor
 o setFinish(String)
Mutator
 o setGeometry(Geometry)
Mutator
 o setType(String)
Mutator
 o toString()
overrides default method

Constructors

 o EnclosureElementImpl
 public EnclosureElementImpl() throws RemoteException
All internal variables default to empty Strings except for the Geometry field. That field defaults to null.

 o EnclosureElementImpl
 public EnclosureElementImpl(Geometry geom,
                             String type,
                             String finish) throws RemoteException
This is the preferred constructor since all values are supplied up front.

Methods

 o toString
 public String toString()
overrides default method

Overrides:
toString in class OwlObjectImpl
 o getGeometry
 public Geometry getGeometry() throws RemoteException
Accessor

 o setGeometry
 public void setGeometry(Geometry geom) throws RemoteException
Mutator

 o getType
 public String getType() throws RemoteException
Accessor

 o setType
 public void setType(String t) throws RemoteException
Mutator

 o getFinish
 public String getFinish() throws RemoteException
Accessor

 o setFinish
 public void setFinish(String t) throws RemoteException
Mutator


All Packages  Class Hierarchy  This Package  Previous  Next  Index