org.gcube.portlets.user.collectionexplorer.client.model
Class MetadataDescriptor
java.lang.Object
org.gcube.portlets.user.collectionexplorer.client.model.MetadataDescriptor
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class MetadataDescriptor
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
- Author:
- massi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataDescriptor
public MetadataDescriptor()
MetadataDescriptor
public MetadataDescriptor(String oid,
String format,
String language,
String contentFormattedXML,
String contentFormatted)
- Parameters:
oid
- ,format
- ,language
- ,contentFormattedXML
- ,contentFormatted
- ,
getContentFormatted
public String getContentFormatted()
- Returns:
- s
setContentFormatted
public void setContentFormatted(String contentFormatted)
- Parameters:
contentFormatted
- a
getContentFormattedXML
public String getContentFormattedXML()
- Returns:
- .
setContentFormattedXML
public void setContentFormattedXML(String contentFormattedXML)
- Parameters:
contentFormattedXML
- .
getFormat
public String getFormat()
- Returns:
- .
setFormat
public void setFormat(String format)
- Parameters:
format
- d
getLanguage
public String getLanguage()
- Returns:
- s
setLanguage
public void setLanguage(String language)
- Parameters:
language
- a
getOid
public String getOid()
- Returns:
- s
setOid
public void setOid(String oid)
- Parameters:
oid
- h
Copyright © 2014. All Rights Reserved.