|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.RecordField
public class RecordField
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 |
---|
public static final java.lang.String ATTRIBUTE_GEOLOCATION
Constructor Detail |
---|
public RecordField()
Method Detail |
---|
public Record getRecord()
public void setRecord(Record record)
record
- the recordpublic IEntry getEntry()
public void setEntry(IEntry entry)
entry
- the entry associate to the fieldpublic int getIdRecordField()
public void setIdRecordField(int idRecordField)
idRecordField
- the id of the record fieldpublic java.lang.String getValue()
public void setValue(java.lang.String valueRecordField)
valueRecordField
- the value of the record fieldpublic Field getField()
public void setField(Field field)
field
- fieldpublic File getFile()
public void setFile(File file)
file
- the filepublic boolean isLittleThumbnail()
public boolean isBigThumbnail()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getFileExtension()
public void setFileExtension(java.lang.String fileExtension)
fileExtension
- the file extension if the response value is a filepublic java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- the file name if the response value is a file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |