org.molgenis.omx.core
Interface Identifiable

All Superinterfaces:
Autoid, Entity
All Known Implementing Classes:
Accession, Category, Characteristic, DataSet, Individual, MolgenisFile, ObservableFeature, ObservationTarget, Ontology, OntologyTerm, Panel, Protocol, RuntimeProperty, Species

public interface Identifiable
extends Autoid

Identifiable: This interface assigns an automatic 'id', globally unique identifier 'identifier' field, and possibly not unique 'name' to all entities that implement it. .

Author:
MOLGENIS generator

Method Summary
 String getIdentifier()
           
 String getName()
           
 void setIdentifier(String identifier)
           
 void setName(String name)
           
 
Methods inherited from interface org.molgenis.omx.core.Autoid
getId, setId
 
Methods inherited from interface org.molgenis.util.Entity
create, get, getFields, getFields, getFields, getIdField, getIdValue, getLabelFields, getLabelValue, getValues, getValues, getXrefIdFieldName, isReadonly, set, set, set, setReadonly, validate
 

Method Detail

getIdentifier

String getIdentifier()

setIdentifier

void setIdentifier(String identifier)

getName

String getName()

setName

void setName(String name)


Copyright © 2013. All Rights Reserved.