Class RolGrant

    • Method Detail

      • getId

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

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

        public Long getIdRol()
        Gets value for attribute idRol
      • setIdRol

        public void setIdRol​(Long idRol)
        Sets value for attribute idRol
      • getRolName

        public String getRolName()
        Gets value for attribute rolName
      • setRolName

        public void setRolName​(String rolName)
        Sets value for attribute rolName
      • getRoleDescription

        public String getRoleDescription()
        Gets value for attribute roleDescription
      • setRoleDescription

        public void setRoleDescription​(String roleDescription)
        Sets value for attribute roleDescription
      • getDispatcher

        public String getDispatcher()
        Gets value for attribute dispatcher
      • setDispatcher

        public void setDispatcher​(String dispatcher)
        Sets value for attribute dispatcher
      • getInformationSystem

        public String getInformationSystem()
        Gets value for attribute informationSystem
      • setInformationSystem

        public void setInformationSystem​(String informationSystem)
        Sets value for attribute informationSystem
      • isHasDomain

        public boolean isHasDomain()
        Gets value for attribute hasDomain
      • setHasDomain

        public void setHasDomain​(boolean hasDomain)
        Sets value for attribute hasDomain
      • getDomainValue

        public String getDomainValue()
        Gets value for attribute domainValue
      • setDomainValue

        public void setDomainValue​(String domainValue)
        Sets value for attribute domainValue
      • getDomainDescription

        public String getDomainDescription()
        Gets value for attribute domainDescription
      • setDomainDescription

        public void setDomainDescription​(String domainDescription)
        Sets value for attribute domainDescription
      • getOwnerAccountName

        public String getOwnerAccountName()
        Gets value for attribute ownerAccountName
      • setOwnerAccountName

        public void setOwnerAccountName​(String ownerAccountName)
        Sets value for attribute ownerAccountName
      • getOwnerInformationSystem

        public String getOwnerInformationSystem()
        Gets value for attribute ownerInformationSystem
      • setOwnerInformationSystem

        public void setOwnerInformationSystem​(String ownerInformationSystem)
        Sets value for attribute ownerInformationSystem
      • getOwnerDispatcher

        public String getOwnerDispatcher()
        Gets value for attribute ownerDispatcher
      • setOwnerDispatcher

        public void setOwnerDispatcher​(String ownerDispatcher)
        Sets value for attribute ownerDispatcher
      • getOwnerGroup

        public String getOwnerGroup()
        Gets value for attribute ownerGroup
      • setOwnerGroup

        public void setOwnerGroup​(String ownerGroup)
        Sets value for attribute ownerGroup
      • getOwnerRol

        public Long getOwnerRol()
        Gets value for attribute ownerRol
      • setOwnerRol

        public void setOwnerRol​(Long ownerRol)
        Sets value for attribute ownerRol
      • getOwnerRolDomainValue

        public String getOwnerRolDomainValue()
        Gets value for attribute ownerRolDomainValue
      • setOwnerRolDomainValue

        public void setOwnerRolDomainValue​(String ownerRolDomainValue)
        Sets value for attribute ownerRolDomainValue
      • getOwnerRolName

        public String getOwnerRolName()
        Gets value for attribute ownerRolName
      • setOwnerRolName

        public void setOwnerRolName​(String ownerRolName)
        Sets value for attribute ownerRolName
      • getOwnerRolDescription

        public String getOwnerRolDescription()
        Gets value for attribute ownerRolDescription
      • setOwnerRolDescription

        public void setOwnerRolDescription​(String ownerRolDescription)
        Sets value for attribute ownerRolDescription
      • getUser

        public String getUser()
        Gets value for attribute user
      • setUser

        public void setUser​(String user)
        Sets value for attribute user
      • getStartDate

        public Date getStartDate()
        Gets value for attribute startDate
      • setStartDate

        public void setStartDate​(Date startDate)
        Sets value for attribute startDate
      • getEndDate

        public Date getEndDate()
        Gets value for attribute endDate
      • setEndDate

        public void setEndDate​(Date endDate)
        Sets value for attribute endDate
      • isEnabled

        public boolean isEnabled()
        Gets value for attribute enabled
      • setEnabled

        public void setEnabled​(boolean enabled)
        Sets value for attribute enabled
      • getHolderGroup

        public String getHolderGroup()
        Gets value for attribute holderGroup
      • setHolderGroup

        public void setHolderGroup​(String holderGroup)
        Sets value for attribute holderGroup
      • setStatus

        public void setStatus​(RoleDependencyStatus status)
        Sets value for attribute status
      • getMandatory

        public Boolean getMandatory()
        Gets value for attribute mandatory
      • setMandatory

        public void setMandatory​(Boolean mandatory)
        Sets value for attribute mandatory
      • toString

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

        public static RolGrant toRolGrant​(RoleGrant vo)
        Creates a RolGrant value object based on a RoleGrant object.
      • toRolGrantArray

        public static RolGrant[] toRolGrantArray​(RoleGrant[] source)
        Creates a RolGrant array on a RoleGrant array.
      • toRolGrant

        public static void toRolGrant​(RoleGrant source,
                                      RolGrant target)
        Updates a RolGrant value object based on a RoleGrant object.