1700461541
//TODO Auto-generated catch block
1700461542
1700461543
e.printStackTrace();
1700461544
1700461545
}
1700461546
1700461547
return mail;
1700461548
1700461549
}
1700461550
1700461551
//以下为getter/setter方法
1700461552
1700461553
public String getReceiver(){
1700461554
1700461555
return receiver;
1700461556
1700461557
}
1700461558
1700461559
public void setReceiver(String receiver){
1700461560
1700461561
this.receiver=receiver;
1700461562
1700461563
}
1700461564
1700461565
public String getSubject(){
1700461566
1700461567
return subject;
1700461568
1700461569
}
1700461570
1700461571
public void setSubject(String subject){
1700461572
1700461573
this.subject=subject;
1700461574
1700461575
}
1700461576
1700461577
public String getAppellation(){
1700461578
1700461579
return appellation;
1700461580
1700461581
}
1700461582
1700461583
public void setAppellation(String appellation){
1700461584
1700461585
this.appellation=appellation;
1700461586
1700461587
}
1700461588
1700461589
public String getContxt(){
1700461590
[
上一页 ]
[ :1.700461541e+09 ]
[
下一页 ]