Package com.avoka.tm.vo
Class Client
java.lang.Object
com.avoka.tm.vo.Client
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
Create a unit testing Client value object with the given fields.- Parameters:
fields
- the client entity fields (required)
-
-
Method Details
-
toString
-
getId
The client id (PK). -
getClientCode
The client Code. -
getClientKey
The client Key. -
getClientName
The client Name. -
getSpaceNames
The client form space names.- Since:
- 23.10.0
-
getStatus
The client status.- Since:
- 23.10.0
-
getDescription
The client description.- Since:
- 23.10.0
-
getEmailService
The client emailService.- Since:
- 23.10.0
-