Class Application

    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • getCreatedBy

        @Nullable
        public String getCreatedBy()
        Author user ID
        Returns:
        createdBy
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
      • getCreationDate

        @Nullable
        public String getCreationDate()
        creation date of the application
        Returns:
        creationDate
      • setCreationDate

        public void setCreationDate​(String creationDate)
      • getDescription

        @Nullable
        public String getDescription()
        description of the application
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getDisplayName

        @Nullable
        public String getDisplayName()
        display name of the application
        Returns:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getHomePageId

        @Nullable
        public String getHomePageId()
        id of the application page used as the home page
        Returns:
        homePageId
      • setHomePageId

        public void setHomePageId​(String homePageId)
      • getId

        @Nullable
        public String getId()
        id of the application
        Returns:
        id
      • setId

        public void setId​(String id)
      • getLastUpdateDate

        @Nullable
        public String getLastUpdateDate()
        last update date of the application
        Returns:
        lastUpdateDate
      • setLastUpdateDate

        public void setLastUpdateDate​(String lastUpdateDate)
      • getProfileId

        @Nullable
        public String getProfileId()
        profile authorized to access this application
        Returns:
        profileId
      • setProfileId

        public void setProfileId​(String profileId)
      • getToken

        @Nullable
        public String getToken()
        token of the application used to build the application URL
        Returns:
        token
      • setToken

        public void setToken​(String token)
      • getUpdatedBy

        @Nullable
        public String getUpdatedBy()
        Last updating user ID
        Returns:
        updatedBy
      • setUpdatedBy

        public void setUpdatedBy​(String updatedBy)
      • getVersion

        @Nullable
        public String getVersion()
        version of the application
        Returns:
        version
      • setVersion

        public void setVersion​(String version)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object