uk.ac.ebi.intenz.domain.history
Class Timeout

java.lang.Object
  extended by uk.ac.ebi.intenz.domain.DomainObject
      extended by uk.ac.ebi.intenz.domain.history.Timeout

public class Timeout
extends DomainObject

This class stores information about the timeout related to a future event.

A timeout defines when an automatic upgrade of a suggested or proposed enzyme will be made w/o asking for permission. This system is not activated at the moment.

Version:
$Revision: 1.2 $ $Date: 2008/01/28 12:33:04 $
Author:
Michael Darsow

Field Summary
 
Fields inherited from class uk.ac.ebi.intenz.domain.DomainObject
id
 
Constructor Summary
Timeout()
           
 
Method Summary
 boolean equals(Object o)
           
 Date getDueDate()
           
 int getEnzymeId()
           
 Date getStartDate()
           
 int getTimeoutId()
           
 int hashCode()
           
 void setDueDate(Date dueDate)
           
 void setEnzymeId(int enzymeId)
           
 void setStartDate(Date startDate)
           
 void setTimeoutId(int timeoutId)
           
 
Methods inherited from class uk.ac.ebi.intenz.domain.DomainObject
getId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timeout

public Timeout()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class DomainObject

hashCode

public int hashCode()
Overrides:
hashCode in class DomainObject

getEnzymeId

public int getEnzymeId()

setEnzymeId

public void setEnzymeId(int enzymeId)

getTimeoutId

public int getTimeoutId()

setTimeoutId

public void setTimeoutId(int timeoutId)

getStartDate

public Date getStartDate()

setStartDate

public void setStartDate(Date startDate)

getDueDate

public Date getDueDate()

setDueDate

public void setDueDate(Date dueDate)


Copyright © 2013 EMBL-EBI. All Rights Reserved.