org.apache.openejb.jee.sun
Class ConstraintFieldValue

java.lang.Object
  extended by org.apache.openejb.jee.sun.ConstraintFieldValue

public class ConstraintFieldValue
extends Object


Field Summary
protected  String cacheOnMatch
           
protected  String cacheOnMatchFailure
           
protected  String matchExpr
           
protected  String value
           
 
Constructor Summary
ConstraintFieldValue()
           
 
Method Summary
 String getCacheOnMatch()
           
 String getCacheOnMatchFailure()
           
 String getMatchExpr()
           
 String getvalue()
           
 void setCacheOnMatch(String value)
           
 void setCacheOnMatchFailure(String value)
           
 void setMatchExpr(String value)
           
 void setvalue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matchExpr

protected String matchExpr

cacheOnMatch

protected String cacheOnMatch

cacheOnMatchFailure

protected String cacheOnMatchFailure

value

protected String value
Constructor Detail

ConstraintFieldValue

public ConstraintFieldValue()
Method Detail

getMatchExpr

public String getMatchExpr()

setMatchExpr

public void setMatchExpr(String value)

getCacheOnMatch

public String getCacheOnMatch()

setCacheOnMatch

public void setCacheOnMatch(String value)

getCacheOnMatchFailure

public String getCacheOnMatchFailure()

setCacheOnMatchFailure

public void setCacheOnMatchFailure(String value)

getvalue

public String getvalue()

setvalue

public void setvalue(String value)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.