org.gatein.mop.api.content
Interface Content<S>

Type Parameters:
S - the content state type parameter

public interface Content<S>

Representation of a content.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 String getId()
          Returns the content id.
 ContentType<S> getType()
          Returns the content type.
 

Method Detail

getId

String getId()
Returns the content id.

Returns:
the id

getType

ContentType<S> getType()
Returns the content type.

Returns:
the content type


Copyright © 2009 eXo Platform SAS. All Rights Reserved.