fr.paris.lutece.plugins.directory.business
Class RecordField

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.business.RecordField

public class RecordField
extends java.lang.Object

class RecordField


Constructor Summary
RecordField()
           
 
Method Summary
 IEntry getEntry()
           
 Field getField()
          get the field associate to the response
 File getFile()
           
 int getIdRecordField()
           
 Record getRecord()
           
 java.lang.String getValue()
           
 void setEntry(IEntry entry)
          set the entry associate to the field
 void setField(Field field)
          set the field associate to the response
 void setFile(File file)
          set the file associate to the record field
 void setIdRecordField(int idRecordField)
          set the id of the record field
 void setRecord(Record record)
          the record associate to the field
 void setValue(java.lang.String valueRecordField)
          set the value of the record field
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordField

public RecordField()
Method Detail

getRecord

public Record getRecord()
Returns:
the record associate to the field

setRecord

public void setRecord(Record record)
the record associate to the field

Parameters:
record - the record

getEntry

public IEntry getEntry()
Returns:
the entry associate to the field

setEntry

public void setEntry(IEntry entry)
set the entry associate to the field

Parameters:
entry - the entry associate to the field

getIdRecordField

public int getIdRecordField()
Returns:
the id of the response

setIdRecordField

public void setIdRecordField(int idRecordField)
set the id of the record field

Parameters:
idRecordField - the id of the record field

getValue

public java.lang.String getValue()
Returns:
the value of the record field

setValue

public void setValue(java.lang.String valueRecordField)
set the value of the record field

Parameters:
valueRecordField - the value of the record field

getField

public Field getField()
get the field associate to the response

Returns:
the field associate to the response

setField

public void setField(Field field)
set the field associate to the response

Parameters:
field - field

getFile

public File getFile()
Returns:
the file associate to the record field

setFile

public void setFile(File file)
set the file associate to the record field

Parameters:
file - the file


Copyright © 2009 Mairie de Paris. All Rights Reserved.