net.officefloor.tutorial.databasehttpserver
Class Row

java.lang.Object
  extended by net.officefloor.tutorial.databasehttpserver.Row

@HttpParameters
public class Row
extends Object

Represents a row from the table in the database.

Author:
Daniel Sagenschneider

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-2012. All Rights Reserved.