public interface TaskDef extends Externalizable
Modifier and Type | Method and Description |
---|---|
long |
getId() |
String |
getName() |
int |
getPriority() |
void |
setId(long id) |
void |
setName(String name) |
void |
setPriority(int priority) |
readExternal, writeExternal
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.