org.jbpm.services.task.impl.model.xml
Class JaxbAttachment
java.lang.Object
org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject<Attachment>
org.jbpm.services.task.impl.model.xml.JaxbAttachment
- All Implemented Interfaces:
- Externalizable, Serializable, Attachment
public class JaxbAttachment
- extends AbstractJaxbTaskObject<Attachment>
- implements Attachment
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbAttachment
public JaxbAttachment()
JaxbAttachment
public JaxbAttachment(Attachment attachment)
getId
public Long getId()
- Specified by:
getId
in interface Attachment
getName
public String getName()
- Specified by:
getName
in interface Attachment
getContentType
public String getContentType()
- Specified by:
getContentType
in interface Attachment
getAttachedAt
public Date getAttachedAt()
- Specified by:
getAttachedAt
in interface Attachment
getAttachedBy
public User getAttachedBy()
- Specified by:
getAttachedBy
in interface Attachment
getSize
public int getSize()
- Specified by:
getSize
in interface Attachment
getAttachmentContentId
public long getAttachmentContentId()
- Specified by:
getAttachmentContentId
in interface Attachment
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.