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.Stringchange_toolThe change tool.private java.lang.Stringend_programThe end program.private java.lang.StringlubeThe lube.private java.lang.Stringrot_toolThe rot tool.private java.lang.Stringstop_toolThe 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.StringgetChange_tool()Gets the change tool.java.lang.StringgetEnd_program()Gets the end program.java.lang.StringgetLube()Gets the lube.java.lang.StringgetRot_tool()Gets the rot tool.java.lang.StringgetStop_tool()Gets the stop tool.voidsetChange_tool(java.lang.String change_tool)Sets the change tool.voidsetEnd_program(java.lang.String end_program)Sets the end program.voidsetLube(java.lang.String lube)Sets the lube.voidsetRot_tool(java.lang.String rot_tool)Sets the rot tool.voidsetStop_tool(java.lang.String stop_tool)Sets the stop tool.java.lang.StringtoString()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:
toStringin classjava.lang.Object- Returns:
- the string
-