public class LibraryStrategy extends Object implements Serializable, Comparable<LibraryStrategy>, SecondTierModel
LibraryStrategy class.
| Constructor and Description |
|---|
LibraryStrategy()
Constructor for LibraryStrategy.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LibraryStrategy that) |
boolean |
equals(Object other) |
String |
getDescription()
Getter for the field
description. |
Integer |
getLibraryStrategyId()
Getter for the field
libraryStrategyId. |
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 |
setLibraryStrategyId(Integer libraryStrategyId)
Setter for the field
libraryStrategyId. |
void |
setName(String name)
Setter for the field
name. |
String |
toString() |
public int compareTo(LibraryStrategy that)
compareTo in interface Comparable<LibraryStrategy>that - public Integer getLibraryStrategyId()
Getter for the field libraryStrategyId.
Integer object.public void setLibraryStrategyId(Integer libraryStrategyId)
Setter for the field libraryStrategyId.
libraryStrategyId - 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()
SecondTierModelgetModelId in interface SecondTierModelCopyright © 2015 SeqWare. All rights reserved.