1 package org.opencrx.kernel.product1.cci; 14 15 public interface RelatedProduct 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 String getName( 51 ); 52 53 61 public void setName( 62 String newValue 63 ); 64 65 73 public org.opencrx.kernel.product1.cci.Product getProduct( 74 ); 75 76 84 public void setProduct( 85 org.opencrx.kernel.product1.cci.Product newValue 86 ); 87 88 95 public void removeProduct ( 96 ); 97 98 106 public short getRelationshipType( 107 ); 108 109 117 public void setRelationshipType( 118 short newValue 119 ); 120 121 } 125 | Popular Tags |