Class MigrationModelEntity

java.lang.Object
org.keycloak.models.jpa.entities.MigrationModelEntity

@Entity public class MigrationModelEntity extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

  • Constructor Details

    • MigrationModelEntity

      public MigrationModelEntity()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getUpdateTime

      public long getUpdateTime()
    • setUpdatedTime

      public void setUpdatedTime(long updatedTime)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object