Class _ClientKeystore

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

    public abstract class _ClientKeystore
    extends BaseEntity

    Provides the _ClientKeystore 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_KEYSTORE_OID_PK_COLUMN
      Provides the 'client_keystore_oid' primary key database column name.
      static String CLIENT_PROPERTY
      Provides the 'client' relationship name.
      static org.apache.cayenne.exp.Property<Date> CREATED_AT
      Provides the 'CREATED_AT' property.
      static String CREATED_AT_PROPERTY
      Provides the 'createdAt' property name.
      static org.apache.cayenne.exp.Property<String> CREATED_BY
      Provides the 'CREATED_BY' property.
      static String CREATED_BY_PROPERTY
      Provides the 'createdBy' property name.
      static org.apache.cayenne.exp.Property<byte[]> KEYSTORE_DATA
      Provides the 'KEYSTORE_DATA' property.
      static String KEYSTORE_DATA_PROPERTY
      Provides the 'keystoreData' property name.
      static org.apache.cayenne.exp.Property<String> KEYSTORE_MODE
      Provides the 'KEYSTORE_MODE' property.
      static String KEYSTORE_MODE_PROPERTY
      Provides the 'keystoreMode' property name.
      static org.apache.cayenne.exp.Property<List<Submission>> SUBMISSIONS
      Provides the 'SUBMISSIONS' property.
      static String SUBMISSIONS_PROPERTY
      Provides the 'submissions' relationship 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
    • Constructor Summary

      Constructors 
      Constructor Description
      _ClientKeystore()  
    • Field Detail

      • 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
      • KEYSTORE_DATA_PROPERTY

        public static final String KEYSTORE_DATA_PROPERTY
        Provides the 'keystoreData' property name.
        See Also:
        Constant Field Values
      • KEYSTORE_MODE_PROPERTY

        public static final String KEYSTORE_MODE_PROPERTY
        Provides the 'keystoreMode' property name.
        See Also:
        Constant Field Values
      • SUBMISSIONS_PROPERTY

        public static final String SUBMISSIONS_PROPERTY
        Provides the 'submissions' relationship name.
        See Also:
        Constant Field Values
      • CLIENT_KEYSTORE_OID_PK_COLUMN

        public static final String CLIENT_KEYSTORE_OID_PK_COLUMN
        Provides the 'client_keystore_oid' primary key database column name.
        See Also:
        Constant Field Values
      • 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.
      • KEYSTORE_DATA

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

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

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

        public static final org.apache.cayenne.exp.Property<List<Submission>> SUBMISSIONS
        Provides the 'SUBMISSIONS' property.
    • Constructor Detail

      • _ClientKeystore

        public _ClientKeystore()
    • Method Detail

      • 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
      • setKeystoreData

        public void setKeystoreData​(byte[] keystoreData)
        Set the keystoreData value.
        Parameters:
        keystoreData - the keystoreData value to set
      • getKeystoreData

        public byte[] getKeystoreData()
        Return the keystoreData value.
        Returns:
        keystoreData the keystoreData value
      • setKeystoreMode

        public void setKeystoreMode​(String keystoreMode)
        Set the keystoreMode value.
        Parameters:
        keystoreMode - the keystoreMode value to set
      • getKeystoreMode

        public String getKeystoreMode()
        Return the keystoreMode value.
        Returns:
        keystoreMode the keystoreMode 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
      • addToSubmissions

        public void addToSubmissions​(Submission obj)
        Add the Submissions object.
        Parameters:
        obj - the submissions value to add
      • removeFromSubmissions

        public void removeFromSubmissions​(Submission obj)
        Remove the Submissions object.
        Parameters:
        obj - the submissions value to remove
      • getSubmissions

        public List<Submission> getSubmissions()
        Return the Submissions.
        Returns:
        submissions value