jcolibri.test.test7
Class IrisDescription

java.lang.Object
  extended by jcolibri.test.test7.IrisDescription
All Implemented Interfaces:
CaseComponent

public class IrisDescription
extends java.lang.Object
implements CaseComponent

Bean storing the description for the Iris data base.

Version:
1.0
Author:
Juan A. Recio-Garcia

Constructor Summary
IrisDescription()
           
 
Method Summary
 java.lang.String getId()
           
 Attribute getIdAttribute()
          Returns the id attribute of this object.
 java.lang.Double getPetalLength()
           
 java.lang.Double getPetalWidth()
           
 java.lang.Double getSepalLength()
           
 java.lang.Double getSepalWidth()
           
 void setId(java.lang.String id)
           
 void setPetalLength(java.lang.Double petalLength)
           
 void setPetalWidth(java.lang.Double petalWidth)
           
 void setSepalLength(java.lang.Double sepalLength)
           
 void setSepalWidth(java.lang.Double sepalWidth)
           
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IrisDescription

public IrisDescription()
Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class java.lang.Object

getIdAttribute

public Attribute getIdAttribute()
Returns the id attribute of this object.

Specified by:
getIdAttribute in interface CaseComponent

getId

public java.lang.String getId()
Returns:
Returns the id.

setId

public void setId(java.lang.String id)
Parameters:
id - The id to set.

getPetalLength

public java.lang.Double getPetalLength()
Returns:
Returns the petalLength.

setPetalLength

public void setPetalLength(java.lang.Double petalLength)
Parameters:
petalLength - The petalLength to set.

getPetalWidth

public java.lang.Double getPetalWidth()
Returns:
Returns the petalWidth.

setPetalWidth

public void setPetalWidth(java.lang.Double petalWidth)
Parameters:
petalWidth - The petalWidth to set.

getSepalLength

public java.lang.Double getSepalLength()
Returns:
Returns the sepalLength.

setSepalLength

public void setSepalLength(java.lang.Double sepalLength)
Parameters:
sepalLength - The sepalLength to set.

getSepalWidth

public java.lang.Double getSepalWidth()
Returns:
Returns the sepalWidth.

setSepalWidth

public void setSepalWidth(java.lang.Double sepalWidth)
Parameters:
sepalWidth - The sepalWidth to set.

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