com.xpn.xwiki.doc
Class XWikiAttachmentContent
java.lang.Object
com.xpn.xwiki.doc.XWikiAttachmentContent
public class XWikiAttachmentContent
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attachment
private XWikiAttachment attachment
content
private byte[] content
isContentDirty
private boolean isContentDirty
XWikiAttachmentContent
public XWikiAttachmentContent(XWikiAttachment attachment)
XWikiAttachmentContent
public XWikiAttachmentContent()
getId
public long getId()
setId
public void setId(long id)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
getContent
public byte[] getContent()
setContent
public void setContent(byte[] content)
getAttachment
public XWikiAttachment getAttachment()
setAttachment
public void setAttachment(XWikiAttachment attachment)
isContentDirty
public boolean isContentDirty()
setContentDirty
public void setContentDirty(boolean contentDirty)
Copyright 2003 Ludovic Dubost