Package org.dspace.harvest
Class HarvestedCollection_
- java.lang.Object
-
- org.dspace.harvest.HarvestedCollection_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class HarvestedCollection_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Collection>collectionstatic StringCOLLECTIONstatic StringHARVEST_MESSAGEstatic StringHARVEST_START_TIMEstatic StringHARVEST_STATUSstatic StringHARVEST_TYPEstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String>harvestMessagestatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Date>harvestStartTimestatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Integer>harvestStatusstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Integer>harvestTypestatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Integer>idstatic StringIDstatic StringLAST_HARVESTEDstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Date>lastHarvestedstatic StringMETADATA_CONFIG_IDstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String>metadataConfigIdstatic StringOAI_SET_IDstatic StringOAI_SOURCEstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String>oaiSetIdstatic javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String>oaiSource
-
Constructor Summary
Constructors Constructor Description HarvestedCollection_()
-
-
-
Field Detail
-
lastHarvested
public static volatile javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Date> lastHarvested
-
oaiSource
public static volatile javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String> oaiSource
-
harvestStatus
public static volatile javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Integer> harvestStatus
-
metadataConfigId
public static volatile javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String> metadataConfigId
-
harvestMessage
public static volatile javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String> harvestMessage
-
harvestStartTime
public static volatile javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Date> harvestStartTime
-
id
public static volatile javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Integer> id
-
collection
public static volatile javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Collection> collection
-
oaiSetId
public static volatile javax.persistence.metamodel.SingularAttribute<HarvestedCollection,String> oaiSetId
-
harvestType
public static volatile javax.persistence.metamodel.SingularAttribute<HarvestedCollection,Integer> harvestType
-
LAST_HARVESTED
public static final String LAST_HARVESTED
- See Also:
- Constant Field Values
-
OAI_SOURCE
public static final String OAI_SOURCE
- See Also:
- Constant Field Values
-
HARVEST_STATUS
public static final String HARVEST_STATUS
- See Also:
- Constant Field Values
-
METADATA_CONFIG_ID
public static final String METADATA_CONFIG_ID
- See Also:
- Constant Field Values
-
HARVEST_MESSAGE
public static final String HARVEST_MESSAGE
- See Also:
- Constant Field Values
-
HARVEST_START_TIME
public static final String HARVEST_START_TIME
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
COLLECTION
public static final String COLLECTION
- See Also:
- Constant Field Values
-
OAI_SET_ID
public static final String OAI_SET_ID
- See Also:
- Constant Field Values
-
HARVEST_TYPE
public static final String HARVEST_TYPE
- See Also:
- Constant Field Values
-
-