com.pmease.quickbuild.model
Class VariableFacade

java.lang.Object
  extended bycom.pmease.quickbuild.model.VariableFacade
All Implemented Interfaces:
java.io.Serializable

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

Facade class for Variable. The variable class

See Also:
Serialized Form

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.