Class FactorValueMigratorService.MigrationResult
java.lang.Object
ubic.gemma.persistence.service.expression.experiment.FactorValueMigratorService.MigrationResult
- Enclosing interface:
FactorValueMigratorService
-
Constructor Summary
ConstructorsConstructorDescriptionMigrationResult(Long factorValueId, Statement statement, boolean created) Creates a newMigrationResultinstance. -
Method Summary
-
Constructor Details
-
MigrationResult
Creates a newMigrationResultinstance.- Parameters:
factorValueId-statement-created- Indicate if the statement was created as part of the migration or simply updated.
-
-
Method Details
-
getFactorValueId
-
getStatement
-
isCreated
public boolean isCreated()Indicate if the statement was created as part of the migration or simply updated. -
equals
-
hashCode
public int hashCode() -
toString
-