com.jurismarches.vradi.entities
Interface Infogene
- All Superinterfaces:
- org.sharengo.wikitty.BusinessEntity, Cloneable, Serializable
- All Known Subinterfaces:
- Form
- All Known Implementing Classes:
- FormBean, FormImpl, InfogeneBean, InfogeneImpl
public interface Infogene
- extends org.sharengo.wikitty.BusinessEntity
| Methods inherited from interface org.sharengo.wikitty.BusinessEntity |
addExtension, getExtensionFields, getExtensionNames, getExtensions, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion |
EXT_INFOGENE
static final String EXT_INFOGENE
- See Also:
- Constant Field Values
FIELD_ID
static final String FIELD_ID
- See Also:
- Constant Field Values
FQ_FIELD_ID
static final String FQ_FIELD_ID
- See Also:
- Constant Field Values
FIELD_OBJET
static final String FIELD_OBJET
- See Also:
- Constant Field Values
FQ_FIELD_OBJET
static final String FQ_FIELD_OBJET
- See Also:
- Constant Field Values
FIELD_CREATIONDATE
static final String FIELD_CREATIONDATE
- See Also:
- Constant Field Values
FQ_FIELD_CREATIONDATE
static final String FQ_FIELD_CREATIONDATE
- See Also:
- Constant Field Values
FIELD_SOURCEURL
static final String FIELD_SOURCEURL
- See Also:
- Constant Field Values
FQ_FIELD_SOURCEURL
static final String FQ_FIELD_SOURCEURL
- See Also:
- Constant Field Values
FIELD_SOURCETEXT
static final String FIELD_SOURCETEXT
- See Also:
- Constant Field Values
FQ_FIELD_SOURCETEXT
static final String FQ_FIELD_SOURCETEXT
- See Also:
- Constant Field Values
FIELD_ENTITY
static final String FIELD_ENTITY
- See Also:
- Constant Field Values
FQ_FIELD_ENTITY
static final String FQ_FIELD_ENTITY
- See Also:
- Constant Field Values
FIELD_COUNTRY
static final String FIELD_COUNTRY
- See Also:
- Constant Field Values
FQ_FIELD_COUNTRY
static final String FQ_FIELD_COUNTRY
- See Also:
- Constant Field Values
FIELD_DEPARTMENT
static final String FIELD_DEPARTMENT
- See Also:
- Constant Field Values
FQ_FIELD_DEPARTMENT
static final String FQ_FIELD_DEPARTMENT
- See Also:
- Constant Field Values
FIELD_DESCRIPTION
static final String FIELD_DESCRIPTION
- See Also:
- Constant Field Values
FQ_FIELD_DESCRIPTION
static final String FQ_FIELD_DESCRIPTION
- See Also:
- Constant Field Values
FIELD_STATUS
static final String FIELD_STATUS
- See Also:
- Constant Field Values
FQ_FIELD_STATUS
static final String FQ_FIELD_STATUS
- See Also:
- Constant Field Values
setId
void setId(String id)
getId
String getId()
setObjet
void setObjet(String objet)
getObjet
String getObjet()
setCreationDate
void setCreationDate(Date creationDate)
getCreationDate
Date getCreationDate()
setSourceURL
void setSourceURL(String sourceURL)
getSourceURL
String getSourceURL()
setSourceText
void setSourceText(String sourceText)
getSourceText
String getSourceText()
setEntity
void setEntity(String entity)
getEntity
String getEntity()
setCountry
void setCountry(String country)
getCountry
String getCountry()
setDepartment
void setDepartment(String department)
getDepartment
String getDepartment()
setDescription
void setDescription(String description)
getDescription
String getDescription()
setStatus
void setStatus(String status)
getStatus
String getStatus()
Copyright © 2009-2010 JurisMarches. All Rights Reserved.