fipaos.ont.fipa.fipaman
Class Received


public class Received
implements Cloneable, Serializable

Representation of ReceivedSlot entry in envelope


Constructor Summary
Received(URL from, URL by, String id, String via)
           
Received(URL from, URL by, String id, String via, UTCTime time)
           

Method Summary
 Objectclone()
           
 URLgetBy()
           
 UTCTimegetDateTime()
           
 URLgetFrom()
           
 StringgetId()
           
 StringgetVia()
           

Constructor Detail

Received

public Received(URL from, URL by, String id, String via)

Received

public Received(URL from, URL by, String id, String via, UTCTime time)
Method Detail

clone

public Object clone()

getBy

public URL getBy()

getDateTime

public UTCTime getDateTime()

getFrom

public URL getFrom()

getId

public String getId()

getVia

public String getVia()

Association Links

to Class fipaos.util.URL

to Class fipaos.util.URL

to Class java.lang.String

to Class java.lang.String

to Class fipaos.util.UTCTime