| java.lang.Object org.columba.mail.folder.mbox.MboxMessage
MboxMessage | public class MboxMessage (Code) | | |
Constructor Summary | |
public | MboxMessage(Object uid, long start, long length) Constructs the MboxMessage. |
MboxMessage | public MboxMessage(Object uid, long start, long length)(Code) | | Constructs the MboxMessage.
Parameters: uid - Parameters: start - Parameters: length - |
getLength | public long getLength()(Code) | | Returns the length. |
getStart | public long getStart()(Code) | | Returns the start. |
setLength | public void setLength(long length)(Code) | | Parameters: length - The length to set. |
setStart | public void setStart(long start)(Code) | | Parameters: start - The start to set. |
setUid | public void setUid(Object uid)(Code) | | Parameters: uid - The uid to set. |
|
|