com.ibm.cics.model

Interface IApplicationDefinition

    • Method Detail

      • getName

        java.lang.String getName()
        Getter for field NAME

        Application definition

        The application definition name.

        Specified by:
        getName in interface ICICSObject
      • getDescription

        java.lang.String getDescription()
        Getter for field DESCRIPTION

        Description

        A description of the application definition.

      • getPlatformDefinition

        java.lang.String getPlatformDefinition()
        Getter for field PLATDEF

        Platform definition

        The definition name of the target platform for this application.

      • getApplicationDirectory

        java.lang.String getApplicationDirectory()
        Getter for field APPLDIR

        Application directory on the zFS

        The application directory on the zFS.

      • getMajorVersion

        java.lang.Long getMajorVersion()
        Getter for field MAJORVERSION

        Application Major Version

        The application Major Version.

      • getMinorVersion

        java.lang.Long getMinorVersion()
        Getter for field MINORVERSION

        Application Minor Version

        The application Minor Version.

      • getMicroVersion

        java.lang.Long getMicroVersion()
        Getter for field MICROVERSION

        Application Micro Version

        The application Micro Version.

      • getBindingDirectory

        java.lang.String getBindingDirectory()
        Getter for field BINDDIR

        Binding bundle directory on the zFS

        The binding bundle directory on the zFS.

Copyright ? 2008-2015 IBM Corp. All Rights Reserved.