org.opencrx.kernel.activity1.cci2
Interface WorkReportEntry

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:
WorkReportEntry
All Known Implementing Classes:
WorkReportEntry

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

Class WorkReportEntry


Nested Class Summary
static interface WorkReportEntry.Identity
          Object Identity
 
Method Summary
 Activity getActivity()
          Retrieves the value for the reference activity.
 String getActivityNumber()
          Retrieves the value for the attribute activityNumber.
 ResourceAssignment getAssignment()
          Retrieves the value for the reference assignment.
 BigDecimal getBillableAmount()
          Retrieves the possibly null value for the optional attribute billableAmount.
 short getBillingCurrency()
          Retrieves the value for the attribute billingCurrency.
 String getDescription()
          Retrieves the possibly null value for the optional attribute description.
 BigDecimal getDurationDecimal()
          Retrieves the possibly null value for the optional attribute durationDecimal.
 String getDurationHhMm()
          Retrieves the possibly null value for the optional attribute durationHhMm.
 short getDurationHours()
          Retrieves the value for the attribute durationHours.
 short getDurationMinutes()
          Retrieves the value for the attribute durationMinutes.
 Date getEndedAt()
          Retrieves the value for the attribute endedAt.
 String getName()
          Retrieves the value for the attribute name.
 BigDecimal getPauseDurationDecimal()
          Retrieves the possibly null value for the optional attribute pauseDurationDecimal.
 String getPauseDurationHhMm()
          Retrieves the possibly null value for the optional attribute pauseDurationHhMm.
 Short getPauseDurationHours()
          Retrieves the possibly null value for the optional attribute pauseDurationHours.
 Short getPauseDurationMinutes()
          Retrieves the possibly null value for the optional attribute pauseDurationMinutes.
 Resource getResource()
          Retrieves the value for the reference resource.
 Date getStartedAt()
          Retrieves the value for the attribute startedAt.
 ActivityWorkRecord getWorkRecord()
          Retrieves the value for the reference workRecord.
 void setResource(Resource resource)
          Sets a new value for the reference resource.
 
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.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, getView
 

Method Detail

getActivity

Activity getActivity()
Retrieves the value for the reference activity.

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

getActivityNumber

String getActivityNumber()
Retrieves the value for the attribute activityNumber.

Returns:
The non-null value for attribute activityNumber.

getAssignment

ResourceAssignment getAssignment()
Retrieves the value for the reference assignment.

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

getBillableAmount

BigDecimal getBillableAmount()
Retrieves the possibly null value for the optional attribute billableAmount.

Returns:
The possibly null value for attribute billableAmount.

getBillingCurrency

short getBillingCurrency()
Retrieves the value for the attribute billingCurrency.

Returns:
The non-null value for attribute billingCurrency.

getDescription

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

Returns:
The possibly null value for attribute description.

getDurationDecimal

BigDecimal getDurationDecimal()
Retrieves the possibly null value for the optional attribute durationDecimal.

Returns:
The possibly null value for attribute durationDecimal.

getDurationHhMm

String getDurationHhMm()
Retrieves the possibly null value for the optional attribute durationHhMm.

Returns:
The possibly null value for attribute durationHhMm.

getDurationHours

short getDurationHours()
Retrieves the value for the attribute durationHours.

Returns:
The non-null value for attribute durationHours.

getDurationMinutes

short getDurationMinutes()
Retrieves the value for the attribute durationMinutes.

Returns:
The non-null value for attribute durationMinutes.

getEndedAt

Date getEndedAt()
Retrieves the value for the attribute endedAt.

Returns:
The non-null value for attribute endedAt.

getName

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

Returns:
The non-null value for attribute name.

getPauseDurationDecimal

BigDecimal getPauseDurationDecimal()
Retrieves the possibly null value for the optional attribute pauseDurationDecimal.

Returns:
The possibly null value for attribute pauseDurationDecimal.

getPauseDurationHhMm

String getPauseDurationHhMm()
Retrieves the possibly null value for the optional attribute pauseDurationHhMm.

Returns:
The possibly null value for attribute pauseDurationHhMm.

getPauseDurationHours

Short getPauseDurationHours()
Retrieves the possibly null value for the optional attribute pauseDurationHours.

Returns:
The possibly null value for attribute pauseDurationHours.

getPauseDurationMinutes

Short getPauseDurationMinutes()
Retrieves the possibly null value for the optional attribute pauseDurationMinutes.

Returns:
The possibly null value for attribute pauseDurationMinutes.

getResource

Resource getResource()
Retrieves the value for the reference resource.

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

setResource

void setResource(Resource resource)
Sets a new value for the reference resource.

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

getStartedAt

Date getStartedAt()
Retrieves the value for the attribute startedAt.

Returns:
The non-null value for attribute startedAt.

getWorkRecord

ActivityWorkRecord getWorkRecord()
Retrieves the value for the reference workRecord.

Returns:
The – possibly null – 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.