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