com.atlassian.bamboo.js
Class DecoratedPlanUpdateBean

java.lang.Object
  extended by com.atlassian.bamboo.js.DecoratedPlanUpdateBean

public class DecoratedPlanUpdateBean
extends java.lang.Object

Simple object that gets serialized into JSON objects to the


Constructor Summary
DecoratedPlanUpdateBean(PlanDecorator[] plans, java.lang.Long currentTime)
           
 
Method Summary
 java.lang.Long getCurrentTime()
           
 PlanDecorator[] getPlans()
           
 void setCurrentTime(java.lang.Long currentTime)
           
 void setPlans(PlanDecorator[] plans)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratedPlanUpdateBean

public DecoratedPlanUpdateBean(PlanDecorator[] plans,
                               java.lang.Long currentTime)
Method Detail

getPlans

public PlanDecorator[] getPlans()

setPlans

public void setPlans(PlanDecorator[] plans)

getCurrentTime

public java.lang.Long getCurrentTime()

setCurrentTime

public void setCurrentTime(java.lang.Long currentTime)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.