org.opencrx.kernel.depot1.jmi1
Interface Booking

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, Booking, org.openmdx.base.cci2.ContextCapable, DescriptionContainer, org.openmdx.base.cci2.ExtentCapable, PropertySet, RefBaseObject, RefFeatured, RefObject, RefObject_1_0, SecureObject, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
CreditBooking, DebitBooking, SimpleBooking, SingleBooking

public interface Booking
extends Booking, PropertySet, SecureObject, DescriptionContainer, org.openmdx.base.jmi1.BasicObject

Abstract class Booking


Method Summary
 DepotPosition getPosition()
          Retrieves the value for the reference position.
 void setPosition(DepotPosition position)
          Sets a new value for the reference position.
 
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, getProperty, getProperty, getProperty
 
Methods inherited from interface org.opencrx.kernel.base.cci2.PropertySet
addProperty, getProperty
 
Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject
addOwningGroup, addOwningGroup, checkPermissions, checkPermissions, getAccessGrantedByParent, getOwner, getOwningUser, removeAllOwningGroup, removeAllOwningGroup, removeOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevel, setOwningUser, setOwningUser, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate
 
Methods inherited from interface org.opencrx.kernel.generic.jmi1.DescriptionContainer
addAdditionalDescription, getAdditionalDescription, getAdditionalDescription, getAdditionalDescription
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer
addAdditionalDescription, getAdditionalDescription
 
Methods inherited from interface org.openmdx.base.jmi1.BasicObject
getCreatedBy, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getModifiedAt
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.jmi1.ViewCapable
getView, getView, getView
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
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

getPosition

DepotPosition getPosition()
Retrieves the value for the reference position.

Specified by:
getPosition in interface Booking
Returns:
The – possibly null – value for this reference.

setPosition

void setPosition(DepotPosition position)
Sets a new value for the reference position.

Specified by:
setPosition in interface Booking
Parameters:
position - 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.