Class _TPac

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

    public abstract class _TPac
    extends BaseEntity

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

      • BUILD_NUMBER_PROPERTY

        public static final String BUILD_NUMBER_PROPERTY
        Provides the 'buildNumber' property name.
        See Also:
        Constant Field Values
      • BUILD_TIMESTAMP_PROPERTY

        public static final String BUILD_TIMESTAMP_PROPERTY
        Provides the 'buildTimestamp' property name.
        See Also:
        Constant Field Values
      • INSTALLED_BY_LOGIN_NAME_PROPERTY

        public static final String INSTALLED_BY_LOGIN_NAME_PROPERTY
        Provides the 'installedByLoginName' property name.
        See Also:
        Constant Field Values
      • INSTALLED_TIMESTAMP_PROPERTY

        public static final String INSTALLED_TIMESTAMP_PROPERTY
        Provides the 'installedTimestamp' property name.
        See Also:
        Constant Field Values
      • MAESTRO_MIN_VERSION_PROPERTY

        public static final String MAESTRO_MIN_VERSION_PROPERTY
        Provides the 'maestroMinVersion' property name.
        See Also:
        Constant Field Values
      • MANIFEST_PROPERTY

        public static final String MANIFEST_PROPERTY
        Provides the 'manifest' property name.
        See Also:
        Constant Field Values
      • PACKAGE_NAME_PROPERTY

        public static final String PACKAGE_NAME_PROPERTY
        Provides the 'packageName' property name.
        See Also:
        Constant Field Values
      • PROJECT_CODE_PROPERTY

        public static final String PROJECT_CODE_PROPERTY
        Provides the 'projectCode' property name.
        See Also:
        Constant Field Values
      • PROJECT_NAME_PROPERTY

        public static final String PROJECT_NAME_PROPERTY
        Provides the 'projectName' property name.
        See Also:
        Constant Field Values
      • PROVIDER_NAME_PROPERTY

        public static final String PROVIDER_NAME_PROPERTY
        Provides the 'providerName' property name.
        See Also:
        Constant Field Values
      • SDK_VERSION_PROPERTY

        public static final String SDK_VERSION_PROPERTY
        Provides the 'sdkVersion' property name.
        See Also:
        Constant Field Values
      • TM_MIN_VERSION_PROPERTY

        public static final String TM_MIN_VERSION_PROPERTY
        Provides the 'tmMinVersion' property name.
        See Also:
        Constant Field Values
      • INSTALLED_BY_USER_PROPERTY

        public static final String INSTALLED_BY_USER_PROPERTY
        Provides the 'installedByUser' relationship name.
        See Also:
        Constant Field Values
      • TPAC_DATA_PROPERTY

        public static final String TPAC_DATA_PROPERTY
        Provides the 'tpacData' relationship name.
        See Also:
        Constant Field Values
      • TPAC_OID_PK_COLUMN

        public static final String TPAC_OID_PK_COLUMN
        Provides the 'tpac_oid' primary key database column name.
        See Also:
        Constant Field Values
      • BUILD_NUMBER

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<UserAccount> INSTALLED_BY_USER
        Provides the 'INSTALLED_BY_USER' property.
      • TPAC_DATA

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

      • _TPac

        public _TPac()
    • Method Detail

      • setBuildNumber

        public void setBuildNumber​(String buildNumber)
        Set the buildNumber value.
        Parameters:
        buildNumber - the buildNumber value to set
      • getBuildNumber

        public String getBuildNumber()
        Return the buildNumber value.
        Returns:
        buildNumber the buildNumber value
      • setBuildTimestamp

        public void setBuildTimestamp​(Date buildTimestamp)
        Set the buildTimestamp value.
        Parameters:
        buildTimestamp - the buildTimestamp value to set
      • getBuildTimestamp

        public Date getBuildTimestamp()
        Return the buildTimestamp value.
        Returns:
        buildTimestamp the buildTimestamp value
      • setInstalledByLoginName

        public void setInstalledByLoginName​(String installedByLoginName)
        Set the installedByLoginName value.
        Parameters:
        installedByLoginName - the installedByLoginName value to set
      • getInstalledByLoginName

        public String getInstalledByLoginName()
        Return the installedByLoginName value.
        Returns:
        installedByLoginName the installedByLoginName value
      • setInstalledTimestamp

        public void setInstalledTimestamp​(Date installedTimestamp)
        Set the installedTimestamp value.
        Parameters:
        installedTimestamp - the installedTimestamp value to set
      • getInstalledTimestamp

        public Date getInstalledTimestamp()
        Return the installedTimestamp value.
        Returns:
        installedTimestamp the installedTimestamp value
      • setMaestroMinVersion

        public void setMaestroMinVersion​(String maestroMinVersion)
        Set the maestroMinVersion value.
        Parameters:
        maestroMinVersion - the maestroMinVersion value to set
      • getMaestroMinVersion

        public String getMaestroMinVersion()
        Return the maestroMinVersion value.
        Returns:
        maestroMinVersion the maestroMinVersion value
      • setManifest

        public void setManifest​(String manifest)
        Set the manifest value.
        Parameters:
        manifest - the manifest value to set
      • getManifest

        public String getManifest()
        Return the manifest value.
        Returns:
        manifest the manifest value
      • setPackageName

        public void setPackageName​(String packageName)
        Set the packageName value.
        Parameters:
        packageName - the packageName value to set
      • getPackageName

        public String getPackageName()
        Return the packageName value.
        Returns:
        packageName the packageName value
      • setProjectCode

        public void setProjectCode​(String projectCode)
        Set the projectCode value.
        Parameters:
        projectCode - the projectCode value to set
      • getProjectCode

        public String getProjectCode()
        Return the projectCode value.
        Returns:
        projectCode the projectCode value
      • setProjectName

        public void setProjectName​(String projectName)
        Set the projectName value.
        Parameters:
        projectName - the projectName value to set
      • getProjectName

        public String getProjectName()
        Return the projectName value.
        Returns:
        projectName the projectName value
      • setProviderName

        public void setProviderName​(String providerName)
        Set the providerName value.
        Parameters:
        providerName - the providerName value to set
      • getProviderName

        public String getProviderName()
        Return the providerName value.
        Returns:
        providerName the providerName value
      • setReadme

        public void setReadme​(String readme)
        Set the readme value.
        Parameters:
        readme - the readme value to set
      • getReadme

        public String getReadme()
        Return the readme value.
        Returns:
        readme the readme value
      • setSdkVersion

        public void setSdkVersion​(String sdkVersion)
        Set the sdkVersion value.
        Parameters:
        sdkVersion - the sdkVersion value to set
      • getSdkVersion

        public String getSdkVersion()
        Return the sdkVersion value.
        Returns:
        sdkVersion the sdkVersion value
      • setTmMinVersion

        public void setTmMinVersion​(String tmMinVersion)
        Set the tmMinVersion value.
        Parameters:
        tmMinVersion - the tmMinVersion value to set
      • getTmMinVersion

        public String getTmMinVersion()
        Return the tmMinVersion value.
        Returns:
        tmMinVersion the tmMinVersion value
      • setVersion

        public void setVersion​(String version)
        Set the version value.
        Parameters:
        version - the version value to set
      • getVersion

        public String getVersion()
        Return the version value.
        Returns:
        version the version 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
      • setInstalledByUser

        public void setInstalledByUser​(UserAccount installedByUser)
        Set the InstalledByUser.
        Parameters:
        installedByUser - the installedByUser value to set
      • getInstalledByUser

        public UserAccount getInstalledByUser()
        Return the InstalledByUser.
        Returns:
        the installedByUser value
      • setTpacData

        public void setTpacData​(TPacData tpacData)
        Set the TpacData.
        Parameters:
        tpacData - the tpacData value to set
      • getTpacData

        public TPacData getTpacData()
        Return the TpacData.
        Returns:
        the tpacData value