|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefObject_1
org.opencrx.kernel.building1.cci.AbstractBuildingUnitImpl
public class AbstractBuildingUnitImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable |
|---|
PersistenceCapable.ObjectIdFieldConsumer, PersistenceCapable.ObjectIdFieldManager, PersistenceCapable.ObjectIdFieldSupplier |
| Field Summary |
|---|
| Fields inherited from interface javax.jdo.spi.PersistenceCapable |
|---|
CHECK_READ, CHECK_WRITE, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE |
| Constructor Summary | |
|---|---|
AbstractBuildingUnitImpl(Object_1_0 object,
RefClass refClass)
|
|
| Method Summary | |
|---|---|
protected void |
addAssignedAddress(Addressable newValue)
|
protected void |
addAssignedAddress(String id,
Addressable newValue)
|
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. |
protected String |
getName(int index)
|
Media |
getPicture()
Retrieves the value for the optional reference picture. |
byte[] |
getPictureContent()
|
String |
getPictureContentMimeType()
|
String |
getPictureContentName()
|
BigDecimal |
getSizeInCubicMeter()
|
BigDecimal |
getSizeInSquareMeter()
|
protected void |
removeAssignedAddress(String id)
|
void |
removeDepot()
Removes the value for the optional reference depot. |
void |
removeFacility(String id)
|
void |
removePicture()
Removes the value for the optional reference picture. |
protected void |
setAssignedAddress(Addressable[] newValue)
|
protected void |
setAssignedAddress(List newValue)
|
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 |
setFacility(Facility[] newValue)
|
void |
setFacility(List newValue)
|
protected void |
setName(int index,
String newValue)
|
void |
setName(String newValue)
Sets a new value for the attribute name. |
void |
setPicture(Media newValue)
Sets a new value for the reference picture. |
protected void |
setPictureContent(byte[] newValue)
|
protected void |
setPictureContentMimeType(String newValue)
|
protected void |
setPictureContentName(String newValue)
|
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 class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public AbstractBuildingUnitImpl(Object_1_0 object,
RefClass refClass)
| Method Detail |
|---|
protected void setAssignedAddress(List newValue)
protected void setAssignedAddress(Addressable[] newValue)
public Addressable getAssignedAddress(String id)
AbstractBuildingUnitassignedAddress for
the specified qualifier attribute value.
getAssignedAddress in interface AbstractBuildingUnitid - The value for the qualifier attribute that qualifies this reference.
public Collection getAssignedAddress()
AbstractBuildingUnitassignedAddress.
getAssignedAddress in interface AbstractBuildingUnitpublic List getAssignedAddress(AddressableFilter filter)
AbstractBuildingUnitassignedAddress for
the specified filter.
getAssignedAddress in interface AbstractBuildingUnitfilter - filter which is applied to the set of referenced objects.
public List getAssignedAddress(AddressableQuery query)
AbstractBuildingUnitassignedAddress for
the specified query.
getAssignedAddress in interface AbstractBuildingUnit
protected void addAssignedAddress(String id,
Addressable newValue)
protected void addAssignedAddress(Addressable newValue)
protected void removeAssignedAddress(String id)
public Depot getDepot()
AbstractBuildingUnitdepot.
getDepot in interface AbstractBuildingUnitpublic void setDepot(Depot newValue)
AbstractBuildingUnitdepot.
setDepot in interface AbstractBuildingUnitnewValue - The non-null new value for this reference.public void removeDepot()
AbstractBuildingUnitdepot.
removeDepot in interface AbstractBuildingUnitpublic String getDescription()
getDescription in interface AbstractBuildingUnitdescription.public void setDescription(String newValue)
AbstractBuildingUnitdescription.
setDescription in interface AbstractBuildingUnitnewValue - The possibly null new value for attribute description.public void setFacility(List newValue)
public void setFacility(Facility[] newValue)
public Facility getFacility(String id)
AbstractBuildingUnitfacility for the
specified qualifier attribute value.
getFacility in interface AbstractBuildingUnitid - The value for the qualifier attribute that qualifies this reference.
public Collection getFacility()
AbstractBuildingUnitfacility.
getFacility in interface AbstractBuildingUnitpublic List getFacility(FacilityFilter filter)
AbstractBuildingUnitfacility for the
specified filter.
getFacility in interface AbstractBuildingUnitfilter - filter which is applied to the set of referenced objects.
public List getFacility(FacilityQuery query)
AbstractBuildingUnitfacility for the
specified query.
getFacility in interface AbstractBuildingUnit
public void addFacility(String id,
Facility newValue)
addFacility in interface AbstractBuildingUnitid - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.public void addFacility(Facility newValue)
addFacility in interface AbstractBuildingUnitnewValue - The element to be appended.public void removeFacility(String id)
removeFacility in interface AbstractBuildingUnitpublic String getName()
AbstractBuildingUnitname.
getName in interface AbstractBuildingUnitname.protected String getName(int index)
public void setName(String newValue)
AbstractBuildingUnitname.
setName in interface AbstractBuildingUnitnewValue - The non-null new value for attribute name.
protected void setName(int index,
String newValue)
public BigDecimal getSizeInCubicMeter()
getSizeInCubicMeter in interface AbstractBuildingUnitsizeInCubicMeter.public void setSizeInCubicMeter(BigDecimal newValue)
AbstractBuildingUnitsizeInCubicMeter.
setSizeInCubicMeter in interface AbstractBuildingUnitnewValue - The possibly null new value for attribute sizeInCubicMeter.public BigDecimal getSizeInSquareMeter()
getSizeInSquareMeter in interface AbstractBuildingUnitsizeInSquareMeter.public void setSizeInSquareMeter(BigDecimal newValue)
AbstractBuildingUnitsizeInSquareMeter.
setSizeInSquareMeter in interface AbstractBuildingUnitnewValue - The possibly null new value for attribute sizeInSquareMeter.public Media getPicture()
Picturedpicture.
getPicture in interface Picturedpublic void setPicture(Media newValue)
Picturedpicture.
setPicture in interface PicturednewValue - The non-null new value for this reference.public void removePicture()
Picturedpicture.
removePicture in interface Picturedpublic byte[] getPictureContent()
getPictureContent in interface PicturedpictureContent.protected void setPictureContent(byte[] newValue)
public String getPictureContentMimeType()
getPictureContentMimeType in interface PicturedpictureContentMimeType.protected void setPictureContentMimeType(String newValue)
public String getPictureContentName()
getPictureContentName in interface PicturedpictureContentName.protected void setPictureContentName(String newValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||