All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dspace.checker.ChecksumResult_ Maven / Gradle / Ivy

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