java.lang.Object
es.kukenan.smartfi.microservice.communication.repository.entity.Company
- All Implemented Interfaces:
Serializable
Company database entity.
- See Also:
-
-
Field Summary
Fields
private @NotBlank @Size(max=45) String
private int
private @NotBlank @Size(max=45) 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
Company identifier.
-
name
@NotBlank
@Size(max=45)
private @NotBlank @Size(max=45) String name
Company name.
-
description
@NotBlank
@Size(max=45)
private @NotBlank @Size(max=45) String description
Company description.
-