Class ObjectMapping

java.lang.Object
com.soffid.iam.iga.api.ObjectMapping
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExtensibleObjectMapping

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

    • ObjectMapping

      public ObjectMapping()
    • ObjectMapping

      public ObjectMapping(Long id, String systemObject, SoffidObjectType soffidObject, String soffidCustomObject, String condition, Long dispatcherId, boolean authoritative)
    • ObjectMapping

      public ObjectMapping(String systemObject, SoffidObjectType soffidObject, Long dispatcherId, boolean authoritative)
    • ObjectMapping

      public ObjectMapping(ObjectMapping otherBean)
  • Method Details

    • getId

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

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

      public String getSystemObject()
      Gets value for attribute systemObject
    • setSystemObject

      public void setSystemObject(String systemObject)
      Sets value for attribute systemObject
    • getSoffidObject

      public SoffidObjectType getSoffidObject()
      Gets value for attribute soffidObject
    • setSoffidObject

      public void setSoffidObject(SoffidObjectType soffidObject)
      Sets value for attribute soffidObject
    • getSoffidCustomObject

      public String getSoffidCustomObject()
      Gets value for attribute soffidCustomObject
    • setSoffidCustomObject

      public void setSoffidCustomObject(String soffidCustomObject)
      Sets value for attribute soffidCustomObject
    • getCondition

      public String getCondition()
      Gets value for attribute condition
    • setCondition

      public void setCondition(String condition)
      Sets value for attribute condition
    • getDispatcherId

      public Long getDispatcherId()
      Gets value for attribute dispatcherId
    • setDispatcherId

      public void setDispatcherId(Long dispatcherId)
      Sets value for attribute dispatcherId
    • isAuthoritative

      public boolean isAuthoritative()
      Gets value for attribute authoritative
    • setAuthoritative

      public void setAuthoritative(boolean authoritative)
      Sets value for attribute authoritative
    • toString

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