Class ObjectMappingProperty

    • Constructor Detail

      • ObjectMappingProperty

        public ObjectMappingProperty()
      • ObjectMappingProperty

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

        public ObjectMappingProperty​(String property,
                                     String value,
                                     Long objectId)
    • Method Detail

      • 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
      • toObjectMappingProperty

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