org.opencrx.kernel.depot1.jmi1
Interface SimpleBooking

All Superinterfaces:
AspectCapable, BasicObject, Booking, ContextCapable, Creatable, DescriptionContainer, ExtentCapable, Modifiable, PropertySet, RefBaseObject, RefFeatured, RefObject, RefObject_1_0, SecureObject, SimpleBooking

public interface SimpleBooking
extends SimpleBooking, Booking

Class SimpleBooking


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.depot1.cci2.SimpleBooking
SimpleBooking.Identity
 
Method Summary
 List<String> getOriginContextParams()
          Retrieves a list containing all the elements for the attribute originContextParams.
 Uom getQuantityUom()
          Retrieves the value for the reference quantityUom.
 void setOriginContextParams(List<String> originContextParams)
          Clears originContextParams and adds the members of the given List.
 void setQuantityUom(Uom quantityUom)
          Sets a new value for the reference quantityUom.
 
Methods inherited from interface org.opencrx.kernel.depot1.cci2.SimpleBooking
getOriginContext, getOriginId, getQuantity, setOriginContextParams, setOriginId, setQuantity
 
Methods inherited from interface org.opencrx.kernel.depot1.jmi1.Booking
getPosition, setPosition
 
Methods inherited from interface org.opencrx.kernel.depot1.cci2.Booking
getBookingDate, getBookingStatus, getBookingType, getDescription, getName, getValueDate, setBookingDate, setBookingStatus, setBookingType, setDescription, setName, setValueDate
 
Methods inherited from interface org.opencrx.kernel.base.jmi1.PropertySet
addProperty, addProperty, getProperty, getProperty, getProperty
 
Methods inherited from interface org.opencrx.kernel.base.cci2.PropertySet
getProperty
 
Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwningUser, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.generic.jmi1.DescriptionContainer
addAdditionalDescription, addAdditionalDescription, getAdditionalDescription, getAdditionalDescription, getAdditionalDescription
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer
getAdditionalDescription
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.jmi1.Creatable
getCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.Creatable
getCreatedAt
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.base.jmi1.Modifiable
getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.Modifiable
getModifiedAt
 
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

getOriginContextParams

List<String> getOriginContextParams()
Retrieves a list containing all the elements for the attribute originContextParams.

Specified by:
getOriginContextParams in interface SimpleBooking
Returns:
A list containing all elements for this attribute.

setOriginContextParams

void setOriginContextParams(List<String> originContextParams)
Clears originContextParams and adds the members of the given List.

This method is equivalent to

   list.clear();
   list.addAll(originContextParams);
 
Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.

Parameters:
originContextParams - collection to be copied.

getQuantityUom

Uom getQuantityUom()
Retrieves the value for the reference quantityUom.

Specified by:
getQuantityUom in interface SimpleBooking
Returns:
The – possibly null – value for this reference.

setQuantityUom

void setQuantityUom(Uom quantityUom)
Sets a new value for the reference quantityUom.

Specified by:
setQuantityUom in interface SimpleBooking
Parameters:
quantityUom - The non-null new value for this reference.


This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.