Class QueryDto

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

public class QueryDto extends com.abavilla.fpi.fw.dto.AbsDto
Data transfer object used for Load Queries
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

    • QueryDto

      public QueryDto()