Class TargetSystemAttributeMapping

java.lang.Object
be.personify.util.provisioning.TargetSystemAttributeMapping

public class TargetSystemAttributeMapping extends Object
  • Constructor Details

    • TargetSystemAttributeMapping

      public TargetSystemAttributeMapping()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getLocalName

      public String getLocalName()
    • setLocalName

      public void setLocalName(String localName)
    • getTargetSystemAttribute

      public TargetSystemAttribute getTargetSystemAttribute()
    • setTargetSystemAttribute

      public void setTargetSystemAttribute(TargetSystemAttribute targetSystemAttribute)
    • getTargetSystem

      public TargetSystem getTargetSystem()
    • setTargetSystem

      public void setTargetSystem(TargetSystem targetSystem)
    • getRemoteName

      public String getRemoteName()
    • setRemoteName

      public void setRemoteName(String remoteName)