Package gcodeCompiler.util
Class InfoTecnologicheM
java.lang.Object
gcodeCompiler.util.InfoTecnologicheM
public class InfoTecnologicheM
extends java.lang.Object
The Class InfoTecnologicheM.
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
change_tool
The change tool.private java.lang.String
end_program
The end program.private java.lang.String
lube
The lube.private java.lang.String
rot_tool
The rot tool.private java.lang.String
stop_tool
The stop tool. -
Constructor Summary
Constructors Constructor Description InfoTecnologicheM()
Instantiates a new info tecnologiche M.InfoTecnologicheM(org.antlr.runtime.Token commmand, char type)
Instantiates a new info tecnologiche M. -
Method Summary
Modifier and Type Method Description java.lang.String
getChange_tool()
Gets the change tool.java.lang.String
getEnd_program()
Gets the end program.java.lang.String
getLube()
Gets the lube.java.lang.String
getRot_tool()
Gets the rot tool.java.lang.String
getStop_tool()
Gets the stop tool.void
setChange_tool(java.lang.String change_tool)
Sets the change tool.void
setEnd_program(java.lang.String end_program)
Sets the end program.void
setLube(java.lang.String lube)
Sets the lube.void
setRot_tool(java.lang.String rot_tool)
Sets the rot tool.void
setStop_tool(java.lang.String stop_tool)
Sets the stop tool.java.lang.String
toString()
To string.
-
Field Details
-
rot_tool
private java.lang.String rot_toolThe rot tool. -
stop_tool
private java.lang.String stop_toolThe stop tool. -
change_tool
private java.lang.String change_toolThe change tool. -
lube
private java.lang.String lubeThe lube. -
end_program
private java.lang.String end_programThe end program.
-
-
Constructor Details
-
InfoTecnologicheM
public InfoTecnologicheM(org.antlr.runtime.Token commmand, char type)Instantiates a new info tecnologiche M.- Parameters:
commmand
- the commmandtype
- the type
-
InfoTecnologicheM
public InfoTecnologicheM()Instantiates a new info tecnologiche M.
-
-
Method Details
-
getRot_tool
public java.lang.String getRot_tool()Gets the rot tool.- Returns:
- the rot tool
-
setRot_tool
public void setRot_tool(java.lang.String rot_tool)Sets the rot tool.- Parameters:
rot_tool
- the new rot tool
-
getStop_tool
public java.lang.String getStop_tool()Gets the stop tool.- Returns:
- the stop tool
-
setStop_tool
public void setStop_tool(java.lang.String stop_tool)Sets the stop tool.- Parameters:
stop_tool
- the new stop tool
-
getChange_tool
public java.lang.String getChange_tool()Gets the change tool.- Returns:
- the change tool
-
setChange_tool
public void setChange_tool(java.lang.String change_tool)Sets the change tool.- Parameters:
change_tool
- the new change tool
-
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
-
getEnd_program
public java.lang.String getEnd_program()Gets the end program.- Returns:
- the end program
-
setEnd_program
public void setEnd_program(java.lang.String end_program)Sets the end program.- Parameters:
end_program
- the new end program
-
toString
public java.lang.String toString()To string.- Overrides:
toString
in classjava.lang.Object
- Returns:
- the string
-