1 package org.opencrx.kernel.depot1.cci; 14 15 public interface DepotType 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject { 18 26 public boolean isAllowCreditBookings( 27 ); 28 29 37 public void setAllowCreditBookings( 38 boolean newValue 39 ); 40 41 49 public boolean isAllowDebitBookings( 50 ); 51 52 60 public void setAllowDebitBookings( 61 boolean newValue 62 ); 63 64 74 public org.opencrx.kernel.depot1.cci.DepotType getCompatibleTo( 75 int index 76 ); 77 78 86 public java.util.Collection getCompatibleTo( 87 ); 88 89 97 public void addCompatibleTo ( 98 int index, 99 org.opencrx.kernel.depot1.cci.DepotType newValue 100 ); 101 102 109 public void addCompatibleTo ( 110 org.opencrx.kernel.depot1.cci.DepotType newValue 111 ); 112 113 119 public void removeCompatibleTo ( 120 int index 121 ); 122 129 public String getDescription( 130 ); 131 132 136 137 142 public void setDescription( 143 String newValue 144 ); 145 146 154 public String getName( 155 ); 156 157 165 public void setName( 166 String newValue 167 ); 168 169 } 173 | Popular Tags |