Class _ClientRefData

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    ClientRefData

    public abstract class _ClientRefData
    extends BaseEntity

    Provides the _ClientRefData database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • CACHE_TIMEOUT_PROPERTY

        public static final String CACHE_TIMEOUT_PROPERTY
        Provides the 'cacheTimeout' property name.
        See Also:
        Constant Field Values
      • CREATED_AT_PROPERTY

        public static final String CREATED_AT_PROPERTY
        Provides the 'createdAt' property name.
        See Also:
        Constant Field Values
      • CREATED_BY_PROPERTY

        public static final String CREATED_BY_PROPERTY
        Provides the 'createdBy' property name.
        See Also:
        Constant Field Values
      • DATA_FILE_NAME_PROPERTY

        public static final String DATA_FILE_NAME_PROPERTY
        Provides the 'dataFileName' property name.
        See Also:
        Constant Field Values
      • DATA_HASH_PROPERTY

        public static final String DATA_HASH_PROPERTY
        Provides the 'dataHash' property name.
        See Also:
        Constant Field Values
      • DATA_SIZE_PROPERTY

        public static final String DATA_SIZE_PROPERTY
        Provides the 'dataSize' property name.
        See Also:
        Constant Field Values
      • DATA_TYPE_PROPERTY

        public static final String DATA_TYPE_PROPERTY
        Provides the 'dataType' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_AT_PROPERTY

        public static final String LAST_MODIFIED_AT_PROPERTY
        Provides the 'lastModifiedAt' property name.
        See Also:
        Constant Field Values
      • LAST_MODIFIED_BY_PROPERTY

        public static final String LAST_MODIFIED_BY_PROPERTY
        Provides the 'lastModifiedBy' property name.
        See Also:
        Constant Field Values
      • CLIENT_REF_DATA_DATA_PROPERTY

        public static final String CLIENT_REF_DATA_DATA_PROPERTY
        Provides the 'clientRefDataData' relationship name.
        See Also:
        Constant Field Values
      • CLIENT_REF_DATA_OID_PK_COLUMN

        public static final String CLIENT_REF_DATA_OID_PK_COLUMN
        Provides the 'client_ref_data_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CACHE_TIMEOUT

        public static final org.apache.cayenne.exp.Property<Integer> CACHE_TIMEOUT
        Provides the 'CACHE_TIMEOUT' property.
      • CREATED_AT

        public static final org.apache.cayenne.exp.Property<Date> CREATED_AT
        Provides the 'CREATED_AT' property.
      • CREATED_BY

        public static final org.apache.cayenne.exp.Property<String> CREATED_BY
        Provides the 'CREATED_BY' property.
      • DATA_FILE_NAME

        public static final org.apache.cayenne.exp.Property<String> DATA_FILE_NAME
        Provides the 'DATA_FILE_NAME' property.
      • DATA_HASH

        public static final org.apache.cayenne.exp.Property<String> DATA_HASH
        Provides the 'DATA_HASH' property.
      • DATA_SIZE

        public static final org.apache.cayenne.exp.Property<Long> DATA_SIZE
        Provides the 'DATA_SIZE' property.
      • DATA_TYPE

        public static final org.apache.cayenne.exp.Property<String> DATA_TYPE
        Provides the 'DATA_TYPE' property.
      • LAST_MODIFIED_AT

        public static final org.apache.cayenne.exp.Property<Date> LAST_MODIFIED_AT
        Provides the 'LAST_MODIFIED_AT' property.
      • LAST_MODIFIED_BY

        public static final org.apache.cayenne.exp.Property<String> LAST_MODIFIED_BY
        Provides the 'LAST_MODIFIED_BY' property.
      • LOCALE

        public static final org.apache.cayenne.exp.Property<String> LOCALE
        Provides the 'LOCALE' property.
      • NAME

        public static final org.apache.cayenne.exp.Property<String> NAME
        Provides the 'NAME' property.
      • CLIENT

        public static final org.apache.cayenne.exp.Property<Client> CLIENT
        Provides the 'CLIENT' property.
      • CLIENT_REF_DATA_DATA

        public static final org.apache.cayenne.exp.Property<ClientRefDataData> CLIENT_REF_DATA_DATA
        Provides the 'CLIENT_REF_DATA_DATA' property.
    • Constructor Detail

      • _ClientRefData

        public _ClientRefData()
    • Method Detail

      • setCacheTimeout

        public void setCacheTimeout​(Integer cacheTimeout)
        Set the cacheTimeout value.
        Parameters:
        cacheTimeout - the cacheTimeout value to set
      • getCacheTimeout

        public Integer getCacheTimeout()
        Return the cacheTimeout value.
        Returns:
        cacheTimeout the cacheTimeout value
      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
        Set the createdAt value.
        Parameters:
        createdAt - the createdAt value to set
      • getCreatedAt

        public Date getCreatedAt()
        Return the createdAt value.
        Returns:
        createdAt the createdAt value
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Set the createdBy value.
        Parameters:
        createdBy - the createdBy value to set
      • getCreatedBy

        public String getCreatedBy()
        Return the createdBy value.
        Returns:
        createdBy the createdBy value
      • setDataFileName

        public void setDataFileName​(String dataFileName)
        Set the dataFileName value.
        Parameters:
        dataFileName - the dataFileName value to set
      • getDataFileName

        public String getDataFileName()
        Return the dataFileName value.
        Returns:
        dataFileName the dataFileName value
      • setDataHash

        public void setDataHash​(String dataHash)
        Set the dataHash value.
        Parameters:
        dataHash - the dataHash value to set
      • getDataHash

        public String getDataHash()
        Return the dataHash value.
        Returns:
        dataHash the dataHash value
      • setDataSize

        public void setDataSize​(Long dataSize)
        Set the dataSize value.
        Parameters:
        dataSize - the dataSize value to set
      • getDataSize

        public Long getDataSize()
        Return the dataSize value.
        Returns:
        dataSize the dataSize value
      • setDataType

        public void setDataType​(String dataType)
        Set the dataType value.
        Parameters:
        dataType - the dataType value to set
      • getDataType

        public String getDataType()
        Return the dataType value.
        Returns:
        dataType the dataType value
      • setLastModifiedAt

        public void setLastModifiedAt​(Date lastModifiedAt)
        Set the lastModifiedAt value.
        Parameters:
        lastModifiedAt - the lastModifiedAt value to set
      • getLastModifiedAt

        public Date getLastModifiedAt()
        Return the lastModifiedAt value.
        Returns:
        lastModifiedAt the lastModifiedAt value
      • setLastModifiedBy

        public void setLastModifiedBy​(String lastModifiedBy)
        Set the lastModifiedBy value.
        Parameters:
        lastModifiedBy - the lastModifiedBy value to set
      • getLastModifiedBy

        public String getLastModifiedBy()
        Return the lastModifiedBy value.
        Returns:
        lastModifiedBy the lastModifiedBy value
      • setLocale

        public void setLocale​(String locale)
        Set the locale value.
        Parameters:
        locale - the locale value to set
      • getLocale

        public String getLocale()
        Return the locale value.
        Returns:
        locale the locale value
      • setName

        public void setName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
      • getName

        public String getName()
        Return the name value.
        Returns:
        name the name value
      • setClient

        public void setClient​(Client client)
        Set the Client.
        Parameters:
        client - the client value to set
      • getClient

        public Client getClient()
        Return the Client.
        Returns:
        the client value
      • setClientRefDataData

        public void setClientRefDataData​(ClientRefDataData clientRefDataData)
        Set the ClientRefDataData.
        Parameters:
        clientRefDataData - the clientRefDataData value to set
      • getClientRefDataData

        public ClientRefDataData getClientRefDataData()
        Return the ClientRefDataData.
        Returns:
        the clientRefDataData value