ca.macewan.ims.enterprise
Class Result

java.lang.Object
  extended byca.macewan.ims.enterprise.Result
Direct Known Subclasses:
FinalResult, InterimResult

public abstract class Result
extends Object

This is the abstract superclass of FinalResult and InterimResult. It does not represent a particular IMS enterprise element by itself.

Version:
0.1
Author:
Erwin Veugelers

Constructor Summary
Result()
           
 
Method Summary
 Comments getComments()
           
 String getMode()
           
 String getResult()
           
 Values getValues()
           
 void setComments(Comments c)
           
 void setMode(String m)
           
 void setResult(String r)
           
 void setValues(Values v)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result()
Method Detail

setMode

public void setMode(String m)

getMode

public String getMode()

setValues

public void setValues(Values v)

getValues

public Values getValues()

setResult

public void setResult(String r)

getResult

public String getResult()

setComments

public void setComments(Comments c)

getComments

public Comments getComments()

validate

public void validate()
              throws IMSEnterpriseException
Throws:
IMSEnterpriseException