ie.nuigalway.ecrg.jade.jmsagentgateway.gui
Class PublishedMessageModel

java.lang.Object
  |
  +--ie.nuigalway.ecrg.jade.jmsagentgateway.gui.PublishedMessageModel

public class PublishedMessageModel
extends java.lang.Object

Model for published message gui list

Version:
0.5 12 January 2004
Author:
Edward Curry

Field Summary
private  java.lang.String destination
           
private  java.lang.String destType
           
private  java.lang.String providerURL
           
private  java.lang.String sender
           
private  java.lang.String time
           
 
Constructor Summary
PublishedMessageModel(java.lang.String sender, PublishMessage pm)
          Constructor for the PublishedMessageModel object
 
Method Summary
 java.lang.String getDestination()
          Gets the destination attribute of the PublishedMessageModel object
 java.lang.String getDestType()
          Gets the destType attribute of the PublishedMessageModel object
 java.lang.String getProviderURL()
          Gets the providerURL attribute of the PublishedMessageModel object
 java.lang.String getSender()
          Gets the sender attribute of the PublishedMessageModel object
 java.lang.String getTime()
          Gets the time attribute of the PublishedMessageModel object
 void setDestination(java.lang.String value)
          Sets the destination attribute of the PublishedMessageModel object
 void setDestType(java.lang.String value)
          Sets the destType attribute of the PublishedMessageModel object
 void setProviderURL(java.lang.String value)
          Sets the providerURL attribute of the PublishedMessageModel object
 void setSender(java.lang.String value)
          Sets the sender attribute of the PublishedMessageModel object
 void setTime(java.lang.String value)
          Sets the time attribute of the PublishedMessageModel object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sender

private java.lang.String sender

providerURL

private java.lang.String providerURL

destination

private java.lang.String destination

destType

private java.lang.String destType

time

private java.lang.String time
Constructor Detail

PublishedMessageModel

public PublishedMessageModel(java.lang.String sender,
                             PublishMessage pm)
Constructor for the PublishedMessageModel object

Parameters:
sender - Message Sender
pm - The message publishedr
Method Detail

setSender

public void setSender(java.lang.String value)
Sets the sender attribute of the PublishedMessageModel object

Parameters:
value - The new sender value

getSender

public java.lang.String getSender()
Gets the sender attribute of the PublishedMessageModel object

Returns:
The sender value

setProviderURL

public void setProviderURL(java.lang.String value)
Sets the providerURL attribute of the PublishedMessageModel object

Parameters:
value - The new providerURL value

getProviderURL

public java.lang.String getProviderURL()
Gets the providerURL attribute of the PublishedMessageModel object

Returns:
The providerURL value

setDestination

public void setDestination(java.lang.String value)
Sets the destination attribute of the PublishedMessageModel object

Parameters:
value - The new destination value

getDestination

public java.lang.String getDestination()
Gets the destination attribute of the PublishedMessageModel object

Returns:
The destination value

setDestType

public void setDestType(java.lang.String value)
Sets the destType attribute of the PublishedMessageModel object

Parameters:
value - The new destType value

getDestType

public java.lang.String getDestType()
Gets the destType attribute of the PublishedMessageModel object

Returns:
The destType value

setTime

public void setTime(java.lang.String value)
Sets the time attribute of the PublishedMessageModel object

Parameters:
value - The new time value

getTime

public java.lang.String getTime()
Gets the time attribute of the PublishedMessageModel object

Returns:
The time value