打字猴:1.700461323e+09
1700461323
1700461324 public Mail(AdvTemplate advTemplate){
1700461325
1700461326 this.contxt=advTemplate.getAdvContext();
1700461327
1700461328 this.subject=advTemplate.getAdvSubject();
1700461329
1700461330 }
1700461331
1700461332 //以下为getter/setter方法
1700461333
1700461334 public String getReceiver(){
1700461335
1700461336 return receiver;
1700461337
1700461338 }
1700461339
1700461340 public void setReceiver(String receiver){
1700461341
1700461342 this.receiver=receiver;
1700461343
1700461344 }
1700461345
1700461346 public String getSubject(){
1700461347
1700461348 return subject;
1700461349
1700461350 }
1700461351
1700461352 public void setSubject(String subject){
1700461353
1700461354 this.subject=subject;
1700461355
1700461356 }
1700461357
1700461358 public String getAppellation(){
1700461359
1700461360 return appellation;
1700461361
1700461362 }
1700461363
1700461364 public void setAppellation(String appellation){
1700461365
1700461366 this.appellation=appellation;
1700461367
1700461368 }
1700461369
1700461370 public String getContxt(){
1700461371
1700461372 return contxt;
[ 上一页 ]  [ :1.700461323e+09 ]  [ 下一页 ]