1 package org.opencrx.kernel.activity1.cci; 14 15 public interface Sms 16 extends 17 org.opencrx.kernel.activity1.cci.Activity { 18 25 public String getMessageBody( 26 ); 27 28 32 33 38 public void setMessageBody( 39 String newValue 40 ); 41 42 49 public java.util.Date getSendDate( 50 ); 51 52 56 57 62 public void setSendDate( 63 java.util.Date newValue 64 ); 65 66 74 public org.opencrx.kernel.account1.cci.PhoneNumber getSender( 75 ); 76 77 85 public void setSender( 86 org.opencrx.kernel.account1.cci.PhoneNumber newValue 87 ); 88 89 96 public void removeSender ( 97 ); 98 99 109 public org.opencrx.kernel.activity1.cci.AbstractSmsRecipient getSmsRecipient( 110 String id 111 ); 112 113 122 public java.util.Collection getSmsRecipient( 123 ); 124 125 132 public java.util.List getSmsRecipient( 133 org.opencrx.kernel.activity1.cci.AbstractSmsRecipientFilter filter 134 ); 135 136 144 public void addSmsRecipient ( 145 String id, 146 org.opencrx.kernel.activity1.cci.AbstractSmsRecipient newValue 147 ); 148 149 156 public void addSmsRecipient ( 157 org.opencrx.kernel.activity1.cci.AbstractSmsRecipient newValue 158 ); 159 160 166 public void removeSmsRecipient ( 167 String id 168 ); 169 } 173 | Popular Tags |