public class PamTip
extends Object
Stores information for a single tip of the day
- Author:
- Doug Gillespie
- See Also:
-
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
PamTip 
-
PamTip 
-
Method Details 
-
getTopic 
-
setTopic 
public void setTopic(String topic)
-
getTip 
-
setTip 
public void setTip(String tip)
-
getModule 
-
setModule 
public void setModule(String module)
-
getHelpURL 
-
setHelpURL 
public void setHelpURL(String helpURL)