jcolibri.test.test9
Class IrisDescription
java.lang.Object
jcolibri.test.test9.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IrisDescription
public IrisDescription()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
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
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.