1 package org.opencrx.kernel.account1.cci; 14 15 public interface OrganizationalUnitRelationship 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.account1.cci.OrganizationalUnit getFromUnit( 51 ); 52 53 61 public void setFromUnit( 62 org.opencrx.kernel.account1.cci.OrganizationalUnit newValue 63 ); 64 65 73 public String getName( 74 ); 75 76 84 public void setName( 85 String newValue 86 ); 87 88 96 public short getOrganizationalUnitRelationshipState( 97 ); 98 99 107 public void setOrganizationalUnitRelationshipState( 108 short newValue 109 ); 110 111 119 public short getRelationshipType( 120 ); 121 122 130 public void setRelationshipType( 131 short newValue 132 ); 133 134 142 public org.opencrx.kernel.account1.cci.OrganizationalUnit getToUnit( 143 ); 144 145 153 public void setToUnit( 154 org.opencrx.kernel.account1.cci.OrganizationalUnit newValue 155 ); 156 157 164 public java.math.BigDecimal getWeight( 165 ); 166 167 171 172 177 public void setWeight( 178 java.math.BigDecimal newValue 179 ); 180 181 188 public Boolean isWeightIsPercentage( 189 ); 190 191 195 196 201 public void setWeightIsPercentage( 202 Boolean newValue 203 ); 204 205 } 209 | Popular Tags |