public class JaxbAttachment extends AbstractJaxbTaskObject<org.kie.api.task.model.Attachment> implements org.kie.api.task.model.Attachment
realClass
Constructor and Description |
---|
JaxbAttachment() |
JaxbAttachment(org.kie.api.task.model.Attachment attachment) |
Modifier and Type | Method and Description |
---|---|
Date |
getAttachedAt() |
org.kie.api.task.model.User |
getAttachedBy() |
long |
getAttachmentContentId() |
String |
getContentType() |
Long |
getId() |
String |
getName() |
int |
getSize() |
readExternal, writeExternal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readExternal, writeExternal
public JaxbAttachment()
public JaxbAttachment(org.kie.api.task.model.Attachment attachment)
public Long getId()
getId
in interface org.kie.api.task.model.Attachment
public String getName()
getName
in interface org.kie.api.task.model.Attachment
public String getContentType()
getContentType
in interface org.kie.api.task.model.Attachment
public Date getAttachedAt()
getAttachedAt
in interface org.kie.api.task.model.Attachment
public org.kie.api.task.model.User getAttachedBy()
getAttachedBy
in interface org.kie.api.task.model.Attachment
public int getSize()
getSize
in interface org.kie.api.task.model.Attachment
public long getAttachmentContentId()
getAttachmentContentId
in interface org.kie.api.task.model.Attachment
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.