edu.mayo.bsi.ngsportal.shared
Class Note
java.lang.Object
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
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 -
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