java.lang.Object
es.kukenan.smartfi.microservice.communication.repository.entity.Receiver
- All Implemented Interfaces:
Serializable
Receiver database entity.
- See Also:
-
-
Field Summary
Fields
private @NotBlank @Email @Size(max=255) String
private int
private @NotBlank @Size(max=45) String
private @NotBlank @Size(max=20) String
-
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
Receiver identifier.
-
name
@NotBlank
@Size(max=45)
private @NotBlank @Size(max=45) String name
Receiver name.
-
email
@NotBlank
@Email
@Size(max=255)
private @NotBlank @Email @Size(max=255) String email
Receiver email.
-
phone
@NotBlank
@Size(max=20)
private @NotBlank @Size(max=20) String phone
Receiver phone.
-
Constructor Details
-
Receiver
public Receiver()