public class Timeout extends DomainObject
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.
id
Constructor and Description |
---|
Timeout() |
Modifier and Type | Method and Description |
---|---|
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) |
getId
public boolean equals(Object o)
equals
in class DomainObject
public int hashCode()
hashCode
in class DomainObject
public int getEnzymeId()
public void setEnzymeId(int enzymeId)
public int getTimeoutId()
public void setTimeoutId(int timeoutId)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getDueDate()
public void setDueDate(Date dueDate)
Copyright © 2014 EMBL-EBI. All rights reserved.