Package ddf.catalog.util.impl
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
Default implementation of the Describable interface, providing basic setter/getter methods for a
describable item's ID, title, version, organization, and description.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getTitle()voidsetDescription(String description) Sets the description of the describable item.voidSets the ID of the describable item.voidsetOrganization(String organization) Sets the organization of the describable item.voidsetShortname(String shortname) Deprecated.voidSets the title of the describable item.voidsetVersion(String version) Sets the version of the describable item.
-
Constructor Details
-
DescribableImpl
public DescribableImpl()
-
-
Method Details
-
getVersion
- Specified by:
getVersionin interfaceddf.catalog.util.Describable- Specified by:
getVersionin interfaceorg.codice.ddf.platform.services.common.Describable
-
setVersion
Sets the version of the describable item.- Parameters:
version-
-
getId
- Specified by:
getIdin interfaceddf.catalog.util.Describable- Specified by:
getIdin interfaceorg.codice.ddf.platform.services.common.Describable
-
setId
Sets the ID of the describable item.- Parameters:
id-
-
setShortname
Deprecated.- Parameters:
shortname-
-
getTitle
- Specified by:
getTitlein interfaceddf.catalog.util.Describable- Specified by:
getTitlein interfaceorg.codice.ddf.platform.services.common.Describable
-
setTitle
Sets the title of the describable item.- Parameters:
title-
-
getDescription
- Specified by:
getDescriptionin interfaceddf.catalog.util.Describable- Specified by:
getDescriptionin interfaceorg.codice.ddf.platform.services.common.Describable
-
setDescription
Sets the description of the describable item.- Parameters:
description-
-
getOrganization
- Specified by:
getOrganizationin interfaceddf.catalog.util.Describable- Specified by:
getOrganizationin interfaceorg.codice.ddf.platform.services.common.Describable
-
setOrganization
Sets the organization of the describable item.- Parameters:
organization-
-