public class IdentifiedMetadata extends Object
| Constructor and Description | 
|---|
IdentifiedMetadata()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()  | 
String | 
getDisplayId()  | 
String | 
getName()  | 
String | 
getType()
Return the type 
 | 
String | 
getUri()  | 
String | 
getVersion()  | 
void | 
setDescription(String description)  | 
void | 
setDisplayId(String displayId)  | 
void | 
setName(String name)  | 
void | 
setType(String type)
Set the type 
 | 
void | 
setUri(String uri)  | 
void | 
setVersion(String version)  | 
String | 
toString()  | 
public String getUri()
public void setUri(String uri)
uri - set the URIpublic String getName()
public void setName(String name)
name - set the namepublic String getDisplayId()
public void setDisplayId(String displayId)
displayId - set the displayIdpublic String getDescription()
public void setDescription(String description)
description - set the descriptionpublic String getVersion()
public void setVersion(String version)
version - set the versionpublic String getType()
public void setType(String type)
type - set the type