Class SqlComponentObject

java.lang.Object
org.cxbox.api.data.dto.DataResponseDTO
org.cxbox.sqlbc.crudma.SqlComponentObject
All Implemented Interfaces:
Serializable, org.cxbox.api.data.dto.CheckedDto, org.cxbox.api.data.IDataContainer<org.cxbox.api.data.dto.DataResponseDTO>

public class SqlComponentObject extends org.cxbox.api.data.dto.DataResponseDTO
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.cxbox.api.data.dto.DataResponseDTO

    org.cxbox.api.data.dto.DataResponseDTO.DataResponseDTOBuilder<C extends org.cxbox.api.data.dto.DataResponseDTO,B extends org.cxbox.api.data.dto.DataResponseDTO.DataResponseDTOBuilder<C,B>>
  • Field Summary

    Fields inherited from class org.cxbox.api.data.dto.DataResponseDTO

    changedFields, errors, id, vstamp
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String fieldName)
     
    org.springframework.cglib.beans.BeanMap
     
    static boolean
    isIdField(String fieldName)
     
    void
    set(String fieldName, Object value)
     

    Methods inherited from class org.cxbox.api.data.dto.DataResponseDTO

    addChangedField, addChangedField, addComputedField, getChangedFields, getComputedFields, getErrors, getId, getSerializableFields, getVstamp, hasChangedFields, isFieldChanged, isFieldChanged, isFieldComputed, isFieldSerializable, setChangedFields, setComputedFields, setErrors, setId, setSerializableFields, setVstamp, transformData

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SqlComponentObject

      public SqlComponentObject()
  • Method Details

    • isIdField

      public static boolean isIdField(String fieldName)
    • getFields

      public org.springframework.cglib.beans.BeanMap getFields()
    • get

      public Object get(String fieldName)
    • set

      public void set(String fieldName, Object value)