java.lang.Object
es.kukenan.smartfi.microservice.communication.repository.entity.MobileOperationSystem
All Implemented Interfaces:
Serializable

@Entity public class MobileOperationSystem extends Object implements Serializable
Mobile Operation System database entity.
See Also:
  • Field Details

    • id

      private int id
      Mobile OS identifier.
    • name

      @NotBlank @Size(max=255) private @NotBlank @Size(max=255) String name
      Mobile OS name.
    • description

      @NotBlank @Size(max=255) private @NotBlank @Size(max=255) String description
      Mobile OS description.
  • Constructor Details

    • MobileOperationSystem

      public MobileOperationSystem()