Class Client

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

public class Client extends Object
Provide a Client value object class.
Since:
23.4.0
  • 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.