@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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public Long getId()
getId
in interface org.kie.api.task.model.Content
public void setId(long id)
setId
in interface org.kie.internal.task.api.model.InternalContent
public byte[] getContent()
getContent
in interface org.kie.api.task.model.Content
public void setContent(byte[] content)
setContent
in interface org.kie.internal.task.api.model.InternalContent
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.