Class Gene2CsStatus
- java.lang.Object
-
- ubic.gemma.persistence.service.maintenance.Gene2CsStatus
-
- All Implemented Interfaces:
Serializable
public class Gene2CsStatus extends Object implements Serializable
Used to store information about what happened when the GENE2CS table was updated.- Author:
- paul
- See Also:
TableMaintenanceUtil, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Gene2CsStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnnotation()ExceptiongetError()DategetLastUpdate()voidsetAnnotation(String annotation)voidsetError(Exception error)voidsetLastUpdate(Date lastUpdate)StringtoString()
-