CadBaseOwned
Contents
[
Hide
]Inheritance: java.lang.Object, CadBase
The Cad base owned object.
Constructors
| Constructor | Description |
|---|---|
| CadBaseOwned() |
Methods
| Method | Description |
|---|---|
| getHardOwner() | Gets or sets the hard owner. |
| setHardOwner(String value) | Gets or sets the hard owner. |
| getSoftOwner() | Gets or sets the soft owner. |
| setSoftOwner(String value) | Gets or sets the soft owner. |
| isSoftOwnerSet() | Gets a value indicating whether soft owner is set. |
CadBaseOwned()
public CadBaseOwned()
getHardOwner()
public final String getHardOwner()
Gets or sets the hard owner.
Returns: String
setHardOwner(String value)
public final void setHardOwner(String value)
Gets or sets the hard owner.
getSoftOwner()
public final String getSoftOwner()
Gets or sets the soft owner.
Returns: String
setSoftOwner(String value)
public final void setSoftOwner(String value)
Gets or sets the soft owner.
isSoftOwnerSet()
public final boolean isSoftOwnerSet()
Gets a value indicating whether soft owner is set.
Returns: boolean