@Entity public class ContentImpl extends Object implements org.kie.internal.task.api.model.InternalContent
| Constructor and Description |
|---|
ContentImpl() |
ContentImpl(byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getContent() |
Long |
getId() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setContent(byte[] content) |
void |
setId(long id) |
void |
writeExternal(ObjectOutput out) |
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic Long getId()
getId in interface org.kie.api.task.model.Contentpublic void setId(long id)
setId in interface org.kie.internal.task.api.model.InternalContentpublic byte[] getContent()
getContent in interface org.kie.api.task.model.Contentpublic void setContent(byte[] content)
setContent in interface org.kie.internal.task.api.model.InternalContentCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.