com.jurismarches.vradi.entities
Interface Form

All Superinterfaces:
org.sharengo.wikitty.BusinessEntity, Cloneable, Infogene, Serializable
All Known Implementing Classes:
FormBean, FormImpl

public interface Form
extends org.sharengo.wikitty.BusinessEntity, Infogene


Field Summary
static String EXT_FORM
           
static String FIELD_DATEPEREMPTION
           
static String FIELD_DATEPUB
           
static String FIELD_SENDING
           
static String FIELD_THESAURUS
           
static String FQ_FIELD_DATEPEREMPTION
           
static String FQ_FIELD_DATEPUB
           
static String FQ_FIELD_SENDING
           
static String FQ_FIELD_THESAURUS
           
 
Fields inherited from interface com.jurismarches.vradi.entities.Infogene
EXT_INFOGENE, FIELD_COUNTRY, FIELD_CREATIONDATE, FIELD_DEPARTMENT, FIELD_DESCRIPTION, FIELD_ENTITY, FIELD_ID, FIELD_OBJET, FIELD_SOURCETEXT, FIELD_SOURCEURL, FIELD_STATUS, FQ_FIELD_COUNTRY, FQ_FIELD_CREATIONDATE, FQ_FIELD_DEPARTMENT, FQ_FIELD_DESCRIPTION, FQ_FIELD_ENTITY, FQ_FIELD_ID, FQ_FIELD_OBJET, FQ_FIELD_SOURCETEXT, FQ_FIELD_SOURCEURL, FQ_FIELD_STATUS
 
Method Summary
 void addSending(String element)
           
 void addThesaurus(String element)
           
 void clearSending()
           
 void clearThesaurus()
           
 Date getDatePeremption()
           
 Date getDatePub()
           
 Set<String> getSending()
           
 Set<String> getThesaurus()
           
 void removeSending(String element)
           
 void removeThesaurus(String element)
           
 void setDatePeremption(Date datePeremption)
           
 void setDatePub(Date datePub)
           
 
Methods inherited from interface com.jurismarches.vradi.entities.Infogene
getCountry, getCreationDate, getDepartment, getDescription, getEntity, getId, getObjet, getSourceText, getSourceURL, getStatus, setCountry, setCreationDate, setDepartment, setDescription, setEntity, setId, setObjet, setSourceText, setSourceURL, setStatus
 
Methods inherited from interface org.sharengo.wikitty.BusinessEntity
addExtension, getExtensionFields, getExtensionNames, getExtensions, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion
 

Field Detail

EXT_FORM

static final String EXT_FORM
See Also:
Constant Field Values

FIELD_DATEPUB

static final String FIELD_DATEPUB
See Also:
Constant Field Values

FQ_FIELD_DATEPUB

static final String FQ_FIELD_DATEPUB
See Also:
Constant Field Values

FIELD_DATEPEREMPTION

static final String FIELD_DATEPEREMPTION
See Also:
Constant Field Values

FQ_FIELD_DATEPEREMPTION

static final String FQ_FIELD_DATEPEREMPTION
See Also:
Constant Field Values

FIELD_THESAURUS

static final String FIELD_THESAURUS
See Also:
Constant Field Values

FQ_FIELD_THESAURUS

static final String FQ_FIELD_THESAURUS
See Also:
Constant Field Values

FIELD_SENDING

static final String FIELD_SENDING
See Also:
Constant Field Values

FQ_FIELD_SENDING

static final String FQ_FIELD_SENDING
See Also:
Constant Field Values
Method Detail

setDatePub

void setDatePub(Date datePub)

getDatePub

Date getDatePub()

setDatePeremption

void setDatePeremption(Date datePeremption)

getDatePeremption

Date getDatePeremption()

getThesaurus

Set<String> getThesaurus()

addThesaurus

void addThesaurus(String element)

removeThesaurus

void removeThesaurus(String element)

clearThesaurus

void clearThesaurus()

getSending

Set<String> getSending()

addSending

void addSending(String element)

removeSending

void removeSending(String element)

clearSending

void clearSending()


Copyright © 2009-2010 JurisMarches. All Rights Reserved.