Class WidgetDTO

java.lang.Object
org.cxbox.api.data.dto.DataResponseDTO
org.cxbox.meta.data.WidgetDTO
All Implemented Interfaces:
Serializable, org.cxbox.api.data.dto.CheckedDto, org.cxbox.api.data.IDataContainer<org.cxbox.api.data.dto.DataResponseDTO>, BcSource

public class WidgetDTO extends org.cxbox.api.data.dto.DataResponseDTO implements BcSource, Serializable
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

    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

    Methods inherited from interface org.cxbox.meta.data.BcSource

    getBcName, getUrl
  • Constructor Details

    • WidgetDTO

      public WidgetDTO()