1 package org.opencrx.kernel.depot1.cci; 14 15 public interface DepotReference 16 extends 17 org.opencrx.kernel.base.cci.SecureObject, 18 org.openmdx.base.cci.BasicObject { 19 27 public org.opencrx.kernel.depot1.cci.Depot getDepot( 28 ); 29 30 38 public void setDepot( 39 org.opencrx.kernel.depot1.cci.Depot newValue 40 ); 41 42 49 public void removeDepot ( 50 ); 51 52 60 public short getDepotUsage( 61 ); 62 63 71 public void setDepotUsage( 72 short newValue 73 ); 74 75 82 public String getDescription( 83 ); 84 85 89 90 95 public void setDescription( 96 String newValue 97 ); 98 99 107 public boolean isHolderQualifiesPosition( 108 ); 109 110 118 public void setHolderQualifiesPosition( 119 boolean newValue 120 ); 121 122 130 public String getName( 131 ); 132 133 141 public void setName( 142 String newValue 143 ); 144 145 } 149 | Popular Tags |