Package com.openkm.sdk4j.bean
Class MailAccountFolder
- java.lang.Object
-
- com.openkm.sdk4j.bean.MailAccountFolder
-
- All Implemented Interfaces:
Serializable
public class MailAccountFolder extends Object implements Serializable
Created by carolina on 10/06/16.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MailAccountFolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFolderPath()longgetId()MailAccountgetMailAccount()longgetMailAccountId()longgetMailLastUid()voidsetFolderPath(String folderPath)voidsetId(long id)voidsetMailAccount(MailAccount mailAccount)voidsetMailAccountId(long mailAccountId)voidsetMailLastUid(long mailLastUid)StringtoString()
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getMailAccountId
public long getMailAccountId()
-
setMailAccountId
public void setMailAccountId(long mailAccountId)
-
getFolderPath
public String getFolderPath()
-
setFolderPath
public void setFolderPath(String folderPath)
-
getMailAccount
public MailAccount getMailAccount()
-
setMailAccount
public void setMailAccount(MailAccount mailAccount)
-
getMailLastUid
public long getMailLastUid()
-
setMailLastUid
public void setMailLastUid(long mailLastUid)
-
-