public interface Booking extends Booking, PropertySet, SecureObject, DescriptionContainer, org.openmdx.base.jmi1.BasicObject
Booking| Modifier and Type | Method and Description |
|---|---|
List<String> |
getOriginContextParams()
Retrieves a list containing all the elements for the attribute
originContextParams. |
DepotPosition |
getPosition()
Retrieves the value for the reference
position. |
void |
setOriginContextParams(List<String> originContextParams)
Clears
originContextParams and adds the members of the given List. |
void |
setPosition(DepotPosition position)
Sets a new value for the reference
position. |
getBookingDate, getBookingStatus, getBookingType, getDescription, getName, getOriginContext, getValueDate, setBookingDate, setBookingStatus, setBookingType, setDescription, setName, setOriginContextParams, setValueDateaddProperty, addProperty, addProperty, getProperty, getProperty, getPropertygetPropertyaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUseraddAdditionalDescription, addAdditionalDescription, addAdditionalDescription, getAdditionalDescription, getAdditionalDescription, getAdditionalDescriptiongetAdditionalDescriptionrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeList<String> getOriginContextParams()
originContextParams.getOriginContextParams in interface Bookingvoid setOriginContextParams(List<String> originContextParams)
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.
originContextParams - collection to be copied.DepotPosition getPosition()
position.getPosition in interface Bookingnull – value for this reference.void setPosition(DepotPosition position)
position.setPosition in interface Bookingposition - The new – possibly null – value for this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.