Class AbstractAplicacio

    • Method Detail

      • setType

        public void setType​(ApplicationType type)
        Sets value for attribute type
      • getParent

        public String getParent()
        Gets value for attribute parent
      • setParent

        public void setParent​(String parent)
        Sets value for attribute parent
      • getRelativeName

        public String getRelativeName()
        Gets value for attribute relativeName
      • setRelativeName

        public void setRelativeName​(String relativeName)
        Sets value for attribute relativeName
      • getCodi

        public String getCodi()
        Gets value for attribute codi
      • setCodi

        public void setCodi​(String codi)
        Sets value for attribute codi
      • getNom

        public String getNom()
        Gets value for attribute nom
      • setNom

        public void setNom​(String nom)
        Sets value for attribute nom
      • getDirectoriFonts

        public String getDirectoriFonts()
        Gets value for attribute directoriFonts
      • setDirectoriFonts

        public void setDirectoriFonts​(String directoriFonts)
        Sets value for attribute directoriFonts
      • getCodiPersonaContacte

        public String getCodiPersonaContacte()
        Gets value for attribute codiPersonaContacte
      • setCodiPersonaContacte

        public void setCodiPersonaContacte​(String codiPersonaContacte)
        Sets value for attribute codiPersonaContacte
      • getDirectoriExecutable

        public String getDirectoriExecutable()
        Gets value for attribute directoriExecutable
      • setDirectoriExecutable

        public void setDirectoriExecutable​(String directoriExecutable)
        Sets value for attribute directoriExecutable
      • getBd

        public String getBd()
        Gets value for attribute bd
      • setBd

        public void setBd​(String bd)
        Sets value for attribute bd
      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getNomComplertPersonaContacte

        public String getNomComplertPersonaContacte()
        Gets value for attribute nomComplertPersonaContacte
      • setNomComplertPersonaContacte

        public void setNomComplertPersonaContacte​(String nomComplertPersonaContacte)
        Sets value for attribute nomComplertPersonaContacte
      • getGestionableWF

        public Boolean getGestionableWF()
        Gets value for attribute gestionableWF
      • setGestionableWF

        public void setGestionableWF​(Boolean gestionableWF)
        Sets value for attribute gestionableWF
      • getBpmEnforced

        public Boolean getBpmEnforced()
        Gets value for attribute gestionableWF
      • setBpmEnforced

        public void setBpmEnforced​(Boolean gestionableWF)
        Sets value for attribute gestionableWF
      • getCorreusNotificacions

        public String getCorreusNotificacions()
        Gets value for attribute correusNotificacions
      • setCorreusNotificacions

        public void setCorreusNotificacions​(String correusNotificacions)
        Sets value for attribute correusNotificacions
      • getApprovalProcess

        public String getApprovalProcess()
        Gets value for attribute approvalProcess
      • setApprovalProcess

        public void setApprovalProcess​(String approvalProcess)
        Sets value for attribute approvalProcess
      • getRoleDefinitionProcess

        public String getRoleDefinitionProcess()
        Gets value for attribute roleDefinitionProcess
      • setRoleDefinitionProcess

        public void setRoleDefinitionProcess​(String roleDefinitionProcess)
        Sets value for attribute roleDefinitionProcess
      • isSingleRole

        public boolean isSingleRole()
        Gets value for attribute singleRole
      • setSingleRole

        public void setSingleRole​(boolean singleRole)
        Sets value for attribute singleRole
      • getAttributes

        public Map<String,​Object> getAttributes()
        Gets value for attribute attributes
      • setAttributes

        public void setAttributes​(Map<String,​Object> attributes)
        Sets value for attribute attributes
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toAplicacio

        public static Aplicacio toAplicacio​(Application vo)
        Creates a Aplicacio value object based on a Application object.
      • toAplicacioArray

        public static Aplicacio[] toAplicacioArray​(Application[] source)
        Creates a Aplicacio array on a Application array.
      • toAplicacio

        public static void toAplicacio​(Application source,
                                       AbstractAplicacio target)
        Updates a Aplicacio value object based on a Application object.