org.demosys.web.story
Class StoryView
java.lang.Object
|
+--org.demosys.web.story.StoryView
- All Implemented Interfaces:
- java.lang.Cloneable
- public class StoryView
- extends java.lang.Object
- implements java.lang.Cloneable
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoryView
public StoryView()
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getEstimate
public double getEstimate()
setEstimate
public void setEstimate(double estimate)
getPriority
public int getPriority()
setPriority
public void setPriority(int priority)
Copyright © 2003-2004 Sourceforge. All Rights Reserved.