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

java.lang.Object
  extended by org.kuali.rice.edl.impl.extract.Fields
All Implemented Interfaces:
Serializable

@Entity
public class Fields
extends Object
implements Serializable

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
Fields()
           
 
Method Summary
static Fields from(FieldDTO fieldDTO, Dump dump)
          Converts a FieldDTO to a Fields
 String getDocId()
          Returns the doc id.
 Dump getDump()
          Returns a Dump
 Long getFieldId()
          Returns the field id.
 String getFieldName()
          Returns the field name.
 String getFieldValue()
          Returns the field value.
 Integer getLockVerNbr()
          Returns the lock version number.
 void setDocId(String docId)
           
 void setDump(Dump dump)
           
 void setFieldId(Long fieldId)
           
 void setFieldName(String filedName)
           
 void setFieldValue(String fieldValue)
           
 void setLockVerNbr(Integer lockVerNbr)
           
static FieldDTO to(Fields field)
          Converts a Fields to a FieldDTO.
 
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

getFieldId

public Long getFieldId()
Returns the field id.

Returns:
the field id

setFieldId

public void setFieldId(Long fieldId)
See Also:
getFieldId()

getDocId

public String getDocId()
Returns the doc id.

Returns:
the doc id

setDocId

public void setDocId(String docId)
See Also:
getDocId()

getFieldValue

public String getFieldValue()
Returns the field value.

Returns:
the field value

setFieldValue

public void setFieldValue(String fieldValue)
See Also:
getFieldValue()

getFieldName

public String getFieldName()
Returns the field name.

Returns:
the field name

setFieldName

public void setFieldName(String filedName)
See Also:
getFieldName()

getLockVerNbr

public Integer getLockVerNbr()
Returns the lock version number.

Returns:
the lock version number

setLockVerNbr

public void setLockVerNbr(Integer lockVerNbr)
See Also:
getLockVerNbr()

getDump

public Dump getDump()
Returns a Dump

Returns:
a Dump

setDump

public void setDump(Dump dump)
See Also:
getDump()

to

public static FieldDTO to(Fields field)
Converts a Fields to a FieldDTO.

Parameters:
field - the Fields to convert.
Returns:
a Fields

from

public static Fields from(FieldDTO fieldDTO,
                          Dump dump)
Converts a FieldDTO to a Fields

Parameters:
fieldDTO - the FieldDTO to convert.
dump - a Dump
Returns:
a Fields


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.