Uses of Class
org.problets.domain.model.implement.TellItem

Packages that use TellItem
org.problets.domain.model.implement   
 

Uses of TellItem in org.problets.domain.model.implement
 

Methods in org.problets.domain.model.implement that return TellItem
 TellItem AskItem.getPreviousTell()
          Gets a reference to the most recent tell for this item
 

Methods in org.problets.domain.model.implement with parameters of type TellItem
 void AskItem.setPreviousTell(TellItem a_previous)
          Sets the previous tell of this item