public interface AbstractBuildingUnit extends Pictured
AbstractBuildingUnit
isFrozenisFrozen
| Modifier and Type | Method and Description |
|---|---|
<T extends Addressable> |
getAssignedAddress()
Retrieves a set containing all the elements for the reference
assignedAddress. |
Depot |
getDepot()
Retrieves the value for the reference
depot. |
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
<T extends Facility> |
getFacility()
Retrieves a set containing all the elements for the reference
facility. |
String |
getName()
Retrieves the value for the attribute
name. |
BigDecimal |
getSizeInCubicMeter()
Retrieves the possibly null value for the optional attribute
sizeInCubicMeter. |
BigDecimal |
getSizeInSquareMeter()
Retrieves the possibly null value for the optional attribute
sizeInSquareMeter. |
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. |
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, setPicture<T extends Addressable> BuildingUnitHasAddress.AssignedAddress<T> getAssignedAddress()
assignedAddress.Depot getDepot()
depot.null – value for this reference.void setDepot(Depot depot)
depot.depot - The new – possibly null – value for this reference.String getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.<T extends Facility> BuildingUnitContainsFacility.Facility<T> getFacility()
facility.String getName()
name.name.void setName(String name)
name.name - The non-null new value for attribute name.BigDecimal getSizeInCubicMeter()
sizeInCubicMeter.sizeInCubicMeter.void setSizeInCubicMeter(BigDecimal sizeInCubicMeter)
sizeInCubicMeter.sizeInCubicMeter - The possibly null new value for attribute sizeInCubicMeter.BigDecimal getSizeInSquareMeter()
sizeInSquareMeter.sizeInSquareMeter.void setSizeInSquareMeter(BigDecimal sizeInSquareMeter)
sizeInSquareMeter.sizeInSquareMeter - The possibly null new value for attribute sizeInSquareMeter.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.