Class DatasourceEntryModel

    • Constructor Detail

      • DatasourceEntryModel

        public DatasourceEntryModel()
    • Method Detail

      • getId

        public Integer getId()
        Local ID
        Returns:
        ID
      • getGlobalId

        public String getGlobalId()
        Global ID
        Returns:
        global ID
      • setGlobalId

        public DatasourceEntryModel setGlobalId​(String globalId)
        Set the global ID
        Parameters:
        globalId - ID
        Returns:
        fluent API
      • getDsId

        public Integer getDsId()
        Entry ID
        Returns:
        entry ID
      • getKey

        public String getKey()
        Entry key
        Returns:
        key
      • getValue

        public String getValue()
        Entry value
        Returns:
        value
      • setValue

        public DatasourceEntryModel setValue​(String value)
        Set the entry value
        Parameters:
        value - value
        Returns:
        fluent API