Class _TransactionLookup

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

    public abstract class _TransactionLookup
    extends BaseEntity

    Provides the _TransactionLookup 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<String> CLIENT_CODE
      Provides the 'CLIENT_CODE' property.
      static String CLIENT_CODE_PROPERTY
      Provides the 'clientCode' property name.
      static org.apache.cayenne.exp.Property<Long> CLIENT_OID
      Provides the 'CLIENT_OID' property.
      static String CLIENT_OID_PROPERTY
      Provides the 'clientOid' property name.
      static org.apache.cayenne.exp.Property<String> FORM_CODE
      Provides the 'FORM_CODE' property.
      static String FORM_CODE_PROPERTY
      Provides the 'formCode' property name.
      static org.apache.cayenne.exp.Property<String> FORM_NAME
      Provides the 'FORM_NAME' property.
      static String FORM_NAME_PROPERTY
      Provides the 'formName' property name.
      static org.apache.cayenne.exp.Property<Long> FORM_OID
      Provides the 'FORM_OID' property.
      static String FORM_OID_PROPERTY
      Provides the 'formOid' property name.
      static String LOOKUP_OID_PK_COLUMN
      Provides the 'lookup_oid' primary key database column 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
      String getClientCode()
      Return the clientCode value.
      Long getClientOid()
      Return the clientOid value.
      String getFormCode()
      Return the formCode value.
      String getFormName()
      Return the formName value.
      Long getFormOid()
      Return the formOid value.
      void setClientCode​(String clientCode)
      Set the clientCode value.
      void setClientOid​(Long clientOid)
      Set the clientOid value.
      void setFormCode​(String formCode)
      Set the formCode value.
      void setFormName​(String formName)
      Set the formName value.
      void setFormOid​(Long formOid)
      Set the formOid 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

      • CLIENT_CODE_PROPERTY

        public static final String CLIENT_CODE_PROPERTY
        Provides the 'clientCode' property name.
        See Also:
        Constant Field Values
      • CLIENT_OID_PROPERTY

        public static final String CLIENT_OID_PROPERTY
        Provides the 'clientOid' property name.
        See Also:
        Constant Field Values
      • FORM_CODE_PROPERTY

        public static final String FORM_CODE_PROPERTY
        Provides the 'formCode' property name.
        See Also:
        Constant Field Values
      • FORM_NAME_PROPERTY

        public static final String FORM_NAME_PROPERTY
        Provides the 'formName' property name.
        See Also:
        Constant Field Values
      • FORM_OID_PROPERTY

        public static final String FORM_OID_PROPERTY
        Provides the 'formOid' property name.
        See Also:
        Constant Field Values
      • LOOKUP_OID_PK_COLUMN

        public static final String LOOKUP_OID_PK_COLUMN
        Provides the 'lookup_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CLIENT_CODE

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

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

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

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

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

      • _TransactionLookup

        public _TransactionLookup()
    • Method Detail

      • setClientCode

        public void setClientCode​(String clientCode)
        Set the clientCode value.
        Parameters:
        clientCode - the clientCode value to set
      • getClientCode

        public String getClientCode()
        Return the clientCode value.
        Returns:
        clientCode the clientCode value
      • setClientOid

        public void setClientOid​(Long clientOid)
        Set the clientOid value.
        Parameters:
        clientOid - the clientOid value to set
      • getClientOid

        public Long getClientOid()
        Return the clientOid value.
        Returns:
        clientOid the clientOid value
      • setFormCode

        public void setFormCode​(String formCode)
        Set the formCode value.
        Parameters:
        formCode - the formCode value to set
      • getFormCode

        public String getFormCode()
        Return the formCode value.
        Returns:
        formCode the formCode value
      • setFormName

        public void setFormName​(String formName)
        Set the formName value.
        Parameters:
        formName - the formName value to set
      • getFormName

        public String getFormName()
        Return the formName value.
        Returns:
        formName the formName value
      • setFormOid

        public void setFormOid​(Long formOid)
        Set the formOid value.
        Parameters:
        formOid - the formOid value to set
      • getFormOid

        public Long getFormOid()
        Return the formOid value.
        Returns:
        formOid the formOid value