jcolibri.test.test14
Class GlassDescription

java.lang.Object
  extended by jcolibri.test.test14.GlassDescription
All Implemented Interfaces:
CaseComponent

public class GlassDescription
extends java.lang.Object
implements CaseComponent

Bean storing the description for the Glass data base.

Version:
1.0
Author:
Lisa Cummins

Constructor Summary
GlassDescription()
           
 
Method Summary
 java.lang.Double getAl()
          Returns the Al value.
 java.lang.Double getBa()
          Returns the ba value.
 java.lang.Double getCa()
          Returns the Ca value.
 java.lang.Double getFe()
          Returns the Fe value.
 java.lang.String getId()
          Returns the id.
 Attribute getIdAttribute()
          Returns the id attribute of this object.
 java.lang.Double getK()
          Returns the K value.
 java.lang.Double getMg()
          Returns the Mg value.
 java.lang.Double getNa()
          Returns the Na value.
 java.lang.Double getRi()
          Returns the Ri value.
 java.lang.Double getSi()
          Returns the Si value.
 void setAl(java.lang.Double al)
          Sets the Al value to be the given value.
 void setBa(java.lang.Double ba)
          Sets the Ba value to be the given value.
 void setCa(java.lang.Double ca)
          Sets the Ca value to be the given value.
 void setFe(java.lang.Double fe)
          Sets the Fe value to be the given value.
 void setId(java.lang.String id)
          Sets the id to be the given id.
 void setK(java.lang.Double k)
          Sets the K value to be the given value.
 void setMg(java.lang.Double mg)
          Sets the Mg value to be the given value.
 void setNa(java.lang.Double na)
          Sets the Na value to be the given value.
 void setRi(java.lang.Double ri)
          Sets the Ri value to be the given value.
 void setSi(java.lang.Double si)
          Sets the Si value to be the given value.
 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

GlassDescription

public GlassDescription()
Method Detail

toString

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

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this object.

getIdAttribute

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

Specified by:
getIdAttribute in interface CaseComponent
Returns:
the id attribute of this object.

getId

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

Returns:
the id.

setId

public void setId(java.lang.String id)
Sets the id to be the given id.

Parameters:
id - The id to set.

getRi

public java.lang.Double getRi()
Returns the Ri value.

Returns:
the Ri value.

setRi

public void setRi(java.lang.Double ri)
Sets the Ri value to be the given value.

Parameters:
ri - The Ri value to set.

getNa

public java.lang.Double getNa()
Returns the Na value.

Returns:
the Na value.

setNa

public void setNa(java.lang.Double na)
Sets the Na value to be the given value.

Parameters:
na - The Na value to set.

getMg

public java.lang.Double getMg()
Returns the Mg value.

Returns:
the Mg value.

setMg

public void setMg(java.lang.Double mg)
Sets the Mg value to be the given value.

Parameters:
mg - The Mg value to set.

getAl

public java.lang.Double getAl()
Returns the Al value.

Returns:
the Al value.

setAl

public void setAl(java.lang.Double al)
Sets the Al value to be the given value.

Parameters:
al - The Al value to set.

getSi

public java.lang.Double getSi()
Returns the Si value.

Returns:
the Si value.

setSi

public void setSi(java.lang.Double si)
Sets the Si value to be the given value.

Parameters:
si - The Si value to set.

getK

public java.lang.Double getK()
Returns the K value.

Returns:
the K value.

setK

public void setK(java.lang.Double k)
Sets the K value to be the given value.

Parameters:
k - The k value to set.

getCa

public java.lang.Double getCa()
Returns the Ca value.

Returns:
the Ca value.

setCa

public void setCa(java.lang.Double ca)
Sets the Ca value to be the given value.

Parameters:
ca - The Ca value to set.

getBa

public java.lang.Double getBa()
Returns the ba value.

Returns:
the Ba value.

setBa

public void setBa(java.lang.Double ba)
Sets the Ba value to be the given value.

Parameters:
ba - The Ba value to set.

getFe

public java.lang.Double getFe()
Returns the Fe value.

Returns:
the Fe value.

setFe

public void setFe(java.lang.Double fe)
Sets the Fe value to be the given value.

Parameters:
fe - The Fe value to set.

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