public interface AbstractBuildingUnit extends AbstractBuildingUnit, Pictured
AbstractBuildingUnit
isFrozenisFrozen
| Modifier and Type | Method and Description |
|---|---|
void |
addFacility(boolean idIsPersistent,
String id,
Facility facility)
Adds the specified element to the set of the values for the reference
facility. |
void |
addFacility(Facility facility)
Adds the specified element to the set of the values for the reference
facility using an implementation-specific, reassignable qualifier. |
void |
addFacility(String id,
Facility facility)
Adds the specified element to the set of the values for the reference
facility using a reassignable qualifier. |
<T extends Addressable> |
getAssignedAddress(AddressableQuery query)
Retrieves the value for the reference
assignedAddress for the specified query. |
Addressable |
getAssignedAddress(boolean idIsPersistent,
String id)
Retrieves the value for the reference
assignedAddress for the specified qualifier attribute value. |
Addressable |
getAssignedAddress(String id)
Retrieves the value for the reference
assignedAddress for the specified qualifier attribute value. |
Depot |
getDepot()
Retrieves the value for the reference
depot. |
Facility |
getFacility(boolean idIsPersistent,
String id)
Retrieves the value for the reference
facility for the specified qualifier attribute value. |
<T extends Facility> |
getFacility(FacilityQuery query)
Retrieves the value for the reference
facility for the specified query. |
Facility |
getFacility(String id)
Retrieves the value for the reference
facility for the specified qualifier attribute value. |
void |
setDepot(Depot depot)
Sets a new value for the reference
depot. |
getAssignedAddress, getDescription, getFacility, getName, getSizeInCubicMeter, getSizeInSquareMeter, setDescription, setName, setSizeInCubicMeter, setSizeInSquareMetergetPicture, setPicturegetPictureContent, getPictureContentMimeType, getPictureContentNamerefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite<T extends Addressable> List<T> getAssignedAddress(AddressableQuery query)
assignedAddress for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.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.Addressable getAssignedAddress(String id)
assignedAddress for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getAssignedAddress(false,id).
id - The value for the qualifier attribute that qualifies this reference.Depot getDepot()
depot.getDepot in interface AbstractBuildingUnitnull – value for this reference.void setDepot(Depot depot)
depot.setDepot in interface AbstractBuildingUnitdepot - The new – possibly null – value for this reference.<T extends Facility> List<T> getFacility(FacilityQuery query)
facility for the specified query.
Note: This is an extension to the JMI 1 standard.java.jdo.Queryquery - predicate which is applied to the set of referenced objects.true.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.Facility getFacility(String id)
facility for the specified qualifier attribute value.
This method is equivalent to the preferred invocation getFacility(false,id).
id - 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.void addFacility(String id, Facility facility)
facility using a reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
id - The qualifier attribute value that qualifies the reference to get the element to be appended.facility - The element to be appended.void addFacility(Facility facility)
facility using an implementation-specific, reassignable qualifier.
Note: This is an extension to the JMI 1 standard.
facility - The element to be appended.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.