| Constructor and Description |
|---|
ConversationSortId() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getMajorId() |
java.lang.Integer |
getMinorId() |
int |
hashCode() |
ConversationSortId |
setMajorId(java.lang.Integer majorId) |
ConversationSortId |
setMinorId(java.lang.Integer minorId) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getMajorId()
public ConversationSortId setMajorId(java.lang.Integer majorId)
public java.lang.Integer getMinorId()
public ConversationSortId setMinorId(java.lang.Integer minorId)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()