|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractBuildingUnit
Abstract class AbstractBuildingUnit
isFrozenisFrozen
Method Summary | ||
---|---|---|
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. |
|
|
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. |
|
|
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 . |
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.jmi1.Pictured |
---|
getPicture, setPicture |
Methods inherited from interface org.opencrx.kernel.generic.cci2.Pictured |
---|
getPictureContent, getPictureContentMimeType, getPictureContentName |
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
---|
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValue |
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.
Note: This is an extension to the JMI 1 standard.java.jdo.Query
query
- 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 AbstractBuildingUnit
null
– value for this reference.void setDepot(Depot depot)
depot
.
setDepot
in interface AbstractBuildingUnit
depot
- 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.Query
query
- 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |