public class CometAsset extends AbstractAsset
Asset available in the SDMX format.| Modifier and Type | Field and Description |
|---|---|
static Type<CometAsset> |
type
The generic type of
CometAssets. |
| Constructor and Description |
|---|
CometAsset(String name,
RepositoryService service,
Property... properties)
Creates an instance with a given name and for a given target service.
|
CometAsset(String id,
String name,
Property... properties)
Creates an instance with a given name and properties.
|
equals, hashCode, id, name, service, setService, setVersion, toString, type, versionproperties, propertiesclone, finalize, getClass, notify, notifyAll, wait, wait, waitpropertiespublic static final Type<CometAsset> type
CometAssets.public CometAsset(String id, String name, Property... properties)
Inherit as a plugin-facing constructor for asset discovery and retrieval purposes.
id - the identifiername - the nameproperties - the propertiespublic CometAsset(String name, RepositoryService service, Property... properties)
Inherit as a client-facing constructor for asset publication.
name - the nameservice - the serviceCopyright © 2018. All rights reserved.