bioroot
Class CellTypeBean
java.lang.Object
bioroot.CellTypeBean
- public class CellTypeBean
- extends java.lang.Object
- Author:
- nix
Class to hold information about a Cell Type, used by Strain DB's.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CellTypeBean
public CellTypeBean()
CellTypeBean
public CellTypeBean(int id,
DBUtil bioRoot)
fetchHTMLTableRow
public java.lang.String fetchHTMLTableRow()
submitNew
public boolean submitNew(DBUtil bioRoot,
UserBean user)
updateOld
public boolean updateOld(DBUtil bioRoot,
UserBean user)
getEditHistory
public java.lang.String getEditHistory()
getId
public int getId()
getMessages
public java.lang.String getMessages()
getName
public java.lang.String getName()
getNotes
public java.lang.String getNotes()
setEditHistory
public void setEditHistory(java.lang.String string)
setId
public void setId(int i)
setMessages
public void setMessages(java.lang.String string)
setName
public void setName(java.lang.String string)
setNotes
public void setNotes(java.lang.String string)
isComplete
public boolean isComplete()
setComplete
public void setComplete(boolean b)
getLabGroupId
public int getLabGroupId()