|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.test.test14.GlassDescription
public class GlassDescription
Bean storing the description for the Glass data base.
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 |
---|
public GlassDescription()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public Attribute getIdAttribute()
getIdAttribute
in interface CaseComponent
public java.lang.String getId()
public void setId(java.lang.String id)
id
- The id to set.public java.lang.Double getRi()
public void setRi(java.lang.Double ri)
ri
- The Ri value to set.public java.lang.Double getNa()
public void setNa(java.lang.Double na)
na
- The Na value to set.public java.lang.Double getMg()
public void setMg(java.lang.Double mg)
mg
- The Mg value to set.public java.lang.Double getAl()
public void setAl(java.lang.Double al)
al
- The Al value to set.public java.lang.Double getSi()
public void setSi(java.lang.Double si)
si
- The Si value to set.public java.lang.Double getK()
public void setK(java.lang.Double k)
k
- The k value to set.public java.lang.Double getCa()
public void setCa(java.lang.Double ca)
ca
- The Ca value to set.public java.lang.Double getBa()
public void setBa(java.lang.Double ba)
ba
- The Ba value to set.public java.lang.Double getFe()
public void setFe(java.lang.Double fe)
fe
- The Fe value to set.
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |