|
||||||||||
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
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 |
---|
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 file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |