org.opencrx.kernel.depot1.cci2
Interface Booking

All Superinterfaces:
BasicObject, ContextCapable, DescriptionContainer, ExtentCapable, PropertySet, SecureObject, ViewCapable
All Known Subinterfaces:
Booking, CreditBooking, CreditBooking, DebitBooking, DebitBooking, SimpleBooking, SimpleBooking, SingleBooking, SingleBooking
All Known Implementing Classes:
CreditBooking, DebitBooking, SimpleBooking, SingleBooking

public interface Booking
extends PropertySet, SecureObject, DescriptionContainer, BasicObject

Abstract class Booking


Method Summary
 Date getBookingDate()
          Retrieves the value for the attribute bookingDate.
 short getBookingStatus()
          Retrieves the value for the attribute bookingStatus.
 short getBookingType()
          Retrieves the value for the attribute bookingType.
 String getDescription()
          Retrieves the possibly null value for the optional attribute description.
 String getName()
          Retrieves the value for the attribute name.
 DepotPosition getPosition()
          Retrieves the value for the reference position.
 Date getValueDate()
          Retrieves the value for the attribute valueDate.
 void setBookingDate(Date bookingDate)
          Sets a new value for the attribute bookingDate.
 void setBookingStatus(short bookingStatus)
          Sets a new value for the attribute bookingStatus.
 void setBookingType(short bookingType)
          Sets a new value for the attribute bookingType.
 void setDescription(String description)
          Sets a new value for the attribute description.
 void setName(String name)
          Sets a new value for the attribute name.
 void setPosition(DepotPosition position)
          Sets a new value for the reference position.
 void setValueDate(Date valueDate)
          Sets a new value for the attribute valueDate.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.PropertySet
getProperty
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer
getAdditionalDescription
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapable
getContext
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

getBookingDate

Date getBookingDate()
Retrieves the value for the attribute bookingDate.

Returns:
The non-null value for attribute bookingDate.

setBookingDate

void setBookingDate(Date bookingDate)
Sets a new value for the attribute bookingDate.

Parameters:
bookingDate - The non-null new value for attribute bookingDate.

getBookingStatus

short getBookingStatus()
Retrieves the value for the attribute bookingStatus.

Returns:
The non-null value for attribute bookingStatus.

setBookingStatus

void setBookingStatus(short bookingStatus)
Sets a new value for the attribute bookingStatus.

Parameters:
bookingStatus - The non-null new value for attribute bookingStatus.

getBookingType

short getBookingType()
Retrieves the value for the attribute bookingType.

Returns:
The non-null value for attribute bookingType.

setBookingType

void setBookingType(short bookingType)
Sets a new value for the attribute bookingType.

Parameters:
bookingType - The non-null new value for attribute bookingType.

getDescription

String getDescription()
Retrieves the possibly null value for the optional attribute description.

Returns:
The possibly null value for attribute description.

setDescription

void setDescription(String description)
Sets a new value for the attribute description.

Parameters:
description - The possibly null new value for attribute description.

getName

String getName()
Retrieves the value for the attribute name.

Returns:
The non-null value for attribute name.

setName

void setName(String name)
Sets a new value for the attribute name.

Parameters:
name - The non-null new value for attribute name.

getPosition

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

Returns:
The – possibly null – value for this reference.

setPosition

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

Parameters:
position - The non-null new value for this reference.

getValueDate

Date getValueDate()
Retrieves the value for the attribute valueDate.

Returns:
The non-null value for attribute valueDate.

setValueDate

void setValueDate(Date valueDate)
Sets a new value for the attribute valueDate.

Parameters:
valueDate - The non-null new value for attribute valueDate.


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