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.StringgetJobSpeed()Gets the job speed.java.lang.StringgetLube()Gets the lube.java.lang.StringgetMoveSpeed()Gets the move speed.chargetType()Gets the type.voidsetJobSpeed(java.lang.String jobSpeed)Sets the job speed.voidsetLube(java.lang.String lube)Sets the lube.voidsetMoveSpeed(java.lang.String moveSpeed)Sets the move speed.voidsetType(char type)Sets the type.java.lang.StringtoString()To string.
-
Field Details
-
Constructor Details
-
Method Details
-
toString
public java.lang.String toString()To string.- Overrides:
toStringin 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
-