public class LibrarySource extends Object implements Serializable, Comparable<LibrarySource>, SecondTierModel
LibrarySource class.
Constructor and Description |
---|
LibrarySource()
Constructor for LibrarySource.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LibrarySource that) |
boolean |
equals(Object other) |
String |
getDescription()
Getter for the field
description . |
Integer |
getLibrarySourceId()
Getter for the field
librarySourceId . |
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 |
setLibrarySourceId(Integer librarySourceId)
Setter for the field
librarySourceId . |
void |
setName(String name)
Setter for the field
name . |
String |
toString() |
public int compareTo(LibrarySource that)
compareTo
in interface Comparable<LibrarySource>
that
- public Integer getLibrarySourceId()
Getter for the field librarySourceId
.
Integer
object.public void setLibrarySourceId(Integer librarySourceId)
Setter for the field librarySourceId
.
librarySourceId
- 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.