1 package org.opencrx.kernel.depot1.cci; 14 15 public interface BookingText 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject { 18 26 public String getCbNameInfix1( 27 ); 28 29 37 public void setCbNameInfix1( 38 String newValue 39 ); 40 41 49 public String getCbNameInfix2( 50 ); 51 52 60 public void setCbNameInfix2( 61 String newValue 62 ); 63 64 72 public String getCreditBookingNameInfix( 73 ); 74 75 83 public void setCreditBookingNameInfix( 84 String newValue 85 ); 86 87 95 public boolean isCreditFirst( 96 ); 97 98 106 public void setCreditFirst( 107 boolean newValue 108 ); 109 110 118 public String getDebitBookingNameInfix( 119 ); 120 121 129 public void setDebitBookingNameInfix( 130 String newValue 131 ); 132 133 140 public String getDescription( 141 ); 142 143 147 148 153 public void setDescription( 154 String newValue 155 ); 156 157 165 public String getName( 166 ); 167 168 176 public void setName( 177 String newValue 178 ); 179 180 } 184 | Popular Tags |