1 package org.opencrx.kernel.contract1.cci; 14 15 public class InvoiceMarkAsClosedParamsImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefStruct_1 17 implements InvoiceMarkAsClosedParams { 18 19 public InvoiceMarkAsClosedParamsImpl( 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 InvoiceMarkAsClosedParamsImpl( 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:contract1:InvoiceMarkAsClosedParams"; 36 } 37 38 public short getInvoiceState( 42 ) { 43 return getInvoiceState(0); 44 } 45 46 private short getInvoiceState( 47 int index 48 ) { 49 return ((java.lang.Number )this.refGetValue("org:opencrx:kernel:contract1:InvoiceMarkAsClosedParams:invoiceState", index)).shortValue(); 50 } 51 52 } 56 | Popular Tags |