|
||||||||||
| 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(Facility newValue)
|
|
void |
addFacility(String id,
Facility newValue)
|
|
|
getAssignedAddress(AddressableQuery query)
Retrieves the value for the reference assignedAddress for
the specified query. |
|
Depot |
getDepot()
Retrieves the value for the reference depot. |
|
|
getFacility(FacilityQuery query)
Retrieves the value for the reference facility for the
specified query. |
|
Media |
getPicture()
Retrieves the value for the reference picture. |
|
void |
removeDepot()
Removes the value for the optional reference depot. |
|
void |
removeFacility(String id)
|
|
void |
removePicture()
Removes the value for the optional reference picture. |
|
void |
setDepot(Depot depot)
Sets a new value for the reference depot. |
|
void |
setPicture(Media picture)
Sets a new value for the reference picture. |
|
| Methods inherited from interface org.opencrx.kernel.building1.cci2.AbstractBuildingUnit |
|---|
getAssignedAddress, getDescription, getFacility, getName, getSizeInCubicMeter, getSizeInSquareMeter, setDescription, setName, setSizeInCubicMeter, setSizeInSquareMeter |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured |
|---|
getPictureContent, getPictureContentMimeType, getPictureContentName |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
<T extends Addressable> List<T> getAssignedAddress(AddressableQuery query)
assignedAddress for
the specified query.
query - predicate which is applied to the set of referenced objects.
true.Depot getDepot()
depot.
getDepot in interface AbstractBuildingUnitnull – value for this reference.void setDepot(Depot depot)
depot.
setDepot in interface AbstractBuildingUnitdepot - The non-null new value for this reference.void removeDepot()
depot.
<T extends Facility> List<T> getFacility(FacilityQuery query)
facility for the
specified query.
query - predicate which is applied to the set of referenced objects.
true.
void addFacility(String id,
Facility newValue)
id - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addFacility(Facility newValue)
newValue - The element to be appended.void removeFacility(String id)
Media getPicture()
picture.
getPicture in interface Picturednull – value for this reference.void setPicture(Media picture)
picture.
setPicture in interface Picturedpicture - The non-null new value for this reference.void removePicture()
picture.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||