Class AttributeMapping

    • 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 AttributeDirection getDirection()
        Gets value for attribute direction
      • setDirection

        public void setDirection​(AttributeDirection direction)
        Sets value for attribute direction
      • getObjectId

        public Long getObjectId()
        Gets value for attribute objectId
      • setObjectId

        public void setObjectId​(Long objectId)
        Sets value for attribute objectId
      • toString

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

        public static AttributeMapping toAttributeMapping​(AttributeMapping vo)
        Creates a AttributeMapping value object based on a AttributeMapping object.
      • toAttributeMappingArray

        public static AttributeMapping[] toAttributeMappingArray​(AttributeMapping[] source)
        Creates a AttributeMapping array on a AttributeMapping array.
      • toAttributeMapping

        public static void toAttributeMapping​(AttributeMapping source,
                                              AttributeMapping target)
        Updates a AttributeMapping value object based on a AttributeMapping object.