Uses of Class
elisa_client.model.Attachment

Packages that use Attachment
elisa_client.model   
elisa_client.service   
 

Uses of Attachment in elisa_client.model
 

Methods in elisa_client.model that return types with arguments of type Attachment
 java.util.List<Attachment> AttachmentList.getList()
           
 

Methods in elisa_client.model with parameters of type Attachment
 void Message.addAttachment(Attachment a)
           
 

Method parameters in elisa_client.model with type arguments of type Attachment
 void AttachmentList.setList(java.util.List<Attachment> a)
           
 

Constructor parameters in elisa_client.model with type arguments of type Attachment
AttachmentList(java.util.List<Attachment> l)
           
 

Uses of Attachment in elisa_client.service
 

Methods in elisa_client.service that return Attachment
 Attachment ElisaClient.getAttachment(java.lang.String username, java.lang.String pwd, long msgId, long attachId)