org.opencrx.kernel.activity1.cci2
Interface ResourceAddWorkRecordByDurationParams

All Known Subinterfaces:
ResourceAddWorkRecordByDurationParams

public interface ResourceAddWorkRecordByDurationParams


Nested Class Summary
static class ResourceAddWorkRecordByDurationParams.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.
 short getRateType()
          Retrieves the value for the structure field rateType.
 Date getStartAt()
          Retrieves the value for the optional structure field startAt.
 

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.

getName

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

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

getRateType

short getRateType()
Retrieves the value for the structure field rateType.

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

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