Class _VersionAttachment

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

    public abstract class _VersionAttachment
    extends BaseEntity

    Provides the _VersionAttachment 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

      • DESCRIPTION_PROPERTY

        public static final String DESCRIPTION_PROPERTY
        Provides the 'description' property name.
        See Also:
        Constant Field Values
      • DOCUMENT_TYPE_CODE_PROPERTY

        public static final String DOCUMENT_TYPE_CODE_PROPERTY
        Provides the 'documentTypeCode' property name.
        See Also:
        Constant Field Values
      • FILE_TYPES_PROPERTY

        public static final String FILE_TYPES_PROPERTY
        Provides the 'fileTypes' property name.
        See Also:
        Constant Field Values
      • MAX_NUMBER_PROPERTY

        public static final String MAX_NUMBER_PROPERTY
        Provides the 'maxNumber' property name.
        See Also:
        Constant Field Values
      • MAX_RESOLUTION_PROPERTY

        public static final String MAX_RESOLUTION_PROPERTY
        Provides the 'maxResolution' property name.
        See Also:
        Constant Field Values
      • MAX_SIZE_PROPERTY

        public static final String MAX_SIZE_PROPERTY
        Provides the 'maxSize' property name.
        See Also:
        Constant Field Values
      • REQUIRED_FLAG_PROPERTY

        public static final String REQUIRED_FLAG_PROPERTY
        Provides the 'requiredFlag' property name.
        See Also:
        Constant Field Values
      • SUBMIT_METHOD_PROPERTY

        public static final String SUBMIT_METHOD_PROPERTY
        Provides the 'submitMethod' property name.
        See Also:
        Constant Field Values
      • DOCUMENT_TYPE_PROPERTY

        public static final String DOCUMENT_TYPE_PROPERTY
        Provides the 'documentType' relationship name.
        See Also:
        Constant Field Values
      • TEMPLATE_VERSION_PROPERTY

        public static final String TEMPLATE_VERSION_PROPERTY
        Provides the 'templateVersion' relationship name.
        See Also:
        Constant Field Values
      • VERSION_ATTACHMENT_OID_PK_COLUMN

        public static final String VERSION_ATTACHMENT_OID_PK_COLUMN
        Provides the 'version_attachment_oid' primary key database column name.
        See Also:
        Constant Field Values
      • DESCRIPTION

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

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<Boolean> REQUIRED_FLAG
        Provides the 'REQUIRED_FLAG' property.
      • SUBMIT_METHOD

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

        public static final org.apache.cayenne.exp.Property<DocumentType> DOCUMENT_TYPE
        Provides the 'DOCUMENT_TYPE' property.
      • TEMPLATE_VERSION

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

      • _VersionAttachment

        public _VersionAttachment()
    • Method Detail

      • setDescription

        public void setDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
      • getDescription

        public String getDescription()
        Return the description value.
        Returns:
        description the description value
      • setDocumentTypeCode

        public void setDocumentTypeCode​(String documentTypeCode)
        Set the documentTypeCode value.
        Parameters:
        documentTypeCode - the documentTypeCode value to set
      • getDocumentTypeCode

        public String getDocumentTypeCode()
        Return the documentTypeCode value.
        Returns:
        documentTypeCode the documentTypeCode value
      • setFileTypes

        public void setFileTypes​(String fileTypes)
        Set the fileTypes value.
        Parameters:
        fileTypes - the fileTypes value to set
      • getFileTypes

        public String getFileTypes()
        Return the fileTypes value.
        Returns:
        fileTypes the fileTypes value
      • setMaxNumber

        public void setMaxNumber​(Integer maxNumber)
        Set the maxNumber value.
        Parameters:
        maxNumber - the maxNumber value to set
      • getMaxNumber

        public Integer getMaxNumber()
        Return the maxNumber value.
        Returns:
        maxNumber the maxNumber value
      • setMaxResolution

        public void setMaxResolution​(Integer maxResolution)
        Set the maxResolution value.
        Parameters:
        maxResolution - the maxResolution value to set
      • getMaxResolution

        public Integer getMaxResolution()
        Return the maxResolution value.
        Returns:
        maxResolution the maxResolution value
      • setMaxSize

        public void setMaxSize​(Integer maxSize)
        Set the maxSize value.
        Parameters:
        maxSize - the maxSize value to set
      • getMaxSize

        public Integer getMaxSize()
        Return the maxSize value.
        Returns:
        maxSize the maxSize 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
      • setRequiredFlag

        public void setRequiredFlag​(boolean requiredFlag)
        Set the requiredFlag value.
        Parameters:
        requiredFlag - the requiredFlag value to set
      • isRequiredFlag

        public boolean isRequiredFlag()
        Return the requiredFlag value.
        Returns:
        requiredFlag the requiredFlag value
      • setSubmitMethod

        public void setSubmitMethod​(String submitMethod)
        Set the submitMethod value.
        Parameters:
        submitMethod - the submitMethod value to set
      • getSubmitMethod

        public String getSubmitMethod()
        Return the submitMethod value.
        Returns:
        submitMethod the submitMethod value
      • setDocumentType

        public void setDocumentType​(DocumentType documentType)
        Set the DocumentType.
        Parameters:
        documentType - the documentType value to set
      • getDocumentType

        public DocumentType getDocumentType()
        Return the DocumentType.
        Returns:
        the documentType value
      • setTemplateVersion

        public void setTemplateVersion​(TemplateVersion templateVersion)
        Set the TemplateVersion.
        Parameters:
        templateVersion - the templateVersion value to set
      • getTemplateVersion

        public TemplateVersion getTemplateVersion()
        Return the TemplateVersion.
        Returns:
        the templateVersion value