org.gcube.portlets.user.collectionexplorer.client.model
Class MetadataDescriptor

java.lang.Object
  extended by 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

Constructor Summary
MetadataDescriptor()
           
MetadataDescriptor(String oid, String format, String language, String contentFormattedXML, String contentFormatted)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataDescriptor

public MetadataDescriptor()

MetadataDescriptor

public MetadataDescriptor(String oid,
                          String format,
                          String language,
                          String contentFormattedXML,
                          String contentFormatted)
Parameters:
oid - ,
format - ,
language - ,
contentFormattedXML - ,
contentFormatted - ,
Method Detail

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.