1 package org.opencrx.kernel.activity1.cci; 14 15 public interface Fax 16 extends 17 org.opencrx.kernel.activity1.cci.Activity { 18 25 public String getDocument( 26 ); 27 28 32 33 38 public void setDocument( 39 String newValue 40 ); 41 42 52 public org.opencrx.kernel.activity1.cci.AbstractFaxRecipient getFaxRecipient( 53 String id 54 ); 55 56 65 public java.util.Collection getFaxRecipient( 66 ); 67 68 75 public java.util.List getFaxRecipient( 76 org.opencrx.kernel.activity1.cci.AbstractFaxRecipientFilter filter 77 ); 78 79 87 public void addFaxRecipient ( 88 String id, 89 org.opencrx.kernel.activity1.cci.AbstractFaxRecipient newValue 90 ); 91 92 99 public void addFaxRecipient ( 100 org.opencrx.kernel.activity1.cci.AbstractFaxRecipient newValue 101 ); 102 103 109 public void removeFaxRecipient ( 110 String id 111 ); 112 119 public java.util.Date getSendDate( 120 ); 121 122 126 127 132 public void setSendDate( 133 java.util.Date newValue 134 ); 135 136 144 public org.opencrx.kernel.account1.cci.PhoneNumber getSender( 145 ); 146 147 155 public void setSender( 156 org.opencrx.kernel.account1.cci.PhoneNumber newValue 157 ); 158 159 166 public void removeSender ( 167 ); 168 169 176 public String getTemplate( 177 ); 178 179 183 184 189 public void setTemplate( 190 String newValue 191 ); 192 193 } 197 | Popular Tags |