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 String
getAnnotation()
Exception
getError()
Date
getLastUpdate()
void
setAnnotation(String annotation)
void
setError(Exception error)
void
setLastUpdate(Date lastUpdate)
String
toString()
-