public class StudyType extends Object implements Serializable, SecondTierModel
StudyType class.
| Constructor and Description |
|---|
StudyType() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StudyType that)
compareTo.
|
boolean |
equals(Object other) |
String |
getDescription()
Getter for the field
description. |
int |
getModelId()
Get the id for this model
|
String |
getName()
Getter for the field
name. |
static long |
getSerialVersionUID()
Getter for the field
serialVersionUID. |
Integer |
getStudyTypeId()
Getter for the field
studyTypeId. |
int |
hashCode() |
void |
setDescription(String description)
Setter for the field
description. |
void |
setName(String name)
Setter for the field
name. |
void |
setStudyTypeId(Integer studyTypeId)
Setter for the field
studyTypeId. |
String |
toString() |
public int compareTo(StudyType that)
compareTo.
that - a StudyType object.public Integer getStudyTypeId()
Getter for the field studyTypeId.
Integer object.public void setStudyTypeId(Integer studyTypeId)
Setter for the field studyTypeId.
studyTypeId - a Integer object.public void setName(String name)
Setter for the field name.
name - a String object.public String getDescription()
Getter for the field description.
String object.public void setDescription(String description)
Setter for the field description.
description - a String object.public static long getSerialVersionUID()
Getter for the field serialVersionUID.
public int getModelId()
SecondTierModelgetModelId in interface SecondTierModelCopyright © 2015 SeqWare. All rights reserved.