org.jboss.portal.core.model.portal.metadata
Class ContentMetaData

java.lang.Object
  extended by org.jboss.portal.core.model.portal.metadata.ContentMetaData

public class ContentMetaData
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
ContentMetaData()
           
 
Method Summary
 ContentType getContentType()
           
 java.lang.String getURI()
           
 void setContentType(ContentType contentType)
           
 void setURI(java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentMetaData

public ContentMetaData()
Method Detail

getContentType

public ContentType getContentType()

setContentType

public void setContentType(ContentType contentType)

getURI

public java.lang.String getURI()

setURI

public void setURI(java.lang.String uri)