jcolibri.test.recommenders.rec8.housesData
Class HouseSolution

java.lang.Object
  extended by jcolibri.test.recommenders.rec8.housesData.HouseSolution
All Implemented Interfaces:
CaseComponent

public class HouseSolution
extends java.lang.Object
implements CaseComponent

Implements the house soluction

Version:
1.0
Author:
Juan A. Recio-Garcia, Developed at University College Cork (Ireland) in collaboration with Derek Bridge.

Constructor Summary
HouseSolution()
           
 
Method Summary
 java.lang.String getAddress()
           
 java.lang.Integer getId()
           
 Attribute getIdAttribute()
          Returns the attribute that identifies the component.
 java.lang.Integer getPrice()
           
 void setAddress(java.lang.String address)
           
 void setId(java.lang.Integer id)
           
 void setPrice(java.lang.Integer price)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HouseSolution

public HouseSolution()
Method Detail

toString

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

getAddress

public java.lang.String getAddress()

setAddress

public void setAddress(java.lang.String address)

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getPrice

public java.lang.Integer getPrice()

setPrice

public void setPrice(java.lang.Integer price)

getIdAttribute

public Attribute getIdAttribute()
Description copied from interface: CaseComponent
Returns the attribute that identifies the component. An id-attribute must be unique for each component.

Specified by:
getIdAttribute in interface CaseComponent

GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es