org.ow2.petals.registry.api
Class Information

java.lang.Object
  extended by org.ow2.petals.registry.api.Information

public class Information
extends java.lang.Object

The information bean contains registry related information which is used when sending data between registries. For example it is used to say which registry is sending the data, when, where, ...

Author:
Christophe HAMERLING - eBM WebSourcing

Constructor Summary
Information()
           
 
Method Summary
 java.lang.String getSender()
           
 long getTime()
           
 void setSender(java.lang.String sender)
           
 void setTime(long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Information

public Information()
Method Detail

getSender

public java.lang.String getSender()
Returns:
the sender

setSender

public void setSender(java.lang.String sender)
Parameters:
sender - the sender to set

getTime

public long getTime()
Returns:
the time

setTime

public void setTime(long time)
Parameters:
time - the time to set


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.