|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractBuildingUnit
Abstract class AbstractBuildingUnit
| Method Summary | ||
|---|---|---|
|
getAssignedAddress()
Retrieves a set containing all the elements for the reference assignedAddress. |
|
Depot |
getDepot()
Retrieves the value for the reference depot. |
|
String |
getDescription()
|
|
|
getFacility()
Retrieves a set containing all the elements for the reference facility. |
|
String |
getName()
Retrieves the value for the attribute name. |
|
BigDecimal |
getSizeInCubicMeter()
|
|
BigDecimal |
getSizeInSquareMeter()
|
|
void |
setDepot(Depot depot)
Sets a new value for the reference depot. |
|
void |
setDescription(String description)
Sets a new value for the attribute description. |
|
void |
setName(String name)
Sets a new value for the attribute name. |
|
void |
setSizeInCubicMeter(BigDecimal sizeInCubicMeter)
Sets a new value for the attribute sizeInCubicMeter. |
|
void |
setSizeInSquareMeter(BigDecimal sizeInSquareMeter)
Sets a new value for the attribute sizeInSquareMeter. |
|
| Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured |
|---|
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, setPicture |
| Method Detail |
|---|
<T extends Addressable> Set<T> getAssignedAddress()
assignedAddress.
Depot getDepot()
depot.
null – value for this reference.void setDepot(Depot depot)
depot.
depot - The non-null new value for this reference.String getDescription()
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.<T extends Facility> Collection<T> getFacility()
facility.
String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.BigDecimal getSizeInCubicMeter()
sizeInCubicMeter.void setSizeInCubicMeter(BigDecimal sizeInCubicMeter)
sizeInCubicMeter.
sizeInCubicMeter - The possibly null new value for attribute sizeInCubicMeter.BigDecimal getSizeInSquareMeter()
sizeInSquareMeter.void setSizeInSquareMeter(BigDecimal sizeInSquareMeter)
sizeInSquareMeter.
sizeInSquareMeter - The possibly null new value for attribute sizeInSquareMeter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||