org.apache.openejb.jee.sun
Class ConstraintField
java.lang.Object
org.apache.openejb.jee.sun.ConstraintField
public class ConstraintField
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
scope
protected String scope
cacheOnMatch
protected String cacheOnMatch
cacheOnMatchFailure
protected String cacheOnMatchFailure
constraintFieldValue
protected List<ConstraintFieldValue> constraintFieldValue
ConstraintField
public ConstraintField()
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.