public class IfcAsset extends IfcGroup
Constructor and Description |
---|
IfcAsset() |
Modifier and Type | Method and Description |
---|---|
IfcCostValue |
getCurrentValue() |
IfcCostValue |
getDepreciatedValue() |
IfcIdentifier |
getIdentification() |
IfcDate |
getIncorporationDate() |
IfcCostValue |
getOriginalValue() |
IfcActorSelect |
getOwner() |
IfcPerson |
getResponsiblePerson() |
IfcCostValue |
getTotalReplacementCost() |
IfcActorSelect |
getUser() |
void |
setCurrentValue(IfcCostValue value) |
void |
setDepreciatedValue(IfcCostValue value) |
void |
setIdentification(IfcIdentifier value) |
void |
setIncorporationDate(IfcDate value) |
void |
setOriginalValue(IfcCostValue value) |
void |
setOwner(IfcActorSelect value) |
void |
setResponsiblePerson(IfcPerson value) |
void |
setTotalReplacementCost(IfcCostValue value) |
void |
setUser(IfcActorSelect 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 IfcIdentifier getIdentification()
public final void setIdentification(IfcIdentifier value)
public final IfcCostValue getOriginalValue()
public final void setOriginalValue(IfcCostValue value)
public final IfcCostValue getCurrentValue()
public final void setCurrentValue(IfcCostValue value)
public final IfcCostValue getTotalReplacementCost()
public final void setTotalReplacementCost(IfcCostValue value)
public final IfcActorSelect getOwner()
public final void setOwner(IfcActorSelect value)
public final IfcActorSelect getUser()
public final void setUser(IfcActorSelect value)
public final IfcPerson getResponsiblePerson()
public final void setResponsiblePerson(IfcPerson value)
public final IfcDate getIncorporationDate()
public final void setIncorporationDate(IfcDate value)
public final IfcCostValue getDepreciatedValue()
public final void setDepreciatedValue(IfcCostValue value)