eu.etaxonomy.cdm.remote.dto.tdwg.voc
Class TaxonConcept

java.lang.Object
  extended by eu.etaxonomy.cdm.remote.dto.tdwg.BaseThing
      extended by eu.etaxonomy.cdm.remote.dto.tdwg.Concept
          extended by eu.etaxonomy.cdm.remote.dto.tdwg.voc.TaxonConcept
All Implemented Interfaces:
com.sun.xml.bind.CycleRecoverable

public class TaxonConcept
extends Concept
implements com.sun.xml.bind.CycleRecoverable


Nested Class Summary
static class TaxonConcept.AccordingTo
           
static class TaxonConcept.DescribedBy
           
static class TaxonConcept.HasName
           
static class TaxonConcept.HasRelationship
           
 
Nested classes/interfaces inherited from class eu.etaxonomy.cdm.remote.dto.tdwg.BaseThing
BaseThing.PublishedInCitation
 
Nested classes/interfaces inherited from interface com.sun.xml.bind.CycleRecoverable
com.sun.xml.bind.CycleRecoverable.Context
 
Constructor Summary
TaxonConcept()
           
 
Method Summary
 Actor getAccordingTo()
           
 Actor getAccordingToRelation()
           
 Set<SpeciesProfileModel> getDescribedBy()
           
 TaxonName getHasName()
           
 TaxonName getHasNameRelation()
           
 Set<Relationship> getHasRelationship()
           
 Boolean isPrimary()
           
 Object onCycleDetected(com.sun.xml.bind.CycleRecoverable.Context context)
           
 void setAccordingTo(Actor accordingTo)
           
 void setAccordingToRelation(Actor accordingTo)
           
 void setDescribedBy(Set<SpeciesProfileModel> speciesProfileModels)
           
 void setHasName(TaxonName taxonName)
           
 void setHasNameRelation(TaxonName taxonName)
           
 void setHasRelationship(Set<Relationship> relationships)
           
 void setPrimary(Boolean primary)
           
 
Methods inherited from class eu.etaxonomy.cdm.remote.dto.tdwg.BaseThing
getAbcdEquivalence, getBerlinModelEquivalence, getContributor, getCreated, getCreator, getDarwinCoreEquivalence, getDate, getIdentifier, getMicroReference, getNotes, getPublishedIn, getPublishedInCitation, getPublishedInCitationRelation, getRelation, getSameAs, getTaxonomicPlacementFormal, getTaxonomicPlacementInformal, getTcsEquivalence, getTitle, isDeprecated, isRestricted, setContributor, setCreated, setCreator, setDate, setDeprecated, setIdentifier, setMicroReference, setNotes, setPublishedIn, setPublishedInCitation, setPublishedInCitationRelation, setRelation, setRestricted, setSameAs, setTaxonomicPlacementFormal, setTaxonomicPlacementInformal, setTcsEquivalence, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxonConcept

public TaxonConcept()
Method Detail

getHasRelationship

public Set<Relationship> getHasRelationship()

setHasRelationship

public void setHasRelationship(Set<Relationship> relationships)

getDescribedBy

public Set<SpeciesProfileModel> getDescribedBy()

setDescribedBy

public void setDescribedBy(Set<SpeciesProfileModel> speciesProfileModels)

getHasName

public TaxonName getHasName()

setHasName

public void setHasName(TaxonName taxonName)

getHasNameRelation

public TaxonName getHasNameRelation()

setHasNameRelation

public void setHasNameRelation(TaxonName taxonName)

isPrimary

public Boolean isPrimary()

getAccordingTo

public Actor getAccordingTo()

setAccordingTo

public void setAccordingTo(Actor accordingTo)

getAccordingToRelation

public Actor getAccordingToRelation()

setAccordingToRelation

public void setAccordingToRelation(Actor accordingTo)

setPrimary

public void setPrimary(Boolean primary)

onCycleDetected

public Object onCycleDetected(com.sun.xml.bind.CycleRecoverable.Context context)
Specified by:
onCycleDetected in interface com.sun.xml.bind.CycleRecoverable


Copyright © 2007-2013 EDIT. All Rights Reserved.