Class AttributeTranslationEntity

    • Constructor Detail

      • AttributeTranslationEntity

        public AttributeTranslationEntity()
    • Method Detail

      • getId

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

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

        public String getDomain()
        Gets value for attribute domain
      • setDomain

        public void setDomain​(String domain)
        Sets value for attribute domain
      • getColumn1

        public String getColumn1()
        Gets value for attribute column1
      • setColumn1

        public void setColumn1​(String column1)
        Sets value for attribute column1
      • getColumn2

        public String getColumn2()
        Gets value for attribute column2
      • setColumn2

        public void setColumn2​(String column2)
        Sets value for attribute column2
      • getColumn3

        public String getColumn3()
        Gets value for attribute column3
      • setColumn3

        public void setColumn3​(String column3)
        Sets value for attribute column3
      • getColumn4

        public String getColumn4()
        Gets value for attribute column4
      • setColumn4

        public void setColumn4​(String column4)
        Sets value for attribute column4
      • getColumn5

        public String getColumn5()
        Gets value for attribute column5
      • setColumn5

        public void setColumn5​(String column5)
        Sets value for attribute column5
      • 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 AttributeTranslationEntity 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