1 package org.opencrx.kernel.activity1.cci; 14 15 public class NewActivityParamsImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefStruct_1 17 implements NewActivityParams { 18 19 public NewActivityParamsImpl( 20 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage, 21 java.util.List args 22 ) { 23 super(refPackage, args); 24 } 25 26 public NewActivityParamsImpl( 27 org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage, 28 java.lang.Object arg 29 ) { 30 super(refPackage, arg); 31 } 32 33 public String refQualifiedTypeName( 34 ) { 35 return "org:opencrx:kernel:activity1:NewActivityParams"; 36 } 37 38 public String getDescription ( 42 ) { 43 return (String )this.refGetValue("description", 0); 44 } 45 public String getDetailedDescription ( 49 ) { 50 return (String )this.refGetValue("detailedDescription", 0); 51 } 52 public java.util.Date getDueBy ( 56 ) { 57 return (java.util.Date )this.refGetValue("dueBy", 0); 58 } 59 public String getName( 63 ) { 64 return getName(0); 65 } 66 67 private String getName( 68 int index 69 ) { 70 return (String )this.refGetValue("org:opencrx:kernel:activity1:NewActivityParams:name", index); 71 } 72 73 public short getPriority( 77 ) { 78 return getPriority(0); 79 } 80 81 private short getPriority( 82 int index 83 ) { 84 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:activity1:NewActivityParams:priority", index)).shortValue(); 85 } 86 87 public org.opencrx.kernel.account1.cci.Contact getReportingContact ( 91 ) { 92 return (org.opencrx.kernel.account1.cci.Contact)this.refGetValue("reportingContact", 0); 93 } 94 public java.util.Date getScheduledEnd ( 98 ) { 99 return (java.util.Date )this.refGetValue("scheduledEnd", 0); 100 } 101 public java.util.Date getScheduledStart ( 105 ) { 106 return (java.util.Date )this.refGetValue("scheduledStart", 0); 107 } 108 } 112 | Popular Tags |