Class AttributeMappingEntity

    • Constructor Detail

      • AttributeMappingEntity

        public AttributeMappingEntity()
    • Method Detail

      • getId

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

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

        public String getSoffidAttribute()
        Gets value for attribute soffidAttribute
      • setSoffidAttribute

        public void setSoffidAttribute​(String soffidAttribute)
        Sets value for attribute soffidAttribute
      • getSystemAttribute

        public String getSystemAttribute()
        Gets value for attribute systemAttribute
      • setSystemAttribute

        public void setSystemAttribute​(String systemAttribute)
        Sets value for attribute systemAttribute
      • getDirection

        public es.caib.seycon.ng.comu.AttributeDirection getDirection()
        Gets value for attribute direction
      • setDirection

        public void setDirection​(es.caib.seycon.ng.comu.AttributeDirection direction)
        Sets value for attribute direction
      • setObject

        public void setObject​(ObjectMappingEntity object)
        Sets value for attribute object
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an AttributeMappingEntity 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