public abstract class IfcWorkControl extends IfcControl
Constructor and Description |
---|
IfcWorkControl() |
Modifier and Type | Method and Description |
---|---|
IfcDateTime |
getCreationDate() |
IfcCollection<IfcPerson> |
getCreators() |
IfcDuration |
getDuration() |
IfcDateTime |
getFinishTime() |
IfcLabel |
getPurpose() |
IfcDateTime |
getStartTime() |
IfcDuration |
getTotalFloat() |
void |
setCreationDate(IfcDateTime value) |
void |
setCreators(IfcCollection<IfcPerson> value) |
void |
setDuration(IfcDuration value) |
void |
setFinishTime(IfcDateTime value) |
void |
setPurpose(IfcLabel value) |
void |
setStartTime(IfcDateTime value) |
void |
setTotalFloat(IfcDuration value) |
getControls, getIdentification, setIdentification
getDeclares, getObjectType, isDeclaredBy, isDefinedBy, isTypedBy, setObjectType
getDecomposes, getNests, hasAssignments, hasAssociations, hasContext, isDecomposedBy, isNestedBy
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 IfcDateTime getCreationDate()
public final void setCreationDate(IfcDateTime value)
public final IfcCollection<IfcPerson> getCreators()
public final void setCreators(IfcCollection<IfcPerson> value)
public final IfcLabel getPurpose()
public final void setPurpose(IfcLabel value)
public final IfcDuration getDuration()
public final void setDuration(IfcDuration value)
public final IfcDuration getTotalFloat()
public final void setTotalFloat(IfcDuration value)
public final IfcDateTime getStartTime()
public final void setStartTime(IfcDateTime value)
public final IfcDateTime getFinishTime()
public final void setFinishTime(IfcDateTime value)