public class Timeout extends DomainObject
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.