org.opencrx.kernel.depot1.cci2
Interface DepotReportItem

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.ExtentCapable, SecureObject, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
DepotReportItem, DepotReportItemBooking, DepotReportItemBooking, DepotReportItemCredit, DepotReportItemCredit, DepotReportItemDebit, DepotReportItemDebit, DepotReportItemPosition, DepotReportItemPosition
All Known Implementing Classes:
DepotReportItemBooking, DepotReportItemCredit, DepotReportItemDebit, DepotReportItemPosition

public interface DepotReportItem
extends SecureObject, org.openmdx.base.cci2.BasicObject

Abstract class DepotReportItem


Method Summary
 DepotPosition getPosition()
          Retrieves the value for the reference position.
 String getPositionName()
          Retrieves the value for the attribute positionName.
 Date getValueDate()
          Retrieves the value for the attribute valueDate.
 void setPosition(DepotPosition position)
          Sets a new value for the reference position.
 void setPositionName(String positionName)
          Sets a new value for the attribute positionName.
 void setValueDate(Date valueDate)
          Sets a new value for the attribute valueDate.
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

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.

getPositionName

String getPositionName()
Retrieves the value for the attribute positionName.

Returns:
The non-null value for attribute positionName.

setPositionName

void setPositionName(String positionName)
Sets a new value for the attribute positionName.

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

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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.