| 限定符和类型 | 字段和说明 |
|---|---|
private IfcIdentifier |
assetID |
private IfcCostValue |
currentValue |
private IfcCostValue |
depreciatedValue |
private IfcCalendarDate |
incorporationDate |
private IfcCostValue |
originalValue |
private IfcActorSelect |
owner |
private IfcPerson |
responsiblePerson |
private IfcCostValue |
totalReplacementCost |
private IfcActorSelect |
user |
stepNumber| 构造器和说明 |
|---|
IfcAsset(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcIdentifier assetID,
IfcCostValue originalValue,
IfcCostValue currentValue,
IfcCostValue totalReplacementCost,
IfcActorSelect owner,
IfcActorSelect user,
IfcPerson responsiblePerson,
IfcCalendarDate incorporationDate,
IfcCostValue depreciatedValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcIdentifier |
getAssetID() |
IfcCostValue |
getCurrentValue() |
IfcCostValue |
getDepreciatedValue() |
IfcCalendarDate |
getIncorporationDate() |
IfcCostValue |
getOriginalValue() |
IfcActorSelect |
getOwner() |
IfcPerson |
getResponsiblePerson() |
IfcCostValue |
getTotalReplacementCost() |
IfcActorSelect |
getUser() |
void |
setAssetID(IfcIdentifier assetID) |
void |
setCurrentValue(IfcCostValue currentValue) |
void |
setDepreciatedValue(IfcCostValue depreciatedValue) |
void |
setIncorporationDate(IfcCalendarDate incorporationDate) |
void |
setOriginalValue(IfcCostValue originalValue) |
void |
setOwner(IfcActorSelect owner) |
void |
setResponsiblePerson(IfcPerson responsiblePerson) |
void |
setTotalReplacementCost(IfcCostValue totalReplacementCost) |
void |
setUser(IfcActorSelect user) |
getIsGroupedBy, setIsGroupedByaddIsDefinedBy, getIsDefinedBy, getObjectType, setIsDefinedBy, setObjectTypeaddDecompose, addHasAssociations, addIsDecomposedBy, getDecomposes, getHasAssignments, getHasAssociations, getIsDecomposedBy, setDecomposes, setHasAssignments, setHasAssociations, setIsDecomposedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcIdentifier assetID
private IfcCostValue originalValue
private IfcCostValue currentValue
private IfcCostValue totalReplacementCost
private IfcActorSelect owner
private IfcActorSelect user
private IfcPerson responsiblePerson
private IfcCalendarDate incorporationDate
private IfcCostValue depreciatedValue
@IfcParserConstructor public IfcAsset(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcIdentifier assetID, IfcCostValue originalValue, IfcCostValue currentValue, IfcCostValue totalReplacementCost, IfcActorSelect owner, IfcActorSelect user, IfcPerson responsiblePerson, IfcCalendarDate incorporationDate, IfcCostValue depreciatedValue)
public IfcIdentifier getAssetID()
public void setAssetID(IfcIdentifier assetID)
public IfcCostValue getOriginalValue()
public void setOriginalValue(IfcCostValue originalValue)
public IfcCostValue getCurrentValue()
public void setCurrentValue(IfcCostValue currentValue)
public IfcCostValue getTotalReplacementCost()
public void setTotalReplacementCost(IfcCostValue totalReplacementCost)
public IfcActorSelect getOwner()
public void setOwner(IfcActorSelect owner)
public IfcActorSelect getUser()
public void setUser(IfcActorSelect user)
public IfcPerson getResponsiblePerson()
public void setResponsiblePerson(IfcPerson responsiblePerson)
public IfcCalendarDate getIncorporationDate()
public void setIncorporationDate(IfcCalendarDate incorporationDate)
public IfcCostValue getDepreciatedValue()
public void setDepreciatedValue(IfcCostValue depreciatedValue)
Copyright © 2023. All rights reserved.