org.kuali.rice.edl.impl.extract
Class Fields

java.lang.Object
  extended by org.kuali.rice.edl.impl.extract.Fields

@Entity
public class Fields
extends Object

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
Fields()
           
 
Method Summary
 void beforeInsert()
           
static Fields from(org.kuali.rice.edl.framework.extract.FieldDTO fieldDTO, Dump dump)
           
 Long getDocId()
           
 Dump getDump()
           
 Long getFieldId()
           
 String getFieldValue()
           
 String getFiledName()
           
 Integer getLockVerNbr()
           
 void setDocId(Long docId)
           
 void setDump(Dump dump)
           
 void setFieldName(String filedName)
           
 void setFieldValue(String fieldValue)
           
 void setLockVerNbr(Integer lockVerNbr)
           
static org.kuali.rice.edl.framework.extract.FieldDTO to(Fields field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fields

public Fields()
Method Detail

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.