java.lang.Object
es.kukenan.smartfi.microservice.communication.repository.entity.NotificationStatus
- All Implemented Interfaces:
Serializable
Notification status database entity.
- See Also:
-
-
Field Summary
Fields
private @NotBlank @Size(max=45) String
Notification status description.
private int
Notification status identifier.
private @NotBlank @Size(max=45) String
Notification status name.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
private int id
Notification status identifier.
-
name
@NotBlank
@Size(max=45)
private @NotBlank @Size(max=45) String name
Notification status name.
-
description
@NotBlank
@Size(max=45)
private @NotBlank @Size(max=45) String description
Notification status description.
-
Constructor Details
-
NotificationStatus
public NotificationStatus()