com.jurismarches.vradi.entities
Class FormImpl
java.lang.Object
org.sharengo.wikitty.BusinessEntityWikitty
com.jurismarches.vradi.entities.InfogeneImpl
com.jurismarches.vradi.entities.FormImpl
- All Implemented Interfaces:
- Form, Infogene, Serializable, Cloneable, org.sharengo.wikitty.BusinessEntity
public class FormImpl
- extends InfogeneImpl
- implements Form, Infogene
- See Also:
- Serialized Form
|
Field Summary |
static org.sharengo.wikitty.WikittyExtension |
extensionForm
|
protected static List<org.sharengo.wikitty.WikittyExtension> |
extensions
|
| Fields inherited from class org.sharengo.wikitty.BusinessEntityWikitty |
wikitty |
| Fields inherited from interface com.jurismarches.vradi.entities.Form |
EXT_FORM, FIELD_ATTACHMENTS, FIELD_DATEPEREMPTION, FIELD_DATEPUB, FIELD_FILES, FIELD_THESAURUS, FIELD_XMLSTREAMURL, FQ_FIELD_ATTACHMENTS, FQ_FIELD_DATEPEREMPTION, FQ_FIELD_DATEPUB, FQ_FIELD_FILES, FQ_FIELD_THESAURUS, FQ_FIELD_XMLSTREAMURL |
| 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, FIELD_TAG, 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, FQ_FIELD_TAG |
|
Constructor Summary |
FormImpl()
|
FormImpl(org.sharengo.wikitty.BusinessEntityWikitty wi)
|
FormImpl(org.sharengo.wikitty.Wikitty wi)
|
| Methods inherited from class org.sharengo.wikitty.BusinessEntityWikitty |
getExtensionFields, getExtensionNames, getField, getFieldType, getWikitty, getWikittyId, getWikittyVersion, setField, setWikitty, setWikittyVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.sharengo.wikitty.BusinessEntity |
getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion |
extensions
protected static final List<org.sharengo.wikitty.WikittyExtension> extensions
extensionForm
public static final org.sharengo.wikitty.WikittyExtension extensionForm
FormImpl
public FormImpl()
FormImpl
public FormImpl(org.sharengo.wikitty.BusinessEntityWikitty wi)
FormImpl
public FormImpl(org.sharengo.wikitty.Wikitty wi)
setDatePub
public void setDatePub(Date datePub)
- Specified by:
setDatePub in interface Form
getDatePub
public Date getDatePub()
- Specified by:
getDatePub in interface Form
setDatePeremption
public void setDatePeremption(Date datePeremption)
- Specified by:
setDatePeremption in interface Form
getDatePeremption
public Date getDatePeremption()
- Specified by:
getDatePeremption in interface Form
getThesaurus
public Set<String> getThesaurus()
- Specified by:
getThesaurus in interface Form
addThesaurus
public void addThesaurus(String element)
- Specified by:
addThesaurus in interface Form
removeThesaurus
public void removeThesaurus(String element)
- Specified by:
removeThesaurus in interface Form
clearThesaurus
public void clearThesaurus()
- Specified by:
clearThesaurus in interface Form
getFiles
public Set<String> getFiles()
- Specified by:
getFiles in interface Form
addFiles
public void addFiles(String element)
- Specified by:
addFiles in interface Form
removeFiles
public void removeFiles(String element)
- Specified by:
removeFiles in interface Form
clearFiles
public void clearFiles()
- Specified by:
clearFiles in interface Form
getAttachments
public Set<String> getAttachments()
- Specified by:
getAttachments in interface Form
addAttachments
public void addAttachments(String element)
- Specified by:
addAttachments in interface Form
removeAttachments
public void removeAttachments(String element)
- Specified by:
removeAttachments in interface Form
clearAttachments
public void clearAttachments()
- Specified by:
clearAttachments in interface Form
setXmlStreamURL
public void setXmlStreamURL(String xmlStreamURL)
- Specified by:
setXmlStreamURL in interface Form
getXmlStreamURL
public String getXmlStreamURL()
- Specified by:
getXmlStreamURL in interface Form
setId
public void setId(String id)
- Specified by:
setId in interface Infogene- Overrides:
setId in class InfogeneImpl
getId
public String getId()
- Specified by:
getId in interface Infogene- Overrides:
getId in class InfogeneImpl
setObjet
public void setObjet(String objet)
- Specified by:
setObjet in interface Infogene- Overrides:
setObjet in class InfogeneImpl
getObjet
public String getObjet()
- Specified by:
getObjet in interface Infogene- Overrides:
getObjet in class InfogeneImpl
setCreationDate
public void setCreationDate(Date creationDate)
- Specified by:
setCreationDate in interface Infogene- Overrides:
setCreationDate in class InfogeneImpl
getCreationDate
public Date getCreationDate()
- Specified by:
getCreationDate in interface Infogene- Overrides:
getCreationDate in class InfogeneImpl
setSourceURL
public void setSourceURL(String sourceURL)
- Specified by:
setSourceURL in interface Infogene- Overrides:
setSourceURL in class InfogeneImpl
getSourceURL
public String getSourceURL()
- Specified by:
getSourceURL in interface Infogene- Overrides:
getSourceURL in class InfogeneImpl
setSourceText
public void setSourceText(String sourceText)
- Specified by:
setSourceText in interface Infogene- Overrides:
setSourceText in class InfogeneImpl
getSourceText
public String getSourceText()
- Specified by:
getSourceText in interface Infogene- Overrides:
getSourceText in class InfogeneImpl
setEntity
public void setEntity(String entity)
- Specified by:
setEntity in interface Infogene- Overrides:
setEntity in class InfogeneImpl
getEntity
public String getEntity()
- Specified by:
getEntity in interface Infogene- Overrides:
getEntity in class InfogeneImpl
setCountry
public void setCountry(String country)
- Specified by:
setCountry in interface Infogene- Overrides:
setCountry in class InfogeneImpl
getCountry
public String getCountry()
- Specified by:
getCountry in interface Infogene- Overrides:
getCountry in class InfogeneImpl
setDepartment
public void setDepartment(String department)
- Specified by:
setDepartment in interface Infogene- Overrides:
setDepartment in class InfogeneImpl
getDepartment
public String getDepartment()
- Specified by:
getDepartment in interface Infogene- Overrides:
getDepartment in class InfogeneImpl
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface Infogene- Overrides:
setDescription in class InfogeneImpl
getDescription
public String getDescription()
- Specified by:
getDescription in interface Infogene- Overrides:
getDescription in class InfogeneImpl
getTag
public Set<String> getTag()
- Specified by:
getTag in interface Infogene- Overrides:
getTag in class InfogeneImpl
addTag
public void addTag(String element)
- Specified by:
addTag in interface Infogene- Overrides:
addTag in class InfogeneImpl
removeTag
public void removeTag(String element)
- Specified by:
removeTag in interface Infogene- Overrides:
removeTag in class InfogeneImpl
clearTag
public void clearTag()
- Specified by:
clearTag in interface Infogene- Overrides:
clearTag in class InfogeneImpl
setStatus
public void setStatus(String status)
- Specified by:
setStatus in interface Infogene- Overrides:
setStatus in class InfogeneImpl
getStatus
public String getStatus()
- Specified by:
getStatus in interface Infogene- Overrides:
getStatus in class InfogeneImpl
getStaticExtensions
public Collection<org.sharengo.wikitty.WikittyExtension> getStaticExtensions()
- Overrides:
getStaticExtensions in class InfogeneImpl
Copyright © 2009-2010 JurisMarches. All Rights Reserved.