org.apache.openejb.jee
Class CmpField

java.lang.Object
  extended by org.apache.openejb.jee.CmpField

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

Field Detail

description

protected java.util.List<Text> description

fieldName

protected java.lang.String fieldName

id

protected java.lang.String id
Constructor Detail

CmpField

public CmpField()

CmpField

public CmpField(java.lang.String fieldName)
Method Detail

getDescription

public java.util.List<Text> getDescription()

getFieldName

public java.lang.String getFieldName()

setFieldName

public void setFieldName(java.lang.String value)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)


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