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
FieldsModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<SystemWideAlert,Boolean> static final Stringstatic final Stringstatic javax.persistence.metamodel.SingularAttribute<SystemWideAlert,Integer> static final Stringstatic javax.persistence.metamodel.SingularAttribute<SystemWideAlert,String> static final Stringstatic javax.persistence.metamodel.SingularAttribute<SystemWideAlert,Date> static javax.persistence.metamodel.SingularAttribute<SystemWideAlert,String> static final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
- See Also:
-
ALLOW_SESSIONS
- See Also:
-
ACTIVE
- See Also:
-
ALERT_ID
- See Also:
-
MESSAGE
- See Also:
-
-
Constructor Details
-
SystemWideAlert_
public SystemWideAlert_()
-