public class Location extends Object
Location class.
Location(String templateFile, int row)
int
getRow()
row
String
getTemplateFile()
templateFile
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Location(String templateFile, int row)
Constructor for Location.
public String toString()
toString.
toString
Object
public String getTemplateFile()
Getter for the field templateFile.
public int getRow()
Getter for the field row.
Copyright © 2023. All rights reserved.