Class QueryRespDto

java.lang.Object
com.abavilla.fpi.fw.dto.AbsDto
com.abavilla.fpi.load.ext.dto.QueryRespDto
All Implemented Interfaces:
com.abavilla.fpi.fw.dto.IDto, Serializable

public class QueryRespDto extends com.abavilla.fpi.fw.dto.AbsDto
Data transfer object containing the response for the load query request
Author:
Vince Villamora
See Also:
  • Field Summary

    Fields inherited from class com.abavilla.fpi.fw.dto.AbsDto

    dateCreated, dateUpdated, id
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.abavilla.fpi.fw.dto.AbsDto

    canEqual, chainEx, equals, getDateCreated, getDateUpdated, getExceptions, getId, getLastEx, hashCode, setDateCreated, setDateUpdated, setExceptions, setId, toJson, toJsonStr, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • QueryRespDto

      public QueryRespDto()