public class IfcTask extends IfcProcess
Constructor and Description |
---|
IfcTask() |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
IfcLabel |
getStatus() |
IfcIdentifier |
getTaskId() |
IfcLabel |
getWorkMethod() |
boolean |
isMilestone() |
void |
setMilestone(boolean value) |
void |
setPriority(int value) |
void |
setStatus(IfcLabel value) |
void |
setTaskId(IfcIdentifier value) |
void |
setWorkMethod(IfcLabel value) |
getOperatesOn, isPredecessorTo, isSuccessorFrom
getObjectType, isDefinedBy, setObjectType
getDecomposes, hasAssignments, hasAssociations, isDecomposedBy
getDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistory
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcIdentifier getTaskId()
public final void setTaskId(IfcIdentifier value)
public final IfcLabel getStatus()
public final void setStatus(IfcLabel value)
public final IfcLabel getWorkMethod()
public final void setWorkMethod(IfcLabel value)
public final boolean isMilestone()
public final void setMilestone(boolean value)
public final int getPriority()
public final void setPriority(int value)