uk.ac.ebi.jmzidml.model
Class AbstractIdentifiableParamGroup

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.MzIdentMLObject
      extended by uk.ac.ebi.jmzidml.model.mzidml.Identifiable
          extended by uk.ac.ebi.jmzidml.model.AbstractIdentifiableParamGroup
All Implemented Interfaces:
Serializable, CvParamListCapable, ParamGroupCapable

public abstract class AbstractIdentifiableParamGroup
extends Identifiable
implements ParamGroupCapable

Since:
1.0
Author:
Florian Reisinger Date: 09-Nov-2010
See Also:
Serialized Form

Field Summary
 
Fields inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable
id, name
 
Constructor Summary
AbstractIdentifiableParamGroup()
           
 
Method Summary
 List<CvParam> getCvParam()
           
 List<UserParam> getUserParam()
           
 
Methods inherited from class uk.ac.ebi.jmzidml.model.mzidml.Identifiable
getId, getName, setId, setName
 
Methods inherited from class uk.ac.ebi.jmzidml.model.MzIdentMLObject
getHid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractIdentifiableParamGroup

public AbstractIdentifiableParamGroup()
Method Detail

getCvParam

public List<CvParam> getCvParam()
Specified by:
getCvParam in interface CvParamListCapable
Specified by:
getCvParam in interface ParamGroupCapable
Returns:
A List of CvParam objects.

getUserParam

public List<UserParam> getUserParam()
Specified by:
getUserParam in interface ParamGroupCapable


Copyright © 2012. All Rights Reserved.