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:
  • Constructor Details

    • Gene2CsStatus

      public Gene2CsStatus()
  • Method Details

    • getAnnotation

      public String getAnnotation()
    • setAnnotation

      public void setAnnotation(String annotation)
    • getError

      @Nullable public Exception getError()
    • setError

      public void setError(@Nullable Exception error)
    • getLastUpdate

      public Date getLastUpdate()
    • setLastUpdate

      public void setLastUpdate(Date lastUpdate)
    • toString

      public String toString()
      Overrides:
      toString in class Object