1 package org.opencrx.kernel.depot1.cci; 14 15 public interface DepotEntityRelationship 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject { 18 25 public String getDescription( 26 ); 27 28 32 33 38 public void setDescription( 39 String newValue 40 ); 41 42 50 public org.opencrx.kernel.depot1.cci.DepotEntity getEntity1( 51 ); 52 53 61 public void setEntity1( 62 org.opencrx.kernel.depot1.cci.DepotEntity newValue 63 ); 64 65 72 public void removeEntity1 ( 73 ); 74 75 83 public org.opencrx.kernel.depot1.cci.DepotEntity getEntity2( 84 ); 85 86 94 public void setEntity2( 95 org.opencrx.kernel.depot1.cci.DepotEntity newValue 96 ); 97 98 105 public void removeEntity2 ( 106 ); 107 108 116 public String getName( 117 ); 118 119 127 public void setName( 128 String newValue 129 ); 130 131 139 public short getRelationshipType( 140 ); 141 142 150 public void setRelationshipType( 151 short newValue 152 ); 153 154 } 158 | Popular Tags |