public class Row extends Object
Row(int floor, String line)
void
addData(String value)
String
getData(int index)
int
getFloor()
getLine()
setFloor(int floor)
setLine(String line)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Row(int floor, String line)
public String getLine()
public void setLine(String line)
public int getFloor()
public void setFloor(int floor)
public String getData(int index)
public void addData(String value)
Copyright © 2014–2018. All rights reserved.