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(FieldDTO fieldDTO, Dump dump)
           
 String getDocId()
           
 Dump getDump()
           
 Long getFieldId()
           
 String getFieldValue()
           
 String getFiledName()
           
 Integer getLockVerNbr()
           
 void setDocId(String docId)
           
 void setDump(Dump dump)
           
 void setFieldName(String filedName)
           
 void setFieldValue(String fieldValue)
           
 void setLockVerNbr(Integer lockVerNbr)
           
static 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 String getDocId()

setDocId

public void setDocId(String 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 FieldDTO to(Fields field)

from

public static Fields from(FieldDTO fieldDTO,
                          Dump dump)


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.