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- 
Clientpublic Client()
- 
Clientpublic 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)
 
- 
ClientCreate a unit testing Client value object with the given fields.- Parameters:
- fields- the client entity fields (required)
 
 
- 
- 
Method Details