Package org.dspace.alerts
Class SystemWideAlert_
- java.lang.Object
-
- org.dspace.alerts.SystemWideAlert_
-
@Generated("org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class SystemWideAlert_ extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<SystemWideAlert,Boolean>activestatic StringACTIVEstatic StringALERT_IDstatic javax.persistence.metamodel.SingularAttribute<SystemWideAlert,Integer>alertIdstatic StringALLOW_SESSIONSstatic javax.persistence.metamodel.SingularAttribute<SystemWideAlert,String>allowSessionsstatic StringCOUNTDOWN_TOstatic javax.persistence.metamodel.SingularAttribute<SystemWideAlert,Date>countdownTostatic javax.persistence.metamodel.SingularAttribute<SystemWideAlert,String>messagestatic StringMESSAGE
-
Constructor Summary
Constructors Constructor Description SystemWideAlert_()
-
-
-
Field Detail
-
countdownTo
public static volatile javax.persistence.metamodel.SingularAttribute<SystemWideAlert,Date> countdownTo
-
allowSessions
public static volatile javax.persistence.metamodel.SingularAttribute<SystemWideAlert,String> allowSessions
-
active
public static volatile javax.persistence.metamodel.SingularAttribute<SystemWideAlert,Boolean> active
-
alertId
public static volatile javax.persistence.metamodel.SingularAttribute<SystemWideAlert,Integer> alertId
-
message
public static volatile javax.persistence.metamodel.SingularAttribute<SystemWideAlert,String> message
-
COUNTDOWN_TO
public static final String COUNTDOWN_TO
- See Also:
- Constant Field Values
-
ALLOW_SESSIONS
public static final String ALLOW_SESSIONS
- See Also:
- Constant Field Values
-
ACTIVE
public static final String ACTIVE
- See Also:
- Constant Field Values
-
ALERT_ID
public static final String ALERT_ID
- See Also:
- Constant Field Values
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
-