public final class VDJCLibraryNote extends Object implements Comparable<VDJCLibraryNote>
| Constructor and Description |
|---|
VDJCLibraryNote(VDJCLibraryNoteType type,
String text) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VDJCLibraryNote o) |
boolean |
equals(Object o) |
String |
getText() |
VDJCLibraryNoteType |
getType() |
int |
hashCode() |
public VDJCLibraryNote(VDJCLibraryNoteType type, String text)
public VDJCLibraryNoteType getType()
public String getText()
public int compareTo(VDJCLibraryNote o)
compareTo in interface Comparable<VDJCLibraryNote>Copyright © 2017. All rights reserved.