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;
1700461373
1700461374
}
1700461375
1700461376
public void setContxt(String contxt){
1700461377
1700461378
this.contxt=contxt;
1700461379
1700461380
}
[
上一页 ]
[ :1.700461331e+09 ]
[
下一页 ]