public class IfcInventory extends IfcGroup
Constructor and Description |
---|
IfcInventory() |
Modifier and Type | Method and Description |
---|---|
IfcCostValue |
getCurrentValue() |
IfcActorSelect |
getJurisdiction() |
IfcDate |
getLastUpdateDate() |
IfcCostValue |
getOriginalValue() |
IfcInventoryTypeEnum |
getPredefinedType() |
IfcCollection<IfcPerson> |
getResponsiblePersons() |
void |
setCurrentValue(IfcCostValue value) |
void |
setJurisdiction(IfcActorSelect value) |
void |
setLastUpdateDate(IfcDate value) |
void |
setOriginalValue(IfcCostValue value) |
void |
setPredefinedType(IfcInventoryTypeEnum value) |
void |
setResponsiblePersons(IfcCollection<IfcPerson> value) |
isGroupedBy
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 IfcInventoryTypeEnum getPredefinedType()
public final void setPredefinedType(IfcInventoryTypeEnum value)
public final IfcActorSelect getJurisdiction()
public final void setJurisdiction(IfcActorSelect value)
public final IfcCollection<IfcPerson> getResponsiblePersons()
public final void setResponsiblePersons(IfcCollection<IfcPerson> value)
public final IfcDate getLastUpdateDate()
public final void setLastUpdateDate(IfcDate value)
public final IfcCostValue getCurrentValue()
public final void setCurrentValue(IfcCostValue value)
public final IfcCostValue getOriginalValue()
public final void setOriginalValue(IfcCostValue value)