net.officefloor.tutorial.databasehttpserver
Class Row
java.lang.Object
net.officefloor.tutorial.databasehttpserver.Row
- All Implemented Interfaces:
- Serializable
@HttpParameters
public class Row
- extends Object
- implements Serializable
Represents a row from the table in the database.
- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Row
public Row()
Row
public Row(int id,
String name,
String description)
getId
public int getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
Copyright © 2005-2013. All Rights Reserved.