org.kuali.rice.edl.impl.extract
Class Fields
java.lang.Object
org.kuali.rice.edl.impl.extract.Fields
@Entity
public class Fields
- extends Object
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fields
public Fields()
beforeInsert
public void beforeInsert()
getFieldId
public Long getFieldId()
getDocId
public Long getDocId()
setDocId
public void setDocId(Long docId)
getFieldValue
public String getFieldValue()
setFieldValue
public void setFieldValue(String fieldValue)
getFiledName
public String getFiledName()
setFieldName
public void setFieldName(String filedName)
getLockVerNbr
public Integer getLockVerNbr()
setLockVerNbr
public void setLockVerNbr(Integer lockVerNbr)
getDump
public Dump getDump()
setDump
public void setDump(Dump dump)
to
public static org.kuali.rice.edl.framework.extract.FieldDTO to(Fields field)
from
public static Fields from(org.kuali.rice.edl.framework.extract.FieldDTO fieldDTO,
Dump dump)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.