edu.ntnu.cikmr.arbitration.cbr
Class Case

java.lang.Object
  extended by edu.ntnu.cikmr.arbitration.cbr.Case
Direct Known Subclasses:
CaseContainer, Conflict, ConflictMessage

public class Case
extends java.lang.Object


Constructor Summary
Case()
           
Case(java.lang.String id, java.lang.String case1, java.lang.String case2, double location, double participants, java.lang.String solution, java.lang.String property)
           
 
Method Summary
 java.lang.String getCase1()
           
 java.lang.String getCase2()
           
 java.lang.String getId()
           
 double getLocation()
           
 double getParticipants()
           
 java.lang.String getProperty()
           
 java.lang.String getSolution()
           
 void setCase1(java.lang.String case1)
           
 void setCase2(java.lang.String case2)
           
 void setId(java.lang.String id)
           
 void setLocation(double location)
           
 void setParticipants(double participants)
           
 void setProperty(java.lang.String property)
           
 void setSolution(java.lang.String solution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Case

public Case()

Case

public Case(java.lang.String id,
            java.lang.String case1,
            java.lang.String case2,
            double location,
            double participants,
            java.lang.String solution,
            java.lang.String property)
Method Detail

getCase1

public java.lang.String getCase1()

getCase2

public java.lang.String getCase2()

getLocation

public double getLocation()

getProperty

public java.lang.String getProperty()

getParticipants

public double getParticipants()

getSolution

public java.lang.String getSolution()

getId

public java.lang.String getId()

setSolution

public void setSolution(java.lang.String solution)

setParticipants

public void setParticipants(double participants)

setProperty

public void setProperty(java.lang.String property)

setLocation

public void setLocation(double location)

setCase2

public void setCase2(java.lang.String case2)

setCase1

public void setCase1(java.lang.String case1)

setId

public void setId(java.lang.String id)