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


Field Summary
static java.lang.String ATTRIBUTE_GEOLOCATION
           
 
Constructor Summary
RecordField()
           
 
Method Summary
 IEntry getEntry()
           
 Field getField()
          get the field associate to the response
 File getFile()
           
 java.lang.String getFileExtension()
          Get the file extensions
 java.lang.String getFileName()
          The file name if the response value is a file
 int getIdRecordField()
           
 Record getRecord()
           
 java.lang.String getValue()
           
 boolean isBigThumbnail()
           
 boolean isLittleThumbnail()
           
 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 setFileExtension(java.lang.String fileExtension)
          Set the file extension if the response value is a file
 void setFileName(java.lang.String fileName)
          The file name if the response value is a file
 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
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ATTRIBUTE_GEOLOCATION

public static final java.lang.String ATTRIBUTE_GEOLOCATION
See Also:
Constant Field Values
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

isLittleThumbnail

public boolean isLittleThumbnail()

isBigThumbnail

public boolean isBigThumbnail()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
the value of the recordField

getFileExtension

public java.lang.String getFileExtension()
Get the file extensions

Returns:
the file extension if the response value is a file

setFileExtension

public void setFileExtension(java.lang.String fileExtension)
Set the file extension if the response value is a file

Parameters:
fileExtension - the file extension if the response value is a file

getFileName

public java.lang.String getFileName()
The file name if the response value is a file

Returns:
the file name if the response value is a file

setFileName

public void setFileName(java.lang.String fileName)
The file name if the response value is a file

Parameters:
fileName - the file name if the response value is a file


Copyright © 2011 Mairie de Paris. All Rights Reserved.