blather.model
Interface BlabInterface

All Known Implementing Classes:
Blab

public interface BlabInterface


Method Summary
 java.lang.String getContent()
          Returns the content of this blab.
 SimpleDate getDate()
          Returns the creation date of this blab.
 java.lang.String getUserName()
          Returns the name of the user who posted this blab.
 

Method Detail

getContent

java.lang.String getContent()
Returns the content of this blab.

Returns:

getDate

SimpleDate getDate()
Returns the creation date of this blab.

Returns:
the creation date of this blab.

getUserName

java.lang.String getUserName()
Returns the name of the user who posted this blab.

Returns:
the name of the user who posted this blab.