jcolibri.test.recommenders.housesData
Class HouseSolution
java.lang.Object
jcolibri.test.recommenders.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
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)
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