
org.dspace.checker.ChecksumResult_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dspace-api Show documentation
Show all versions of dspace-api Show documentation
DSpace core data model and service APIs.
The newest version!
package org.dspace.checker;
import jakarta.annotation.Generated;
import jakarta.persistence.metamodel.EntityType;
import jakarta.persistence.metamodel.SingularAttribute;
import jakarta.persistence.metamodel.StaticMetamodel;
@StaticMetamodel(ChecksumResult.class)
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
public abstract class ChecksumResult_ {
/**
* @see org.dspace.checker.ChecksumResult#resultCode
**/
public static volatile SingularAttribute resultCode;
/**
* @see org.dspace.checker.ChecksumResult#resultDescription
**/
public static volatile SingularAttribute resultDescription;
/**
* @see org.dspace.checker.ChecksumResult
**/
public static volatile EntityType class_;
public static final String RESULT_CODE = "resultCode";
public static final String RESULT_DESCRIPTION = "resultDescription";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy