dermi.core.pastry
Class DermiContent

java.lang.Object
  extended by dermi.core.pastry.DermiContent
All Implemented Interfaces:
DermiContent, java.io.Serializable, rice.p2p.scribe.ScribeContent

public class DermiContent
extends java.lang.Object
implements DermiContent, rice.p2p.scribe.ScribeContent

This class wraps all contents sent by the event bus

Version:
1.2
Author:
Carles Pairot
See Also:
Serialized Form

Constructor Summary
DermiContent(java.io.Serializable data)
          Constructor
 
Method Summary
 java.io.Serializable getData()
          Getter method for obtaining wrapped data
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DermiContent

public DermiContent(java.io.Serializable data)
Constructor

Parameters:
data - Serializable Data to wrap
Method Detail

getData

public java.io.Serializable getData()
Getter method for obtaining wrapped data

Returns:
Serializable Wrapped data