net.officefloor.tutorial.databasehttpserver
Class Row

java.lang.Object
  extended by 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

Constructor Summary
Row()
           
Row(int id, String name, String description)
           
 
Method Summary
 String getDescription()
           
 int getId()
           
 String getName()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Row

public Row()

Row

public Row(int id,
           String name,
           String description)
Method Detail

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.