Class _ClientReconciliationFile

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

    public abstract class _ClientReconciliationFile
    extends BaseEntity

    Provides the _ClientReconciliationFile 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 Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.cayenne.exp.Property<Client> CLIENT
      Provides the 'CLIENT' property.
      static String CLIENT_PROPERTY
      Provides the 'client' relationship name.
      static String CLIENT_RECONCILIATION_FILE_OID_PK_COLUMN
      Provides the 'client_reconciliation_file_oid' primary key database column name.
      static org.apache.cayenne.exp.Property<Date> CREATION_TIME
      Provides the 'CREATION_TIME' property.
      static String CREATION_TIME_PROPERTY
      Provides the 'creationTime' property name.
      static org.apache.cayenne.exp.Property<byte[]> FILE_DATA
      Provides the 'FILE_DATA' property.
      static String FILE_DATA_PROPERTY
      Provides the 'fileData' property name.
      static org.apache.cayenne.exp.Property<String> FILE_NAME
      Provides the 'FILE_NAME' property.
      static String FILE_NAME_PROPERTY
      Provides the 'fileName' property name.
      static org.apache.cayenne.exp.Property<Date> RECONCILIATION_TIME
      Provides the 'RECONCILIATION_TIME' property.
      static String RECONCILIATION_TIME_PROPERTY
      Provides the 'reconciliationTime' property name.
      • Fields inherited from class org.apache.cayenne.CayenneDataObject

        values
      • Fields inherited from class org.apache.cayenne.BaseDataObject

        snapshotVersion
      • Fields inherited from class org.apache.cayenne.PersistentObject

        objectContext, objectId, persistenceState
      • Fields inherited from interface org.apache.cayenne.DataObject

        DEFAULT_VERSION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Client getClient()
      Return the Client.
      Date getCreationTime()
      Return the creationTime value.
      byte[] getFileData()
      Return the fileData value.
      String getFileName()
      Return the fileName value.
      Date getReconciliationTime()
      Return the reconciliationTime value.
      void setClient​(Client client)
      Set the Client.
      void setCreationTime​(Date creationTime)
      Set the creationTime value.
      void setFileData​(byte[] fileData)
      Set the fileData value.
      void setFileName​(String fileName)
      Set the fileName value.
      void setReconciliationTime​(Date reconciliationTime)
      Set the reconciliationTime value.
      • Methods inherited from class org.apache.cayenne.CayenneDataObject

        makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
      • Methods inherited from class org.apache.cayenne.BaseDataObject

        addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
      • Methods inherited from class org.apache.cayenne.PersistentObject

        getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
      • Methods inherited from interface org.apache.cayenne.Persistent

        getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
    • Field Detail

      • CREATION_TIME_PROPERTY

        public static final String CREATION_TIME_PROPERTY
        Provides the 'creationTime' property name.
        See Also:
        Constant Field Values
      • FILE_DATA_PROPERTY

        public static final String FILE_DATA_PROPERTY
        Provides the 'fileData' property name.
        See Also:
        Constant Field Values
      • FILE_NAME_PROPERTY

        public static final String FILE_NAME_PROPERTY
        Provides the 'fileName' property name.
        See Also:
        Constant Field Values
      • RECONCILIATION_TIME_PROPERTY

        public static final String RECONCILIATION_TIME_PROPERTY
        Provides the 'reconciliationTime' property name.
        See Also:
        Constant Field Values
      • CLIENT_RECONCILIATION_FILE_OID_PK_COLUMN

        public static final String CLIENT_RECONCILIATION_FILE_OID_PK_COLUMN
        Provides the 'client_reconciliation_file_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CREATION_TIME

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

        public static final org.apache.cayenne.exp.Property<byte[]> FILE_DATA
        Provides the 'FILE_DATA' property.
      • FILE_NAME

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

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

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

      • _ClientReconciliationFile

        public _ClientReconciliationFile()
    • Method Detail

      • setCreationTime

        public void setCreationTime​(Date creationTime)
        Set the creationTime value.
        Parameters:
        creationTime - the creationTime value to set
      • getCreationTime

        public Date getCreationTime()
        Return the creationTime value.
        Returns:
        creationTime the creationTime value
      • setFileData

        public void setFileData​(byte[] fileData)
        Set the fileData value.
        Parameters:
        fileData - the fileData value to set
      • getFileData

        public byte[] getFileData()
        Return the fileData value.
        Returns:
        fileData the fileData value
      • setFileName

        public void setFileName​(String fileName)
        Set the fileName value.
        Parameters:
        fileName - the fileName value to set
      • getFileName

        public String getFileName()
        Return the fileName value.
        Returns:
        fileName the fileName value
      • setReconciliationTime

        public void setReconciliationTime​(Date reconciliationTime)
        Set the reconciliationTime value.
        Parameters:
        reconciliationTime - the reconciliationTime value to set
      • getReconciliationTime

        public Date getReconciliationTime()
        Return the reconciliationTime value.
        Returns:
        reconciliationTime the reconciliationTime 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