org.apache.openejb.jee
Class CmpField

java.lang.Object
  extended by 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.


Field Summary
protected  List<Text> description
           
protected  String fieldName
           
protected  String id
           
 
Constructor Summary
CmpField()
           
 
Method Summary
 List<Text> getDescription()
           
 String getFieldName()
           
 String getId()
           
 void setFieldName(String value)
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<Text> description

fieldName

protected String fieldName

id

protected String id
Constructor Detail

CmpField

public CmpField()
Method Detail

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.