public class IfcApproval extends IfcEntity
Constructor and Description |
---|
IfcApproval() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcApprovalActorRelationship> |
getActors() |
IfcDateTimeSelect |
getApprovalDateTime() |
IfcLabel |
getApprovalLevel() |
IfcText |
getApprovalQualifier() |
IfcLabel |
getApprovalStatus() |
IfcText |
getDescription() |
IfcIdentifier |
getIdentifier() |
IfcLabel |
getName() |
IfcCollection<IfcApprovalRelationship> |
getRelates() |
IfcCollection<IfcApprovalRelationship> |
isRelatedWith() |
void |
setApprovalDateTime(IfcDateTimeSelect value) |
void |
setApprovalLevel(IfcLabel value) |
void |
setApprovalQualifier(IfcText value) |
void |
setApprovalStatus(IfcLabel value) |
void |
setDescription(IfcText value) |
void |
setIdentifier(IfcIdentifier value) |
void |
setName(IfcLabel value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcDateTimeSelect getApprovalDateTime()
public final void setApprovalDateTime(IfcDateTimeSelect value)
public final IfcLabel getApprovalStatus()
public final void setApprovalStatus(IfcLabel value)
public final IfcLabel getApprovalLevel()
public final void setApprovalLevel(IfcLabel value)
public final IfcText getApprovalQualifier()
public final void setApprovalQualifier(IfcText value)
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcIdentifier getIdentifier()
public final void setIdentifier(IfcIdentifier value)
public final IfcCollection<IfcApprovalActorRelationship> getActors()
public final IfcCollection<IfcApprovalRelationship> isRelatedWith()
public final IfcCollection<IfcApprovalRelationship> getRelates()