Class FactorValueMigratorService.MigrationResult

java.lang.Object
ubic.gemma.persistence.service.expression.experiment.FactorValueMigratorService.MigrationResult
Enclosing interface:
FactorValueMigratorService

public static final class FactorValueMigratorService.MigrationResult extends Object
  • Constructor Details

    • MigrationResult

      public MigrationResult(Long factorValueId, Statement statement, boolean created)
      Creates a new MigrationResult instance.
      Parameters:
      factorValueId -
      statement -
      created - Indicate if the statement was created as part of the migration or simply updated.
  • Method Details

    • getFactorValueId

      public Long getFactorValueId()
    • getStatement

      public Statement getStatement()
    • isCreated

      public boolean isCreated()
      Indicate if the statement was created as part of the migration or simply updated.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object