org.gcube.portlets.user.results.client.model
public class MetadataDescriptor extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
MetadataDescriptor() |
MetadataDescriptor(String oid,
String format,
String language,
String contentFormattedXML,
String contentFormatted) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentFormatted() |
String |
getContentFormattedXML() |
String |
getFormat() |
String |
getLanguage() |
String |
getOid() |
void |
setContentFormatted(String contentFormatted) |
void |
setContentFormattedXML(String contentFormattedXML) |
void |
setFormat(String format) |
void |
setLanguage(String language) |
void |
setOid(String oid) |
public String getContentFormatted()
public void setContentFormatted(String contentFormatted)
public String getContentFormattedXML()
public void setContentFormattedXML(String contentFormattedXML)
public String getFormat()
public void setFormat(String format)
public String getLanguage()
public void setLanguage(String language)
public String getOid()
public void setOid(String oid)
Copyright © 2013. All Rights Reserved.