Class DefaultObjectMappingEntity

    • Constructor Detail

      • DefaultObjectMappingEntity

        public DefaultObjectMappingEntity()
    • 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
      • getAgentDescriptor

        public AgentDescriptorEntity getAgentDescriptor()
        Gets value for attribute agentDescriptor
      • setAgentDescriptor

        public void setAgentDescriptor​(AgentDescriptorEntity agentDescriptor)
        Sets value for attribute agentDescriptor
      • 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
      • getCondition

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

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

        public boolean equals​(Object object)
        Returns true if the argument is an DefaultObjectMappingEntity 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