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) |
isGroupedBygetDeclares, getObjectType, isDeclaredBy, isDefinedBy, isTypedBy, setObjectTypegetDecomposes, getNests, hasAssignments, hasAssociations, hasContext, isDecomposedBy, isNestedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistoryequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic 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)