jason.core
Class ServiceInfo

java.lang.Object
  |
  +--jason.core.ServiceInfo

public class ServiceInfo
extends java.lang.Object

Created Sat Jun 15 18:01:21 2002

This classes stores information about the service.


Constructor Summary
ServiceInfo(java.lang.String author, java.lang.String creationDate, java.lang.String modificationDate, java.lang.String information)
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getCreationDate()
           
 java.lang.String getInformation()
           
 java.lang.String getModificationDate()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo(java.lang.String author,
                   java.lang.String creationDate,
                   java.lang.String modificationDate,
                   java.lang.String information)
Parameters:
author - Author of the service
creationDate - date of creation
modificationDate - date of the last modification
information - Added information
Method Detail

getAuthor

public java.lang.String getAuthor()

getCreationDate

public java.lang.String getCreationDate()

getModificationDate

public java.lang.String getModificationDate()

getInformation

public java.lang.String getInformation()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object