org.apache.jetspeed.om.apps.email
Class EmailInbox

java.lang.Object
  extended byorg.apache.torque.om.BaseObject
      extended byorg.apache.jetspeed.om.apps.email.BaseEmailInbox
          extended byorg.apache.jetspeed.om.apps.email.EmailInbox
All Implemented Interfaces:
org.apache.torque.om.Persistent, java.io.Serializable

public class EmailInbox
extends org.apache.jetspeed.om.apps.email.BaseEmailInbox
implements org.apache.torque.om.Persistent

The skeleton for this class was autogenerated by Torque on: [Wed Mar 10 18:18:45 PST 2004] You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.

Version:
$Id: EmailInbox.java,v 1.1 2004/03/11 18:32:05 taylor Exp $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.torque.om.BaseObject
NEW_ID
 
Constructor Summary
EmailInbox()
           
 
Method Summary
 byte[] getAttachment()
          Get the Attachment
 void setAttachment(byte[] v)
          Set the value of Attachment
 
Methods inherited from class org.apache.jetspeed.om.apps.email.BaseEmailInbox
copy, copyInto, getByName, getByPeerName, getByPosition, getEmailInboxId, getFieldNames, getFilename, getMessageId, getPeer, getPrimaryKey, getReadflag, save, save, save, setEmailInboxId, setFilename, setMessageId, setPrimaryKey, setPrimaryKey, setReadflag, toString
 
Methods inherited from class org.apache.torque.om.BaseObject
equals, equals, getLog, hashCode, isModified, isNew, log, resetModified, setModified, setNew, setPrimaryKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.torque.om.Persistent
getPrimaryKey, isModified, isNew, save, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey
 

Constructor Detail

EmailInbox

public EmailInbox()
Method Detail

getAttachment

public byte[] getAttachment()
Get the Attachment

Returns:
byte[]

setAttachment

public void setAttachment(byte[] v)
Set the value of Attachment

Parameters:
v - new value


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.