edu.ou.kmi.buddyspace.plugins.plans.xml
Class Plan

java.lang.Object
  |
  +--XMLData
        |
        +--edu.ou.kmi.buddyspace.plugins.plans.xml.Plan

public class Plan
extends XMLData

Plan is a tag representing .plan-like data.

See Also:
Serialized Form

Constructor Summary
Plan(PlanBuilder builder)
          Creates a new Plan instance.
 
Method Summary
 void appendItem(java.lang.StringBuffer retval)
          Returns the XML representation for the data contained within.
 java.lang.String getPlan()
          Returns the content
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plan

public Plan(PlanBuilder builder)
Creates a new Plan instance.

Method Detail

getPlan

public java.lang.String getPlan()
Returns the content


appendItem

public void appendItem(java.lang.StringBuffer retval)
Returns the XML representation for the data contained within.