1 package org.opencrx.kernel.base.cci; 14 15 public class ChartImpl 16 extends org.openmdx.base.accessor.jmi.spi.RefObject_1 17 implements Chart { 18 19 public ChartImpl( 20 org.openmdx.base.accessor.generic.cci.Object_1_0 object, 21 javax.jmi.reflect.RefClass refClass 22 ) { 23 super(object, refClass); 24 } 25 26 public byte[] getChart( 30 ) { 31 return getChart(0); 32 } 33 34 protected byte[] getChart( 35 int index 36 ) { 37 return (byte[])this.refGetValue("org:opencrx:kernel:base:Chart:chart", index); 38 } 39 40 protected void setChart( 44 byte[] newValue 45 ) { 46 setChart(0, newValue); 47 } 48 49 protected void setChart( 50 int index, 51 byte[] newValue 52 ) { 53 refSetValue("org:opencrx:kernel:base:Chart:chart", index, newValue); 54 } 55 public String getChartMimeType( 59 ) { 60 return getChartMimeType(0); 61 } 62 63 protected String getChartMimeType( 64 int index 65 ) { 66 return (String )this.refGetValue("org:opencrx:kernel:base:Chart:chartMimeType", index); 67 } 68 69 protected void setChartMimeType( 73 String newValue 74 ) { 75 setChartMimeType(0, newValue); 76 } 77 78 protected void setChartMimeType( 79 int index, 80 String newValue 81 ) { 82 refSetValue("org:opencrx:kernel:base:Chart:chartMimeType", index, newValue); 83 } 84 public String getChartName( 88 ) { 89 return getChartName(0); 90 } 91 92 protected String getChartName( 93 int index 94 ) { 95 return (String )this.refGetValue("org:opencrx:kernel:base:Chart:chartName", index); 96 } 97 98 protected void setChartName( 102 String newValue 103 ) { 104 setChartName(0, newValue); 105 } 106 107 protected void setChartName( 108 int index, 109 String newValue 110 ) { 111 refSetValue("org:opencrx:kernel:base:Chart:chartName", index, newValue); 112 } 113 public String getDescription( 117 ) { 118 return getDescription(0); 119 } 120 121 protected String getDescription( 122 int index 123 ) { 124 return (String )this.refGetValue("org:opencrx:kernel:base:Chart:description", index); 125 } 126 127 protected void setDescription( 131 String newValue 132 ) { 133 setDescription(0, newValue); 134 } 135 136 protected void setDescription( 137 int index, 138 String newValue 139 ) { 140 refSetValue("org:opencrx:kernel:base:Chart:description", index, newValue); 141 } 142 } 146 | Popular Tags |