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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServiceInfo
public ServiceInfo(java.lang.String author,
java.lang.String creationDate,
java.lang.String modificationDate,
java.lang.String information)
- Parameters:
author
- Author of the servicecreationDate
- date of creationmodificationDate
- date of the last modificationinformation
- Added information
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