com.partnersoft.io.formats.dxf
Class DXFObjectDataField

java.lang.Object
  extended by com.partnersoft.io.formats.dxf.DXFObjectDataField

public class DXFObjectDataField
extends java.lang.Object

A field description for a DXF object data type.

Author:
Paul Reavis Copyright 2003 Partner Software, Inc.

Constructor Summary
DXFObjectDataField()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DXFObjectDataField

public DXFObjectDataField()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()
Gets the value of name

Returns:
the value of name

setName

public void setName(java.lang.String argName)
Sets the value of name

Parameters:
argName - Value to assign to this.name

getDescription

public java.lang.String getDescription()
Gets the value of description

Returns:
the value of description

setDescription

public void setDescription(java.lang.String argDescription)
Sets the value of description

Parameters:
argDescription - Value to assign to this.description

getType

public java.lang.String getType()
Gets the value of type

Returns:
the value of type

setType

public void setType(java.lang.String argType)
Sets the value of type

Parameters:
argType - Value to assign to this.type