1 package org.opencrx.kernel.activity1.cci; 14 15 public interface ResourceAddWorkRecordByDurationParams 16 extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0 { 17 18 26 public org.opencrx.kernel.activity1.cci.Activity getActivity( 27 ); 28 29 37 public String getDescription( 38 ); 39 40 48 public short getDurationHours( 49 ); 50 51 59 public short getDurationMinutes( 60 ); 61 62 70 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getEndAt( 71 ); 72 73 81 public String getName( 82 ); 83 84 92 public short getRateType( 93 ); 94 95 103 public org.openmdx.uses.javax.xml.datatype.XMLGregorianCalendar getStartAt( 104 ); 105 106 } 110 | Popular Tags |