public class Pad
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
diameter |
protected java.lang.String |
drill |
protected java.lang.String |
first |
protected java.lang.String |
name |
protected java.lang.String |
rot |
protected java.lang.String |
shape |
protected java.lang.String |
stop |
protected java.lang.String |
thermals |
protected java.lang.String |
x |
protected java.lang.String |
y |
| Constructor and Description |
|---|
Pad() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDiameter()
Gets the value of the diameter property.
|
java.lang.String |
getDrill()
Gets the value of the drill property.
|
java.lang.String |
getFirst()
Gets the value of the first property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getRot()
Gets the value of the rot property.
|
java.lang.String |
getShape()
Gets the value of the shape property.
|
java.lang.String |
getStop()
Gets the value of the stop property.
|
java.lang.String |
getThermals()
Gets the value of the thermals property.
|
java.lang.String |
getX()
Gets the value of the x property.
|
java.lang.String |
getY()
Gets the value of the y property.
|
void |
setDiameter(java.lang.String value)
Sets the value of the diameter property.
|
void |
setDrill(java.lang.String value)
Sets the value of the drill property.
|
void |
setFirst(java.lang.String value)
Sets the value of the first property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRot(java.lang.String value)
Sets the value of the rot property.
|
void |
setShape(java.lang.String value)
Sets the value of the shape property.
|
void |
setStop(java.lang.String value)
Sets the value of the stop property.
|
void |
setThermals(java.lang.String value)
Sets the value of the thermals property.
|
void |
setX(java.lang.String value)
Sets the value of the x property.
|
void |
setY(java.lang.String value)
Sets the value of the y property.
|
protected java.lang.String name
protected java.lang.String x
protected java.lang.String y
protected java.lang.String drill
protected java.lang.String diameter
protected java.lang.String shape
protected java.lang.String rot
protected java.lang.String stop
protected java.lang.String thermals
protected java.lang.String first
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getX()
Stringpublic void setX(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getY()
Stringpublic void setY(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDrill()
Stringpublic void setDrill(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getDiameter()
Stringpublic void setDiameter(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getShape()
Stringpublic void setShape(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getRot()
Stringpublic void setRot(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getStop()
Stringpublic void setStop(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getThermals()
Stringpublic void setThermals(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getFirst()
Stringpublic void setFirst(java.lang.String value)
value - allowed object is String