Package com.skava.foundation.dto
Class BaseAdminDTO
java.lang.Object
com.skava.foundation.dto.BaseAdminDTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TemplatePropertyDTO
Defines the base admin DTO model
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCreatedBy
(String createdBy) It updates the created by and updated by fields
-
Constructor Details
-
BaseAdminDTO
public BaseAdminDTO()
-
-
Method Details
-
setCreatedBy
It updates the created by and updated by fields- Parameters:
createdBy
- user id to specify the createdBy.
-