public class ExtensionMetadata extends Object
| Constructor and Description |
|---|
ExtensionMetadata()
Zero-argument constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RequestParameters |
asParameters()
Constructs request parameters expressing the extension metadata.
|
String |
getDescription()
Returns the description of the extension.
|
String |
getProvider()
Returns the name of the organization providing the extension.
|
String |
getTitle()
Returns the title of the extension.
|
String |
getVersion()
Returns the version identifier for the extension implementation.
|
void |
setDescription(String description)
Specifies the description of the extension.
|
void |
setProvider(String provider)
Specifies the name of the organization providing the extension.
|
void |
setTitle(String title)
Specifies the title of the extension.
|
void |
setVersion(String version)
Specifies the version identifier for the extension implementation.
|
public String getTitle()
public void setTitle(String title)
title - the extension titlepublic String getDescription()
public void setDescription(String description)
description - the extension descriptionpublic String getProvider()
public void setProvider(String provider)
provider - the provider namepublic String getVersion()
public void setVersion(String version)
version - the version number or codepublic RequestParameters asParameters()
Copyright © 2013-2015 MarkLogic Corporation.