public class EnzymeSubSubclass extends Object
Constructor and Description |
---|
EnzymeSubSubclass(EnzymeCommissionNumber ec,
String className,
String subclassName,
String name,
String description,
List<EnzymeEntry> entries)
Returns an
EnzymeSubSubclass instance. |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o)
Makes instances of this class comparable.
|
boolean |
equals(Object o)
Standard equals method.
|
String |
getClassName() |
String |
getDescription() |
EnzymeCommissionNumber |
getEc() |
List<EnzymeEntry> |
getEntries() |
String |
getName() |
String |
getSubclassName() |
int |
hashCode()
Returns the hash code of this object.
|
public EnzymeSubSubclass(EnzymeCommissionNumber ec, String className, String subclassName, String name, String description, List<EnzymeEntry> entries)
EnzymeSubSubclass
instance.ec
- The class' EC.className
- The name of the class.subclassName
- The name of the subclass.name
- The name of the subclass.description
- The description of the class.entries
- The list of entries (see EnzymeEntry
).NullPointerException
- if any parameters are null
apart from name
and description
.IllegalArgumentException
- if the list of entries is empty.public int compareTo(Object o)
o
- The object to be compared to this instance.NullPointerException
- if o
is null
.public boolean equals(Object o)
public int hashCode()
public EnzymeCommissionNumber getEc()
public String getClassName()
public String getSubclassName()
public String getName()
public String getDescription()
public List<EnzymeEntry> getEntries()
Copyright © 2014 EMBL-EBI. All rights reserved.