1 package org.opencrx.kernel.home1.cci; 14 15 public class SendAlertParamsImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefStruct_1 17 implements SendAlertParams { 18 19 public SendAlertParamsImpl( 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 SendAlertParamsImpl( 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:home1:SendAlertParams"; 36 } 37 38 public String getDescription ( 42 ) { 43 return (String )this.refGetValue("description", 0); 44 } 45 public short getImportance( 49 ) { 50 return getImportance(0); 51 } 52 53 private short getImportance( 54 int index 55 ) { 56 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:home1:SendAlertParams:importance", index)).shortValue(); 57 } 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:home1:SendAlertParams:name", index); 71 } 72 73 public org.openmdx.base.cci.BasicObject getReference ( 77 ) { 78 return (org.openmdx.base.cci.BasicObject)this.refGetValue("reference", 0); 79 } 80 public String getToUsers( 84 ) { 85 return getToUsers(0); 86 } 87 88 private String getToUsers( 89 int index 90 ) { 91 return (String )this.refGetValue("org:opencrx:kernel:home1:SendAlertParams:toUsers", index); 92 } 93 94 } 98 | Popular Tags |