public class LibrarySelection extends Object implements Serializable, Comparable<LibrarySelection>, SecondTierModel
LibrarySelection class.
Constructor and Description |
---|
LibrarySelection()
Constructor for LibrarySelection.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LibrarySelection that) |
boolean |
equals(Object other) |
String |
getDescription()
Getter for the field
description . |
Integer |
getLibrarySelectionId()
Getter for the field
librarySelectionId . |
int |
getModelId()
Get the id for this model
|
String |
getName()
Getter for the field
name . |
int |
hashCode() |
void |
setDescription(String description)
Setter for the field
description . |
void |
setLibrarySelectionId(Integer librarySelectionId)
Setter for the field
librarySelectionId . |
void |
setName(String name)
Setter for the field
name . |
String |
toString() |
public int compareTo(LibrarySelection that)
compareTo
in interface Comparable<LibrarySelection>
that
- public Integer getLibrarySelectionId()
Getter for the field librarySelectionId
.
Integer
object.public void setLibrarySelectionId(Integer librarySelectionId)
Setter for the field librarySelectionId
.
librarySelectionId
- 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 int getModelId()
SecondTierModel
getModelId
in interface SecondTierModel
Copyright © 2015 SeqWare. All rights reserved.