org.apache.openejb.jee.sun
Class ConstraintField

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

public class ConstraintField
extends Object


Field Summary
protected  String cacheOnMatch
           
protected  String cacheOnMatchFailure
           
protected  List<ConstraintFieldValue> constraintFieldValue
           
protected  String name
           
protected  String scope
           
 
Constructor Summary
ConstraintField()
           
 
Method Summary
 String getCacheOnMatch()
           
 String getCacheOnMatchFailure()
           
 List<ConstraintFieldValue> getConstraintFieldValue()
           
 String getName()
           
 String getScope()
           
 void setCacheOnMatch(String value)
           
 void setCacheOnMatchFailure(String value)
           
 void setName(String value)
           
 void setScope(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

scope

protected String scope

cacheOnMatch

protected String cacheOnMatch

cacheOnMatchFailure

protected String cacheOnMatchFailure

constraintFieldValue

protected List<ConstraintFieldValue> constraintFieldValue
Constructor Detail

ConstraintField

public ConstraintField()
Method Detail

getName

public String getName()

setName

public void setName(String value)

getScope

public String getScope()

setScope

public void setScope(String value)

getCacheOnMatch

public String getCacheOnMatch()

setCacheOnMatch

public void setCacheOnMatch(String value)

getCacheOnMatchFailure

public String getCacheOnMatchFailure()

setCacheOnMatchFailure

public void setCacheOnMatchFailure(String value)

getConstraintFieldValue

public List<ConstraintFieldValue> getConstraintFieldValue()


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