Class DescribableImpl

java.lang.Object
ddf.catalog.util.impl.DescribableImpl
All Implemented Interfaces:
ddf.catalog.util.Describable, org.codice.ddf.platform.services.common.Describable
Direct Known Subclasses:
MaskableImpl, SourceDescriptorImpl

public abstract class DescribableImpl extends Object implements ddf.catalog.util.Describable
Default implementation of the Describable interface, providing basic setter/getter methods for a describable item's ID, title, version, organization, and description.
  • Constructor Details

    • DescribableImpl

      public DescribableImpl()
  • Method Details

    • getVersion

      public String getVersion()
      Specified by:
      getVersion in interface ddf.catalog.util.Describable
      Specified by:
      getVersion in interface org.codice.ddf.platform.services.common.Describable
    • setVersion

      public void setVersion(String version)
      Sets the version of the describable item.
      Parameters:
      version -
    • getId

      public String getId()
      Specified by:
      getId in interface ddf.catalog.util.Describable
      Specified by:
      getId in interface org.codice.ddf.platform.services.common.Describable
    • setId

      public void setId(String id)
      Sets the ID of the describable item.
      Parameters:
      id -
    • setShortname

      public void setShortname(String shortname)
      Deprecated.
      Parameters:
      shortname -
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface ddf.catalog.util.Describable
      Specified by:
      getTitle in interface org.codice.ddf.platform.services.common.Describable
    • setTitle

      public void setTitle(String title)
      Sets the title of the describable item.
      Parameters:
      title -
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface ddf.catalog.util.Describable
      Specified by:
      getDescription in interface org.codice.ddf.platform.services.common.Describable
    • setDescription

      public void setDescription(String description)
      Sets the description of the describable item.
      Parameters:
      description -
    • getOrganization

      public String getOrganization()
      Specified by:
      getOrganization in interface ddf.catalog.util.Describable
      Specified by:
      getOrganization in interface org.codice.ddf.platform.services.common.Describable
    • setOrganization

      public void setOrganization(String organization)
      Sets the organization of the describable item.
      Parameters:
      organization -