public class IfcApproval extends IfcEntity
Constructor and Description |
---|
IfcApproval() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcRelAssociatesApproval> |
getApprovedObjects() |
IfcCollection<IfcResourceApprovalRelationship> |
getApprovedResources() |
IfcText |
getDescription() |
IfcActorSelect |
getGivingApproval() |
IfcIdentifier |
getIdentifier() |
IfcLabel |
getLevel() |
IfcLabel |
getName() |
IfcText |
getQualifier() |
IfcCollection<IfcApprovalRelationship> |
getRelates() |
IfcActorSelect |
getRequestingApproval() |
IfcLabel |
getStatus() |
IfcDateTime |
getTimeOfApproval() |
IfcCollection<IfcExternalReferenceRelationship> |
hasExternalReferences() |
IfcCollection<IfcApprovalRelationship> |
isRelatedWith() |
void |
setDescription(IfcText value) |
void |
setGivingApproval(IfcActorSelect value) |
void |
setIdentifier(IfcIdentifier value) |
void |
setLevel(IfcLabel value) |
void |
setName(IfcLabel value) |
void |
setQualifier(IfcText value) |
void |
setRequestingApproval(IfcActorSelect value) |
void |
setStatus(IfcLabel value) |
void |
setTimeOfApproval(IfcDateTime value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcIdentifier getIdentifier()
public final void setIdentifier(IfcIdentifier value)
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcDateTime getTimeOfApproval()
public final void setTimeOfApproval(IfcDateTime value)
public final IfcLabel getStatus()
public final void setStatus(IfcLabel value)
public final IfcLabel getLevel()
public final void setLevel(IfcLabel value)
public final IfcText getQualifier()
public final void setQualifier(IfcText value)
public final IfcActorSelect getRequestingApproval()
public final void setRequestingApproval(IfcActorSelect value)
public final IfcActorSelect getGivingApproval()
public final void setGivingApproval(IfcActorSelect value)
public final IfcCollection<IfcExternalReferenceRelationship> hasExternalReferences()
public final IfcCollection<IfcRelAssociatesApproval> getApprovedObjects()
public final IfcCollection<IfcResourceApprovalRelationship> getApprovedResources()
public final IfcCollection<IfcApprovalRelationship> isRelatedWith()
public final IfcCollection<IfcApprovalRelationship> getRelates()