public abstract class IfcRoot extends IfcEntity implements com.aspose.cad_internal.fileformats.ifc.IIfcRoot
Constructor and Description |
---|
IfcRoot() |
Modifier and Type | Method and Description |
---|---|
IfcText |
getDescription() |
IfcGloballyUniqueId |
getGlobalId() |
IfcLabel |
getName() |
IfcOwnerHistory |
getOwnerHistory() |
void |
setDescription(IfcText value) |
void |
setGlobalId(IfcGloballyUniqueId value) |
void |
setName(IfcLabel value) |
void |
setOwnerHistory(IfcOwnerHistory value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcGloballyUniqueId getGlobalId()
public final void setGlobalId(IfcGloballyUniqueId value)
public final IfcOwnerHistory getOwnerHistory()
public final void setOwnerHistory(IfcOwnerHistory value)
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)