edu.mayo.bsi.ngsportal.shared
Class ProjectInfo

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

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

JavaBean passed between GWT RPC calls. It encapsulates information about a project.

Author:
duffp

Constructor Summary
ProjectInfo()
           
 
Method Summary
 int getId()
           
 Integer getLeadContactID()
           
 String getName()
           
 String getNotes()
           
 Integer getPIContactID()
           
 Integer getSpecContactID()
           
 boolean isReanalysis()
           
 void setId(int id)
           
 void setLeadContactID(Integer leadContactID)
           
 void setName(String name)
           
 void setNotes(String notes)
           
 void setPIContactID(Integer piContactID)
           
 void setReanalysis(boolean isReanalysis)
           
 void setSpecContactID(Integer specContactID)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectInfo

public ProjectInfo()
Method Detail

getNotes

public String getNotes()

setNotes

public void setNotes(String notes)

getId

public int getId()

setId

public void setId(int id)

getName

public String getName()

setName

public void setName(String name)

getLeadContactID

public Integer getLeadContactID()

setLeadContactID

public void setLeadContactID(Integer leadContactID)

getSpecContactID

public Integer getSpecContactID()

setSpecContactID

public void setSpecContactID(Integer specContactID)

getPIContactID

public Integer getPIContactID()

setPIContactID

public void setPIContactID(Integer piContactID)

isReanalysis

public boolean isReanalysis()
Returns:
the isReanalysis

setReanalysis

public void setReanalysis(boolean isReanalysis)
Parameters:
isReanalysis - the isReanalysis to set