@Entity public class TaskDefImpl extends Object implements org.kie.internal.task.api.model.TaskDef
Constructor and Description |
---|
TaskDefImpl() |
TaskDefImpl(String name) |
Modifier and Type | Method and Description |
---|---|
long |
getId() |
String |
getName() |
int |
getPriority() |
void |
readExternal(ObjectInput in) |
void |
setId(long id) |
void |
setName(String name) |
void |
setPriority(int priority) |
void |
writeExternal(ObjectOutput out) |
public TaskDefImpl()
public TaskDefImpl(String name)
public long getId()
getId
in interface org.kie.internal.task.api.model.TaskDef
public void setId(long id)
setId
in interface org.kie.internal.task.api.model.TaskDef
public String getName()
getName
in interface org.kie.internal.task.api.model.TaskDef
public void setName(String name)
setName
in interface org.kie.internal.task.api.model.TaskDef
public int getPriority()
getPriority
in interface org.kie.internal.task.api.model.TaskDef
public void setPriority(int priority)
setPriority
in interface org.kie.internal.task.api.model.TaskDef
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
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.