org.opencrx.kernel.activity1.cci2
Interface ResourceAddWorkRecordParams

All Known Subinterfaces:
ResourceAddWorkRecordParams

public interface ResourceAddWorkRecordParams


Nested Class Summary
static class ResourceAddWorkRecordParams.Member
          The structure's members
 
Method Summary
 Activity getActivity()
          Retrieves the value for the optional structure field activity.
 short getDepotSelector()
          Retrieves the value for the structure field depotSelector.
 String getDescription()
          Retrieves the value for the optional structure field description.
 Short getDurationHours()
          Retrieves the value for the optional structure field durationHours.
 Short getDurationMinutes()
          Retrieves the value for the optional structure field durationMinutes.
 Date getEndAt()
          Retrieves the value for the optional structure field endAt.
 String getName()
          Retrieves the value for the structure field name.
<T extends PrincipalGroup>
List<T>
getOwningGroup()
          Retrieves a list containing all the elements for the structure field owningGroup.
 BigDecimal getRate()
          Retrieves the value for the optional structure field rate.
 short getRateCurrency()
          Retrieves the value for the structure field rateCurrency.
 short getRecordType()
          Retrieves the value for the structure field recordType.
 Date getStartAt()
          Retrieves the value for the optional structure field startAt.
 Boolean isBillable()
          Retrieves the value for the optional structure field isBillable.
 

Method Detail

getActivity

Activity getActivity()
Retrieves the value for the optional structure field activity.

Returns:
The possibly null value for structure field activity.

getDepotSelector

short getDepotSelector()
Retrieves the value for the structure field depotSelector.

Returns:
The non-null value for structure field depotSelector.

getDescription

String getDescription()
Retrieves the value for the optional structure field description.

Returns:
The possibly null value for structure field description.

getDurationHours

Short getDurationHours()
Retrieves the value for the optional structure field durationHours.

Returns:
The possibly null value for structure field durationHours.

getDurationMinutes

Short getDurationMinutes()
Retrieves the value for the optional structure field durationMinutes.

Returns:
The possibly null value for structure field durationMinutes.

getEndAt

Date getEndAt()
Retrieves the value for the optional structure field endAt.

Returns:
The possibly null value for structure field endAt.

isBillable

Boolean isBillable()
Retrieves the value for the optional structure field isBillable.

Returns:
The possibly null value for structure field isBillable.

getName

String getName()
Retrieves the value for the structure field name.

Returns:
The non-null value for structure field name.

getOwningGroup

<T extends PrincipalGroup> List<T> getOwningGroup()
Retrieves a list containing all the elements for the structure field owningGroup.

Returns:
A list containing all elements for this structure field.

getRate

BigDecimal getRate()
Retrieves the value for the optional structure field rate.

Returns:
The possibly null value for structure field rate.

getRateCurrency

short getRateCurrency()
Retrieves the value for the structure field rateCurrency.

Returns:
The non-null value for structure field rateCurrency.

getRecordType

short getRecordType()
Retrieves the value for the structure field recordType.

Returns:
The non-null value for structure field recordType.

getStartAt

Date getStartAt()
Retrieves the value for the optional structure field startAt.

Returns:
The possibly null value for structure field startAt.


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