Class ObjectMappingEntity

    • Constructor Detail

      • ObjectMappingEntity

        public ObjectMappingEntity()
    • Method Detail

      • 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 com.soffid.iam.api.SoffidObjectType getSoffidObject()
        Gets value for attribute soffidObject
      • setSoffidObject

        public void setSoffidObject​(com.soffid.iam.api.SoffidObjectType soffidObject)
        Sets value for attribute soffidObject
      • getSoffidCustomObject

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

        public void setSoffidCustomObject​(CustomObjectTypeEntity soffidCustomObject)
        Sets value for attribute soffidCustomObject
      • getSoffidExtensibleObject

        public String getSoffidExtensibleObject()
        Gets value for attribute soffidExtensibleObject
      • setSoffidExtensibleObject

        public void setSoffidExtensibleObject​(String soffidExtensibleObject)
        Sets value for attribute soffidExtensibleObject
      • getCondition

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

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

        public SystemEntity getSystem()
        Gets value for attribute system
      • setSystem

        public void setSystem​(SystemEntity system)
        Sets value for attribute system
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an ObjectMappingEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object