method com.dmdirc.Topic__static_init










method void com.dmdirc.Topic(String, String, long)
postthis.client == client
postinit'ed(this.client)
postthis.time == time
postinit'ed(this.time)
postthis.topic == topic
postinit'ed(this.topic)










method String getClient()
postreturn_value == this.client
postinit'ed(return_value)










method long getTime()
postreturn_value == this.time
postinit'ed(return_value)










method String getTopic()
postreturn_value == this.topic
postinit'ed(return_value)










method String toString()
postreturn_value == this.topic
postinit'ed(return_value)