org.ow2.petals.registry.api
Class Information
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Information
public Information()
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.