Class CollectionAttributeDTO


  • public class CollectionAttributeDTO
    extends Object
    • Constructor Detail

      • CollectionAttributeDTO

        public CollectionAttributeDTO()
      • CollectionAttributeDTO

        public CollectionAttributeDTO​(String key,
                                      String value)
      • CollectionAttributeDTO

        public CollectionAttributeDTO​(String key,
                                      Object contents)
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getContents

        public Object getContents()
      • setContents

        public void setContents​(Object contents)
      • setValueOrContents

        public void setValueOrContents​(Object contents)
      • getValueOrContents

        public Object getValueOrContents()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object