org.apache.openejb.jee.sun
Class CmpFieldMapping
java.lang.Object
org.apache.openejb.jee.sun.CmpFieldMapping
public class CmpFieldMapping
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldName
protected java.lang.String fieldName
columnName
protected java.util.List<ColumnName> columnName
readOnly
protected ReadOnly readOnly
fetchedWith
protected FetchedWith fetchedWith
CmpFieldMapping
public CmpFieldMapping()
getFieldName
public java.lang.String getFieldName()
setFieldName
public void setFieldName(java.lang.String value)
getColumnName
public java.util.List<ColumnName> getColumnName()
getReadOnly
public ReadOnly getReadOnly()
setReadOnly
public void setReadOnly(ReadOnly value)
getFetchedWith
public FetchedWith getFetchedWith()
setFetchedWith
public void setFetchedWith(FetchedWith value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.