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)
contentFormatted
- apublic String getContentFormattedXML()
public void setContentFormattedXML(String contentFormattedXML)
contentFormattedXML
- .public String getFormat()
public void setFormat(String format)
format
- dpublic String getLanguage()
public void setLanguage(String language)
language
- apublic String getOid()
public void setOid(String oid)
oid
- hCopyright © 2014. All Rights Reserved.