eu.etaxonomy.cdm.model.description
Class MeasurementUnit

java.lang.Object
  extended by eu.etaxonomy.cdm.model.common.CdmBase
      extended by eu.etaxonomy.cdm.model.common.VersionableEntity
          extended by eu.etaxonomy.cdm.model.common.TermBase
              extended by eu.etaxonomy.cdm.model.common.DefinedTermBase
                  extended by eu.etaxonomy.cdm.model.description.MeasurementUnit
All Implemented Interfaces:
ICdmBase, ILoadableTerm, Serializable

public class MeasurementUnit
extends DefinedTermBase

This class contains the measurement units such as "centimeter" or "degree Celsius"

Version:
1.0
Author:
m.doering
See Also:
Serialized Form

Field Summary
 
Fields inherited from class eu.etaxonomy.cdm.model.common.DefinedTermBase
vocabulary, vocabularyStore
 
Constructor Summary
protected MeasurementUnit()
          Constructor
  MeasurementUnit(String term, String label, String labelAbbrev)
           
 
Method Summary
static MeasurementUnit NewInstance()
          Factory method
 
Methods inherited from class eu.etaxonomy.cdm.model.common.DefinedTermBase
addIncludes, addMedia, findByUuid, getGeneralizationOf, getIncludes, getKindOf, getMedia, getPartOf, getPersistentVocabulary, getVocabulary, readCsvLine, readCsvLine, removeIncludes, removeMedia, setGeneralizationOf, setIncludes, setKindOf, setMedia, setPartOf, setPersistentVocabulary, setVocabulary, setVocabularyStore, writeCsvLine
 
Methods inherited from class eu.etaxonomy.cdm.model.common.TermBase
addRepresentation, equals, getDescription, getDescription, getLabel, getLabel, getPreferredRepresentation, getPreferredRepresentation, getRepresentation, getRepresentations, getUri, removeRepresentation, setRepresentations, setUri, toString
 
Methods inherited from class eu.etaxonomy.cdm.model.common.VersionableEntity
clone, getNextVersion, getPreviousVersion, getUpdated, getUpdatedBy, getValidFrom, getValidTo, hashCode, setNextVersion, setPreviousVersion, setUpdated, setUpdatedBy
 
Methods inherited from class eu.etaxonomy.cdm.model.common.CdmBase
addPropertyChangeListener, addPropertyChangeListener, clone, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getCreated, getCreatedBy, getId, getUuid, hasListeners, invokeSetMethod, invokeSetMethodWithNull, removePropertyChangeListener, removePropertyChangeListener, setCreated, setCreatedBy, setId, setUuid
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface eu.etaxonomy.cdm.model.common.ICdmBase
getCreated, getCreatedBy, getId, getUuid, setCreated, setCreatedBy, setId, setUuid
 

Constructor Detail

MeasurementUnit

protected MeasurementUnit()
Constructor


MeasurementUnit

public MeasurementUnit(String term,
                       String label,
                       String labelAbbrev)
Method Detail

NewInstance

public static MeasurementUnit NewInstance()
Factory method

Returns:


Copyright © 2008. All Rights Reserved.