| Constructor and Description |
|---|
Topic() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getComments() |
java.lang.Integer |
getCreated() |
java.lang.Long |
getCreatedBy() |
java.lang.String |
getFirstComment() |
java.lang.Integer |
getId() |
BoolInt |
getIsClosed() |
BoolInt |
getIsFixed() |
java.lang.String |
getLastComment() |
java.lang.String |
getTitle() |
java.lang.Integer |
getUpdated() |
java.lang.Long |
getUpdatedBy() |
int |
hashCode() |
boolean |
isClosed() |
boolean |
isFixed() |
Topic |
setComments(java.lang.Integer comments) |
Topic |
setCreated(java.lang.Integer created) |
Topic |
setCreatedBy(java.lang.Long createdBy) |
Topic |
setFirstComment(java.lang.String firstComment) |
Topic |
setId(java.lang.Integer id) |
Topic |
setLastComment(java.lang.String lastComment) |
Topic |
setTitle(java.lang.String title) |
Topic |
setUpdated(java.lang.Integer updated) |
Topic |
setUpdatedBy(java.lang.Long updatedBy) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getComments()
public Topic setComments(java.lang.Integer comments)
public java.lang.Integer getCreated()
public Topic setCreated(java.lang.Integer created)
public java.lang.Long getCreatedBy()
public Topic setCreatedBy(java.lang.Long createdBy)
public java.lang.String getFirstComment()
public Topic setFirstComment(java.lang.String firstComment)
public java.lang.Integer getId()
public Topic setId(java.lang.Integer id)
public boolean isClosed()
public BoolInt getIsClosed()
public boolean isFixed()
public BoolInt getIsFixed()
public java.lang.String getLastComment()
public Topic setLastComment(java.lang.String lastComment)
public java.lang.String getTitle()
public Topic setTitle(java.lang.String title)
public java.lang.Integer getUpdated()
public Topic setUpdated(java.lang.Integer updated)
public java.lang.Long getUpdatedBy()
public Topic setUpdatedBy(java.lang.Long updatedBy)
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()