Class ObjectMappingProperty

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

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

    • ObjectMappingProperty

      public ObjectMappingProperty()
    • ObjectMappingProperty

      public ObjectMappingProperty(Long id, String property, String value, Long objectId)
    • ObjectMappingProperty

      public ObjectMappingProperty(String property, Long objectId)
    • ObjectMappingProperty

      public ObjectMappingProperty(ObjectMappingProperty otherBean)
  • Method Details

    • getId

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

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

      public String getProperty()
      Gets value for attribute property
    • setProperty

      public void setProperty(String property)
      Sets value for attribute property
    • getValue

      public String getValue()
      Gets value for attribute value
    • setValue

      public void setValue(String value)
      Sets value for attribute value
    • 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