Package shaperCompiler.util
Class Shape
java.lang.Object
shaperCompiler.util.Shape
public class Shape
extends java.lang.Object
The Class Shape.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.String
getJobSpeed()
Gets the job speed.java.lang.String
getLube()
Gets the lube.java.lang.String
getMoveSpeed()
Gets the move speed.char
getType()
Gets the type.void
setJobSpeed(java.lang.String jobSpeed)
Sets the job speed.void
setLube(java.lang.String lube)
Sets the lube.void
setMoveSpeed(java.lang.String moveSpeed)
Sets the move speed.void
setType(char type)
Sets the type.java.lang.String
toString()
To string.
-
Field Details
-
Constructor Details
-
Method Details
-
toString
public java.lang.String toString()To string.- Overrides:
toString
in classjava.lang.Object
- Returns:
- the string
-
getType
public char getType()Gets the type.- Returns:
- the type
-
setType
public void setType(char type)Sets the type.- Parameters:
type
- the new type
-
getMoveSpeed
public java.lang.String getMoveSpeed()Gets the move speed.- Returns:
- the move speed
-
setMoveSpeed
public void setMoveSpeed(java.lang.String moveSpeed)Sets the move speed.- Parameters:
moveSpeed
- the new move speed
-
getJobSpeed
public java.lang.String getJobSpeed()Gets the job speed.- Returns:
- the job speed
-
setJobSpeed
public void setJobSpeed(java.lang.String jobSpeed)Sets the job speed.- Parameters:
jobSpeed
- the new job speed
-
getLube
public java.lang.String getLube()Gets the lube.- Returns:
- the lube
-
setLube
public void setLube(java.lang.String lube)Sets the lube.- Parameters:
lube
- the new lube
-