com.jivesoftware.forum
Class DraftImpl
java.lang.Object
com.jivesoftware.forum.DraftImpl
- All Implemented Interfaces:
- Draft
public class DraftImpl
- extends java.lang.Object
- implements Draft
Data transfer object, ferries data between DWR and the database layer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DraftImpl
public DraftImpl()
DraftImpl
public DraftImpl(Draft draft,
FastDateFormat formatter,
User user)
getDraftID
public long getDraftID()
- Specified by:
getDraftID
in interface Draft
setDraftID
public void setDraftID(long draftID)
getUserID
public long getUserID()
- Specified by:
getUserID
in interface Draft
setUserID
public void setUserID(long userID)
getDraftType
public int getDraftType()
- Specified by:
getDraftType
in interface Draft
setDraftType
public void setDraftType(int draftType)
getObjectType
public int getObjectType()
- Specified by:
getObjectType
in interface Draft
setObjectType
public void setObjectType(int objectType)
getObjectID
public long getObjectID()
- Specified by:
getObjectID
in interface Draft
setObjectID
public void setObjectID(long objectID)
getSubject
public java.lang.String getSubject()
- Specified by:
getSubject
in interface Draft
setSubject
public void setSubject(java.lang.String subject)
- Specified by:
setSubject
in interface Draft
getBody
public java.lang.String getBody()
- Specified by:
getBody
in interface Draft
setBody
public void setBody(java.lang.String body)
- Specified by:
setBody
in interface Draft
getModificationDate
public java.util.Date getModificationDate()
- Specified by:
getModificationDate
in interface Draft
setModificationDate
public void setModificationDate(java.util.Date modificationDate)
- Specified by:
setModificationDate
in interface Draft
getModificationDateFormatted
public java.lang.String getModificationDateFormatted()
setModificationDateFormatted
public void setModificationDateFormatted(java.lang.String modificationDateFormatted)
getProperties
public java.util.Map getProperties()
- Specified by:
getProperties
in interface Draft
setProperties
public void setProperties(java.util.Map properties)
- Specified by:
setProperties
in interface Draft
getEditingID
public java.lang.Long getEditingID()
- Specified by:
getEditingID
in interface Draft
setEditingID
public void setEditingID(java.lang.Long editingID)
Copyright © 1999-2006 Jive Software.