org.kie.internal.task.api.model
Interface Attachment
- All Superinterfaces:
- Externalizable, Serializable
public interface Attachment
- extends Externalizable
getId
Long getId()
setId
void setId(long id)
getName
String getName()
setName
void setName(String name)
getAccessType
AccessType getAccessType()
setAccessType
void setAccessType(AccessType accessType)
getContentType
String getContentType()
setContentType
void setContentType(String contentType)
getAttachedAt
Date getAttachedAt()
setAttachedAt
void setAttachedAt(Date attachedAt)
getAttachedBy
User getAttachedBy()
setAttachedBy
void setAttachedBy(User attachedBy)
getSize
int getSize()
setContent
void setContent(Content content)
setSize
void setSize(int size)
getAttachmentContentId
long getAttachmentContentId()
setAttachmentContentId
void setAttachmentContentId(long contentId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.