eu.etaxonomy.cdm.model.molecular
Class Locus

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.molecular.Locus
All Implemented Interfaces:
ICdmBase, IVersionableEntity, Serializable, Cloneable

@Entity
public class Locus
extends VersionableEntity

Author:
a.mueller
See Also:
Serialized Form

Field Summary
 
Fields inherited from class eu.etaxonomy.cdm.model.common.CdmBase
uuid
 
Constructor Summary
protected Locus()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
static Locus NewInstance(String name, String description)
           
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from class eu.etaxonomy.cdm.model.common.VersionableEntity
clone, equals, getUpdated, getUpdatedBy, setUpdated, setUpdatedBy
 
Methods inherited from class eu.etaxonomy.cdm.model.common.CdmBase
addPropertyChangeListener, addPropertyChangeListener, clone, deproxy, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getCreated, getCreatedBy, getId, getUuid, hashCode, hasListeners, instanceToString, invokeSetMethod, invokeSetMethodWithNull, isInstanceOf, removePropertyChangeListener, removePropertyChangeListener, setCreated, setCreatedBy, setId, setUuid, toString
 
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

Locus

protected Locus()
Method Detail

NewInstance

public static Locus NewInstance(String name,
                                String description)

getName

public String getName()

setName

public void setName(String name)
Parameters:
name - name

getDescription

public String getDescription()

setDescription

public void setDescription(String description)
Parameters:
description - description


Copyright © 2007-2013 EDIT. All Rights Reserved.