1 package org.opencrx.kernel.account1.cci; 14 15 public interface AbstractOrganizationalUnit 16 extends org.openmdx.base.accessor.jmi.cci.RefObject_1_0 17 { 18 28 public org.opencrx.kernel.account1.cci.ContactMembership getContactMembership( 29 String id 30 ); 31 32 41 public java.util.Collection getContactMembership( 42 ); 43 44 51 public java.util.List getContactMembership( 52 org.opencrx.kernel.account1.cci.ContactMembershipFilter filter 53 ); 54 55 63 public void addContactMembership ( 64 String id, 65 org.opencrx.kernel.account1.cci.ContactMembership newValue 66 ); 67 68 75 public void addContactMembership ( 76 org.opencrx.kernel.account1.cci.ContactMembership newValue 77 ); 78 79 85 public void removeContactMembership ( 86 String id 87 ); 88 98 public org.opencrx.kernel.account1.cci.CreditLimit getCreditLimit( 99 String id 100 ); 101 102 111 public java.util.Collection getCreditLimit( 112 ); 113 114 121 public java.util.List getCreditLimit( 122 org.opencrx.kernel.account1.cci.CreditLimitFilter filter 123 ); 124 125 133 public void addCreditLimit ( 134 String id, 135 org.opencrx.kernel.account1.cci.CreditLimit newValue 136 ); 137 138 145 public void addCreditLimit ( 146 org.opencrx.kernel.account1.cci.CreditLimit newValue 147 ); 148 149 155 public void removeCreditLimit ( 156 String id 157 ); 158 165 public String getDescription( 166 ); 167 168 172 173 178 public void setDescription( 179 String newValue 180 ); 181 182 190 public String getName( 191 ); 192 193 201 public void setName( 202 String newValue 203 ); 204 205 } 209 | Popular Tags |