eu.etaxonomy.cdm.model.molecular
Class DnaSample

java.lang.Object
  extended by eu.etaxonomy.cdm.model.common.CdmBase
      extended by eu.etaxonomy.cdm.model.common.VersionableEntity<T>
          extended by eu.etaxonomy.cdm.model.common.AnnotatableEntity<T>
              extended by eu.etaxonomy.cdm.model.common.IdentifiableEntity
                  extended by eu.etaxonomy.cdm.model.media.IdentifyableMediaEntity
                      extended by eu.etaxonomy.cdm.model.occurrence.SpecimenOrObservationBase
                          extended by eu.etaxonomy.cdm.model.occurrence.DerivedUnitBase
                              extended by eu.etaxonomy.cdm.model.occurrence.Specimen
                                  extended by eu.etaxonomy.cdm.model.molecular.DnaSample
All Implemented Interfaces:
ICdmBase, IIdentifiableEntitiy, ISourceable, IMediaDocumented, IMediaEntity, Serializable

public class DnaSample
extends Specimen

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

Field Summary
 
Fields inherited from class eu.etaxonomy.cdm.model.common.IdentifiableEntity
NOT_PROTECTED, PROTECTED
 
Fields inherited from class eu.etaxonomy.cdm.model.common.AnnotatableEntity
annotations, markers
 
Constructor Summary
DnaSample()
           
 
Method Summary
 void addSequences(Sequence sequence)
           
 String getBankNumber()
           
 Set<SpecimenOrObservationBase> getExtractedFrom()
           
 Set<Sequence> getSequences()
           
 Collection getStoredAt()
           
 void removeSequences(Sequence sequence)
           
 void setBankNumber(String bankNumber)
           
protected  void setSequences(Set<Sequence> sequences)
           
 void setStoredAt(Collection storedAt)
           
 
Methods inherited from class eu.etaxonomy.cdm.model.occurrence.Specimen
getPreservation, NewInstance, setPreservation
 
Methods inherited from class eu.etaxonomy.cdm.model.occurrence.DerivedUnitBase
getCatalogNumber, getCollection, getDerivedFrom, getGatheringEvent, getOriginals, getStoredUnder, setCatalogNumber, setCollection, setDerivedFrom, setStoredUnder
 
Methods inherited from class eu.etaxonomy.cdm.model.occurrence.SpecimenOrObservationBase
addDefinition, addDefinition, addDerivationEvent, addDescription, addDetermination, generateTitle, getDefinition, getDerivationEvents, getDescriptions, getDeterminations, getIndividualCount, getLifeStage, getOriginalUnit, getSex, removeDefinition, removeDerivationEvent, removeDescription, removeDetermination, setDerivationEvents, setDescriptions, setDeterminations, setIndividualCount, setLifeStage, setSex
 
Methods inherited from class eu.etaxonomy.cdm.model.media.IdentifyableMediaEntity
addMedia, clone, getMedia, removeMedia, setMedia
 
Methods inherited from class eu.etaxonomy.cdm.model.common.IdentifiableEntity
addExtension, addRights, addSource, getExtensions, getLsid, getPersistentTitleCache, getRights, getSources, getTitleCache, isProtectedTitleCache, removeExtension, removeRights, removeSource, setExtensions, setLsid, setPersistentTitleCache, setProtectedTitleCache, setRights, setSources, setTitleCache, setTitleCache, toString
 
Methods inherited from class eu.etaxonomy.cdm.model.common.AnnotatableEntity
addAnnotation, addMarker, getAnnotations, getMarkers, removeAnnotation, removeMarker, setAnnotations, setMarkers
 
Methods inherited from class eu.etaxonomy.cdm.model.common.VersionableEntity
equals, 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
 

Constructor Detail

DnaSample

public DnaSample()
Method Detail

getSequences

public Set<Sequence> getSequences()

setSequences

protected void setSequences(Set<Sequence> sequences)

addSequences

public void addSequences(Sequence sequence)

removeSequences

public void removeSequences(Sequence sequence)

getStoredAt

public Collection getStoredAt()

setStoredAt

public void setStoredAt(Collection storedAt)

getExtractedFrom

public Set<SpecimenOrObservationBase> getExtractedFrom()

getBankNumber

public String getBankNumber()

setBankNumber

public void setBankNumber(String bankNumber)


Copyright © 2008. All Rights Reserved.