public class DXFObjectDataField
extends java.lang.Object
| Constructor and Description |
|---|
DXFObjectDataField() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of description
|
java.lang.String |
getName()
Gets the value of name
|
java.lang.String |
getType()
Gets the value of type
|
void |
setDescription(java.lang.String argDescription)
Sets the value of description
|
void |
setName(java.lang.String argName)
Sets the value of name
|
void |
setType(java.lang.String argType)
Sets the value of type
|
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public void setName(java.lang.String argName)
argName - Value to assign to this.namepublic java.lang.String getDescription()
public void setDescription(java.lang.String argDescription)
argDescription - Value to assign to this.descriptionpublic java.lang.String getType()
public void setType(java.lang.String argType)
argType - Value to assign to this.type