Class Client

java.lang.Object
com.avoka.tm.vo.Client

public class Client extends Object
Provide a Client value object class.
Since:
22.10.4
  • Constructor Details

    • Client

      public Client()
    • Client

      public Client(com.avoka.fc.core.entity.Client client)
      Create a Client value object with the given client entity parameter.
      Parameters:
      client - the client entity parameter (required)
    • Client

      public Client(Map fields)
      Create a unit testing Client value object with the given fields.
      Parameters:
      fields - the client entity fields (required)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      a string representation of the object.
    • getId

      public Long getId()
      The client id (PK).
    • getClientCode

      public String getClientCode()
      The client Code.
    • getClientKey

      public String getClientKey()
      The client Key.
    • getClientName

      public String getClientName()
      The client Name.
    • getSpaceNames

      public Set<String> getSpaceNames()
      The client form space names.
      Since:
      23.10.0
    • getStatus

      public String getStatus()
      The client status.
      Since:
      23.10.0
    • getDescription

      public String getDescription()
      The client description.
      Since:
      23.10.0
    • getEmailService

      public String getEmailService()
      The client emailService.
      Since:
      23.10.0