net.sf.dynamicreports.design.base.expression
Class DRDesignPropertyExpression

java.lang.Object
  extended by net.sf.dynamicreports.design.base.expression.DRDesignPropertyExpression
All Implemented Interfaces:
DRIDesignPropertyExpression

public class DRDesignPropertyExpression
extends Object
implements DRIDesignPropertyExpression

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignPropertyExpression()
           
 
Method Summary
 String getName()
           
 DRIDesignExpression getValueExpression()
           
 void setName(String name)
           
 void setValueExpression(DRIDesignExpression valueExpression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRDesignPropertyExpression

public DRDesignPropertyExpression()
Method Detail

getName

public String getName()
Specified by:
getName in interface DRIDesignPropertyExpression

setName

public void setName(String name)

getValueExpression

public DRIDesignExpression getValueExpression()
Specified by:
getValueExpression in interface DRIDesignPropertyExpression

setValueExpression

public void setValueExpression(DRIDesignExpression valueExpression)


Copyright © 2010-2014. All Rights Reserved.