com.pmease.quickbuild.model
Class VariableFacade

java.lang.Object
  extended bycom.pmease.quickbuild.model.VariableFacade

public class VariableFacade
extends java.lang.Object

Facade class for Variable. The variable class


Constructor Summary
VariableFacade()
           
 
Method Summary
 java.lang.String getValue()
          OGNL: Get string value of this variable
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableFacade

public VariableFacade()
Method Detail

getValue

public java.lang.String getValue()
OGNL: Get string value of this variable


setValue

public void setValue(java.lang.String value)


Copyright © 2005 PMEase Inc. All Rights Reserved.