org.apache.openejb.jee
Class CmpField
java.lang.Object
org.apache.openejb.jee.CmpField
public class CmpField
- extends Object
The cmp-fieldType describes a container-managed field. The
cmp-fieldType contains an optional description of the field,
and the name of the field.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected List<Text> description
fieldName
protected String fieldName
id
protected String id
CmpField
public CmpField()
getDescription
public List<Text> getDescription()
getFieldName
public String getFieldName()
setFieldName
public void setFieldName(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.