jcolibri.test.recommenders.rec4.housesData
Class HouseSolution
java.lang.Object
jcolibri.test.recommenders.rec4.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HouseSolution
public HouseSolution()
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