|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractBuildingUnit
Abstract class AbstractBuildingUnit
| Method Summary | ||
|---|---|---|
void |
addFacility(boolean idIsPersistent,
String id,
Facility facility)
Adds the specified element to the set of the values for the reference facility. |
|
|
getAssignedAddress()
Retrieves a set containing all the elements for the reference assignedAddress. |
|
Addressable |
getAssignedAddress(boolean idIsPersistent,
String id)
Retrieves the value for the reference assignedAddress for
the specified qualifier attribute value. |
|
Depot |
getDepot()
Retrieves the value for the reference depot. |
|
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
|
|
getFacility()
Retrieves a set containing all the elements for the reference facility. |
|
Facility |
getFacility(boolean idIsPersistent,
String id)
Retrieves the value for the reference facility for the
specified qualifier attribute value. |
|
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. |
|
| Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured |
|---|
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, setPicture |
| Method Detail |
|---|
<T extends Addressable> Collection<T> getAssignedAddress()
assignedAddress.
Addressable getAssignedAddress(boolean idIsPersistent,
String id)
assignedAddress for
the specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
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.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.<T extends Facility> Collection<T> getFacility()
facility.
Facility getFacility(boolean idIsPersistent,
String id)
facility for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
void addFacility(boolean idIsPersistent,
String id,
Facility facility)
facility.
Note: This is an extension to the JMI 1 standard.
idIsPersistent - true if id is persistentid - The qualifier attribute value that qualifies the reference to get the element to be appended.facility - The element to be appended.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||