uk.ac.ebi.intenz.domain.history
Class Timeout
java.lang.Object
uk.ac.ebi.intenz.domain.DomainObject
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
Timeout
public Timeout()
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.