1 package org.opencrx.kernel.depot1.cci; 14 15 public class OpenDepotParamsImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefStruct_1 17 implements OpenDepotParams { 18 19 public OpenDepotParamsImpl( 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 OpenDepotParamsImpl( 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:depot1:OpenDepotParams"; 36 } 37 38 public org.opencrx.kernel.depot1.cci.DepotGroup getDepotGroup ( 42 ) { 43 return (org.opencrx.kernel.depot1.cci.DepotGroup)this.refGetValue("depotGroup", 0); 44 } 45 public String getDepotNumber( 49 ) { 50 return getDepotNumber(0); 51 } 52 53 private String getDepotNumber( 54 int index 55 ) { 56 return (String )this.refGetValue("org:opencrx:kernel:depot1:OpenDepotParams:depotNumber", index); 57 } 58 59 public org.opencrx.kernel.depot1.cci.DepotType getDepotType ( 63 ) { 64 return (org.opencrx.kernel.depot1.cci.DepotType)this.refGetValue("depotType", 0); 65 } 66 public String getDescription ( 70 ) { 71 return (String )this.refGetValue("description", 0); 72 } 73 public String getName( 77 ) { 78 return getName(0); 79 } 80 81 private String getName( 82 int index 83 ) { 84 return (String )this.refGetValue("org:opencrx:kernel:depot1:OpenDepotParams:name", index); 85 } 86 87 public java.util.Date getOpeningDate( 91 ) { 92 return getOpeningDate(0); 93 } 94 95 private java.util.Date getOpeningDate( 96 int index 97 ) { 98 return (java.util.Date )this.refGetValue("org:opencrx:kernel:depot1:OpenDepotParams:openingDate", index); 99 } 100 101 } 105 | Popular Tags |