Class ObjectMapping

    • Constructor Detail

      • ObjectMapping

        public ObjectMapping()
      • ObjectMapping

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

        public ObjectMapping​(ObjectMapping otherBean)
    • 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 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
      • toObjectMapping

        public static ObjectMapping toObjectMapping​(ObjectMapping vo)
        Creates a ObjectMapping value object based on a ObjectMapping object.
      • toObjectMappingArray

        public static ObjectMapping[] toObjectMappingArray​(ObjectMapping[] source)
        Creates a ObjectMapping array on a ObjectMapping array.
      • toObjectMapping

        public static void toObjectMapping​(ObjectMapping source,
                                           ObjectMapping target)
        Updates a ObjectMapping value object based on a ObjectMapping object.