public class ProcessType extends IdTitle
Constructor and Description |
---|
ProcessType() |
Modifier and Type | Method and Description |
---|---|
void |
addChild(ProcessType processType) |
int |
getChildCount() |
java.util.List<java.lang.Integer> |
getChildIds() |
java.util.List<ProcessType> |
getChilds() |
int |
getParentId() |
java.util.List<ProcessType> |
getPath() |
TypeProperties |
getProperties() |
boolean |
isArchive() |
boolean |
isUseParentProperties() |
void |
setArchive(boolean archive) |
void |
setParentId(int parentId) |
void |
setProperties(TypeProperties properies) |
void |
setUseParentProperties(boolean useParentProperties) |
public boolean isArchive()
public void setArchive(boolean archive)
public TypeProperties getProperties()
public void setProperties(TypeProperties properies)
public int getParentId()
public void setParentId(int parentId)
public boolean isUseParentProperties()
public void setUseParentProperties(boolean useParentProperties)
public int getChildCount()
public void addChild(ProcessType processType)
public java.util.List<ProcessType> getChilds()
public java.util.List<java.lang.Integer> getChildIds()
public java.util.List<ProcessType> getPath()