public class Platform extends Object implements Serializable, Comparable<Platform>, SecondTierModel
Platform class.
| Constructor and Description |
|---|
Platform()
Constructor for Platform.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Platform that) |
boolean |
equals(Object other) |
String |
getDescription()
Getter for the field
description. |
String |
getInstrumentModel()
Getter for the field
instrumentModel. |
String |
getLongName()
getLongName.
|
int |
getModelId()
Get the id for this model
|
String |
getName()
Getter for the field
name. |
Integer |
getPlatformId()
Getter for the field
platformId. |
static long |
getSerialVersionUID()
Getter for the field
serialVersionUID. |
int |
hashCode() |
void |
setDescription(String description)
Setter for the field
description. |
void |
setInstrumentModel(String instrumentModel)
Setter for the field
instrumentModel. |
void |
setName(String name)
Setter for the field
name. |
void |
setPlatformId(Integer platformId)
Setter for the field
platformId. |
String |
toString() |
public int compareTo(Platform that)
compareTo in interface Comparable<Platform>that - public Integer getPlatformId()
Getter for the field platformId.
Integer object.public void setPlatformId(Integer platformId)
Setter for the field platformId.
platformId - 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 String getInstrumentModel()
Getter for the field instrumentModel.
String object.public void setInstrumentModel(String instrumentModel)
Setter for the field instrumentModel.
instrumentModel - a String object.public static long getSerialVersionUID()
Getter for the field serialVersionUID.
public int getModelId()
SecondTierModelgetModelId in interface SecondTierModelCopyright © 2015 SeqWare. All rights reserved.