arta.synergy.web.common.client.data.plans
Class ActionPath

java.lang.Object
  extended by arta.synergy.web.common.client.data.plans.ActionPath
All Implemented Interfaces:
java.io.Serializable

public class ActionPath
extends java.lang.Object
implements java.io.Serializable

Created by IntelliJ IDEA. User: exile Date: 07.03.13 Time: 11:01 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
ActionPath()
           
 
Method Summary
 Action getAction()
           
 Action getPath()
           
 java.lang.String getPlanId()
           
 int getTreeType()
           
 void setAction(Action action)
           
 void setPath(Action path)
           
 void setPlanId(java.lang.String planId)
           
 void setTreeType(int treeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionPath

public ActionPath()
Method Detail

getTreeType

public int getTreeType()

setTreeType

public void setTreeType(int treeType)

getPlanId

public java.lang.String getPlanId()

setPlanId

public void setPlanId(java.lang.String planId)

getPath

public Action getPath()

setPath

public void setPath(Action path)

getAction

public Action getAction()

setAction

public void setAction(Action action)


Copyright © 2000 Dummy Corp. All Rights Reserved.