打字猴:1.700461531e+09
1700461531 public Mail clone(){
1700461532
1700461533 Mail mail=null;
1700461534
1700461535 try{
1700461536
1700461537 mail=(Mail)super.clone();
1700461538
1700461539 }catch(CloneNotSupportedException e){
1700461540
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
[ 上一页 ]  [ :1.700461531e+09 ]  [ 下一页 ]