Class AttributeMapping

java.lang.Object
com.soffid.iam.iga.api.AttributeMapping
All Implemented Interfaces:
Serializable

public class AttributeMapping extends Object implements Serializable
ValueObject AttributeMapping
See Also:
  • Constructor Details

  • Method Details

    • 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