Class UserDomainEntity

    • Constructor Detail

      • UserDomainEntity

        public UserDomainEntity()
    • Method Detail

      • getId

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

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

        public String getName()
        Gets value for attribute name
      • setName

        public void setName​(String name)
        Sets value for attribute name
      • getDescription

        public String getDescription()
        Gets value for attribute description
      • setDescription

        public void setDescription​(String description)
        Sets value for attribute description
      • getType

        public es.caib.seycon.ng.comu.TipusDominiUsuariEnumeration getType()
        Gets value for attribute type
      • setType

        public void setType​(es.caib.seycon.ng.comu.TipusDominiUsuariEnumeration type)
        Sets value for attribute type
      • getBshExpr

        public String getBshExpr()
        Gets value for attribute bshExpr
      • setBshExpr

        public void setBshExpr​(String bshExpr)
        Sets value for attribute bshExpr
      • getBshExprCreate

        public String getBshExprCreate()
        Gets value for attribute bshExprCreate
      • setBshExprCreate

        public void setBshExprCreate​(String bshExprCreate)
        Sets value for attribute bshExprCreate
      • getBeanGenerator

        public String getBeanGenerator()
        Gets value for attribute beanGenerator
      • setBeanGenerator

        public void setBeanGenerator​(String beanGenerator)
        Sets value for attribute beanGenerator
      • getTenant

        public TenantEntity getTenant()
        Gets value for attribute tenant
      • setTenant

        public void setTenant​(TenantEntity tenant)
        Sets value for attribute tenant
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an UserDomainEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object