1 package org.opencrx.kernel.uom1.cci; 14 15 public interface Uom 16 extends 17 org.opencrx.kernel.base.cci.Importer, 18 org.opencrx.kernel.base.cci.SecureObject, 19 org.opencrx.kernel.base.cci.XmlExporter, 20 org.opencrx.kernel.generic.cci.DescriptionContainer, 21 org.openmdx.base.cci.BasicObject { 22 30 public org.opencrx.kernel.uom1.cci.Uom getBaseUom( 31 ); 32 33 41 public void setBaseUom( 42 org.opencrx.kernel.uom1.cci.Uom newValue 43 ); 44 45 52 public void removeBaseUom ( 53 ); 54 55 62 public String getDescription( 63 ); 64 65 69 70 75 public void setDescription( 76 String newValue 77 ); 78 79 86 public String getDetailedDescription( 87 ); 88 89 93 94 99 public void setDetailedDescription( 100 String newValue 101 ); 102 103 111 public boolean isScheduleBaseUom( 112 ); 113 114 122 public void setScheduleBaseUom( 123 boolean newValue 124 ); 125 126 134 public String getName( 135 ); 136 137 145 public void setName( 146 String newValue 147 ); 148 149 157 public java.math.BigDecimal getQuantity( 158 ); 159 160 168 public void setQuantity( 169 java.math.BigDecimal newValue 170 ); 171 172 180 public org.opencrx.kernel.uom1.cci.UomSchedule getUomSchedule( 181 ); 182 183 191 public void setUomSchedule( 192 org.opencrx.kernel.uom1.cci.UomSchedule newValue 193 ); 194 195 } 199 | Popular Tags |