|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractBuildingUnit
| Method Summary | |
|---|---|
void |
addFacility(Facility newValue)
|
void |
addFacility(String id,
Facility newValue)
|
Collection |
getAssignedAddress()
Retrieves a collection containing all the elements for the reference assignedAddress. |
List |
getAssignedAddress(AddressableFilter filter)
Retrieves the value for the reference assignedAddress for
the specified filter. |
List |
getAssignedAddress(AddressableQuery query)
Retrieves the value for the reference assignedAddress for
the specified query. |
Addressable |
getAssignedAddress(String id)
Retrieves the value for the reference assignedAddress for
the specified qualifier attribute value. |
Depot |
getDepot()
Retrieves the value for the optional reference depot. |
String |
getDescription()
|
Collection |
getFacility()
Retrieves a collection containing all the elements for the reference facility. |
List |
getFacility(FacilityFilter filter)
Retrieves the value for the reference facility for the
specified filter. |
List |
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. |
String |
getName()
Retrieves the value for the attribute name. |
BigDecimal |
getSizeInCubicMeter()
|
BigDecimal |
getSizeInSquareMeter()
|
void |
removeDepot()
Removes the value for the optional reference depot. |
void |
removeFacility(String id)
|
void |
setDepot(Depot newValue)
Sets a new value for the reference depot. |
void |
setDescription(String newValue)
Sets a new value for the attribute description. |
void |
setName(String newValue)
Sets a new value for the attribute name. |
void |
setSizeInCubicMeter(BigDecimal newValue)
Sets a new value for the attribute sizeInCubicMeter. |
void |
setSizeInSquareMeter(BigDecimal newValue)
Sets a new value for the attribute sizeInSquareMeter. |
| Methods inherited from interface org.opencrx.kernel.generic.cci.Pictured |
|---|
getPicture, getPictureContent, getPictureContentMimeType, getPictureContentName, removePicture, setPicture |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| 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 |
|---|
Addressable getAssignedAddress(String id)
assignedAddress for
the specified qualifier attribute value.
id - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getAssignedAddress()
assignedAddress.
JmiException - If the values cannot be retrieved for some reason.List getAssignedAddress(AddressableFilter filter)
assignedAddress for
the specified filter.
filter - filter which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.List getAssignedAddress(AddressableQuery query)
assignedAddress for
the specified query.
predicate - predicate which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.Depot getDepot()
depot.
JmiException - If the value cannot be retrieved for some reason.void setDepot(Depot newValue)
depot.
newValue - The non-null new value for this reference.
JmiException - If the value cannot be set for some reason.void removeDepot()
depot.
JmiException - If the value cannot be removed for some reason.String getDescription()
description.
JmiException - If the value cannot be retrieved for some reason.void setDescription(String newValue)
description.
newValue - The possibly null new value for attribute description.
JmiException - If the value cannot be set for some reason.Facility getFacility(String id)
facility for the
specified qualifier attribute value.
id - The value for the qualifier attribute that qualifies this reference.
JmiException - If the value cannot be retrieved for some reason.Collection getFacility()
facility.
JmiException - If the values cannot be retrieved for some reason.List getFacility(FacilityFilter filter)
facility for the
specified filter.
filter - filter which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.List getFacility(FacilityQuery query)
facility for the
specified query.
predicate - predicate which is applied to the set of referenced objects.
JmiException - If the value cannot be retrieved for some reason.
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.
JmiException - If the value cannot be appended for some reason.void addFacility(Facility newValue)
newValue - The element to be appended.
JmiException - If the value cannot be appended for some reason.void removeFacility(String id)
JmiException - If the value cannot be removed for some reason.String getName()
name.
name.
JmiException - If the value cannot be retrieved for some reason.void setName(String newValue)
name.
newValue - The non-null new value for attribute name.
JmiException - If the value cannot be set for some reason.BigDecimal getSizeInCubicMeter()
sizeInCubicMeter.
JmiException - If the value cannot be retrieved for some reason.void setSizeInCubicMeter(BigDecimal newValue)
sizeInCubicMeter.
newValue - The possibly null new value for attribute sizeInCubicMeter.
JmiException - If the value cannot be set for some reason.BigDecimal getSizeInSquareMeter()
sizeInSquareMeter.
JmiException - If the value cannot be retrieved for some reason.void setSizeInSquareMeter(BigDecimal newValue)
sizeInSquareMeter.
newValue - The possibly null new value for attribute sizeInSquareMeter.
JmiException - If the value cannot be set for some reason.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||