org.biomage.Description.Ontology
Class Age

java.lang.Object
  extended by org.biomage.Common.Extendable
      extended by org.biomage.Description.Ontology.BioMaterialCharacteristic
          extended by org.biomage.Description.OntologyEntry
              extended by org.biomage.Description.Ontology.Age
All Implemented Interfaces:
SecuredElementItf, java.io.Serializable, HasAssociations, HasOntologyReference, HasPropertySets

public class Age
extends OntologyEntry

Author:
TranP
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biomage.Interface.HasAssociations
HasAssociations.Associations_list
 
Nested classes/interfaces inherited from interface org.biomage.Interface.HasPropertySets
HasPropertySets.PropertySets_list
 
Field Summary
 
Fields inherited from class org.biomage.Description.OntologyEntry
ontologyReference
 
Fields inherited from class org.biomage.Description.Ontology.BioMaterialCharacteristic
ojbConcreteClass
 
Fields inherited from class org.biomage.Common.Extendable
editable, id, securedElementId
 
Constructor Summary
Age()
           
Age(org.xml.sax.Attributes atts)
           
 
Method Summary
 OntologyEntry getAgeValue()
           
 HasAssociations.Associations_list getAssociations()
          Get method for associations
 OntologyEntry getInitialTimePoint()
           
 OntologyEntry getMaxMeasurement()
           
 OntologyEntry getMaxValue()
           
 OntologyEntry getMeasurement()
           
 OntologyEntry getMinMeasurement()
           
 OntologyEntry getMinValue()
           
 void setAgeValue(OntologyEntry entry)
           
 void setInitialTimePoint(OntologyEntry entry)
           
 void setMaxMeasurement(OntologyEntry entry)
           
 void setMaxValue(OntologyEntry entry)
           
 void setMeasurement(OntologyEntry entry)
           
 void setMinMeasurement(OntologyEntry entry)
           
 void setMinValue(OntologyEntry entry)
           
 
Methods inherited from class org.biomage.Description.OntologyEntry
addToAssociations, addToAssociations, emptyMAGEobject, getCategory, getDescription, getFromAssociations, getModelClassName, getOntologyReference, getValue, removeElementAtFromAssociations, removeFromAssociations, setAssociations, setCategory, setDescription, setOntologyReference, setValue, writeAssociations, writeAttributes, writeMAGEML
 
Methods inherited from class org.biomage.Description.Ontology.BioMaterialCharacteristic
createMGEDMeasurementRestriction
 
Methods inherited from class org.biomage.Common.Extendable
addToPropertySets, addToPropertySets, equals, getFromPropertySets, getId, getIsEditable, getPropertySets, getSecuredElementId, isEditable, removeElementAtFromPropertySets, removeFromPropertySets, setAttributes, setId, setIsEditable, setPropertySets, setSecuredElementId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Age

public Age()

Age

public Age(org.xml.sax.Attributes atts)
Parameters:
atts -
Method Detail

getAssociations

public HasAssociations.Associations_list getAssociations()
Description copied from class: OntologyEntry
Get method for associations

Specified by:
getAssociations in interface HasAssociations
Overrides:
getAssociations in class OntologyEntry
Returns:
value of the attribute

getMeasurement

public OntologyEntry getMeasurement()
Returns:

setMeasurement

public void setMeasurement(OntologyEntry entry)
Parameters:
entry -

getAgeValue

public OntologyEntry getAgeValue()
Returns:

setAgeValue

public void setAgeValue(OntologyEntry entry)
Parameters:
entry -

getMinMeasurement

public OntologyEntry getMinMeasurement()
Returns:

setMinMeasurement

public void setMinMeasurement(OntologyEntry entry)
Parameters:
entry -

getMinValue

public OntologyEntry getMinValue()
Returns:

setMinValue

public void setMinValue(OntologyEntry entry)
Parameters:
entry -

getMaxMeasurement

public OntologyEntry getMaxMeasurement()
Returns:

setMaxMeasurement

public void setMaxMeasurement(OntologyEntry entry)
Parameters:
entry -

getMaxValue

public OntologyEntry getMaxValue()
Returns:

setMaxValue

public void setMaxValue(OntologyEntry entry)
Parameters:
entry -

getInitialTimePoint

public OntologyEntry getInitialTimePoint()
Returns:

setInitialTimePoint

public void setInitialTimePoint(OntologyEntry entry)
Parameters:
entry -