edu.mayo.bsi.ngsportal.shared
Class Note

java.lang.Object
  extended by edu.mayo.bsi.ngsportal.shared.Note
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class Note
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

@author Gregory Dougherty


Constructor Summary
Note(int id, int row, String note, String ownerFirst, String ownerLast, String ownerLan, String tableName, Date theDate)
          Normal Constructor
 
Method Summary
 boolean equals(Object obj)
           
 int getID()
           
 String getNote()
           
 String getOwnerFirst()
           
 String getOwnerLan()
           
 String getOwnerLast()
           
 int getRow()
           
 String getTableName()
           
 Date getTheDate()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Note

public Note(int id,
            int row,
            String note,
            String ownerFirst,
            String ownerLast,
            String ownerLan,
            String tableName,
            Date theDate)
Normal Constructor

Parameters:
id -
row -
note -
ownerFirst -
ownerLast -
ownerLan -
tableName -
theDate -
Method Detail

getID

public final int getID()
Returns:
the id

getNote

public final String getNote()
Returns:
the note

getOwnerFirst

public final String getOwnerFirst()
Returns:
the owner first name.

getOwnerLast

public final String getOwnerLast()
Returns:
the owner last name.

getOwnerLan

public final String getOwnerLan()
Returns:
the owner LAN ID.

getTableName

public final String getTableName()
Returns:
the tableName

getRow

public final int getRow()
Returns:
the row

getTheDate

public final Date getTheDate()
Returns:
the theDate

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object