com.jurismarches.vradi.entities
Class SendingImpl

java.lang.Object
  extended by org.sharengo.wikitty.BusinessEntityWikitty
      extended by com.jurismarches.vradi.entities.SendingImpl
All Implemented Interfaces:
Sending, Serializable, Cloneable, org.sharengo.wikitty.BusinessEntity

public class SendingImpl
extends org.sharengo.wikitty.BusinessEntityWikitty
implements Sending

See Also:
Serialized Form

Field Summary
protected static List<org.sharengo.wikitty.WikittyExtension> extensions
           
static org.sharengo.wikitty.WikittyExtension extensionSending
           
 
Fields inherited from class org.sharengo.wikitty.BusinessEntityWikitty
wikitty
 
Fields inherited from interface com.jurismarches.vradi.entities.Sending
EXT_SENDING, FIELD_CLIENT, FIELD_DELETEDFORMS, FIELD_FORM, FIELD_GROUP, FIELD_MESSAGEID, FIELD_PARAGRAPH, FIELD_QUERYMAKER, FIELD_RECEPTIONDATE, FIELD_RECEPTIONPROOF, FIELD_SENTDATE, FIELD_STATUS, FIELD_USER, FQ_FIELD_CLIENT, FQ_FIELD_DELETEDFORMS, FQ_FIELD_FORM, FQ_FIELD_GROUP, FQ_FIELD_MESSAGEID, FQ_FIELD_PARAGRAPH, FQ_FIELD_QUERYMAKER, FQ_FIELD_RECEPTIONDATE, FQ_FIELD_RECEPTIONPROOF, FQ_FIELD_SENTDATE, FQ_FIELD_STATUS, FQ_FIELD_USER
 
Constructor Summary
SendingImpl()
           
SendingImpl(org.sharengo.wikitty.BusinessEntityWikitty wi)
           
SendingImpl(org.sharengo.wikitty.Wikitty wi)
           
 
Method Summary
 void addDeletedForms(String element)
           
 void addForm(String element)
           
 void clearDeletedForms()
           
 void clearForm()
           
 String getClient()
           
 Set<String> getDeletedForms()
           
 Set<String> getForm()
           
 String getGroup()
           
 String getMessageId()
           
 String getParagraph()
           
 String getQueryMaker()
           
 Date getReceptionDate()
           
 boolean getReceptionProof()
           
 Date getSentDate()
           
 Collection<org.sharengo.wikitty.WikittyExtension> getStaticExtensions()
           
 int getStatus()
           
 String getUser()
           
 void removeDeletedForms(String element)
           
 void removeForm(String element)
           
 void setClient(String client)
           
 void setGroup(String group)
           
 void setMessageId(String messageId)
           
 void setParagraph(String paragraph)
           
 void setQueryMaker(String queryMaker)
           
 void setReceptionDate(Date receptionDate)
           
 void setReceptionProof(boolean receptionProof)
           
 void setSentDate(Date sentDate)
           
 void setStatus(int status)
           
 void setUser(String user)
           
 
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
 

Field Detail

extensions

protected static final List<org.sharengo.wikitty.WikittyExtension> extensions

extensionSending

public static final org.sharengo.wikitty.WikittyExtension extensionSending
Constructor Detail

SendingImpl

public SendingImpl()

SendingImpl

public SendingImpl(org.sharengo.wikitty.BusinessEntityWikitty wi)

SendingImpl

public SendingImpl(org.sharengo.wikitty.Wikitty wi)
Method Detail

setSentDate

public void setSentDate(Date sentDate)
Specified by:
setSentDate in interface Sending

getSentDate

public Date getSentDate()
Specified by:
getSentDate in interface Sending

setReceptionDate

public void setReceptionDate(Date receptionDate)
Specified by:
setReceptionDate in interface Sending

getReceptionDate

public Date getReceptionDate()
Specified by:
getReceptionDate in interface Sending

setParagraph

public void setParagraph(String paragraph)
Specified by:
setParagraph in interface Sending

getParagraph

public String getParagraph()
Specified by:
getParagraph in interface Sending

setReceptionProof

public void setReceptionProof(boolean receptionProof)
Specified by:
setReceptionProof in interface Sending

getReceptionProof

public boolean getReceptionProof()
Specified by:
getReceptionProof in interface Sending

setStatus

public void setStatus(int status)
Specified by:
setStatus in interface Sending

getStatus

public int getStatus()
Specified by:
getStatus in interface Sending

setMessageId

public void setMessageId(String messageId)
Specified by:
setMessageId in interface Sending

getMessageId

public String getMessageId()
Specified by:
getMessageId in interface Sending

getForm

public Set<String> getForm()
Specified by:
getForm in interface Sending

addForm

public void addForm(String element)
Specified by:
addForm in interface Sending

removeForm

public void removeForm(String element)
Specified by:
removeForm in interface Sending

clearForm

public void clearForm()
Specified by:
clearForm in interface Sending

setGroup

public void setGroup(String group)
Specified by:
setGroup in interface Sending

getGroup

public String getGroup()
Specified by:
getGroup in interface Sending

setUser

public void setUser(String user)
Specified by:
setUser in interface Sending

getUser

public String getUser()
Specified by:
getUser in interface Sending

setClient

public void setClient(String client)
Specified by:
setClient in interface Sending

getClient

public String getClient()
Specified by:
getClient in interface Sending

setQueryMaker

public void setQueryMaker(String queryMaker)
Specified by:
setQueryMaker in interface Sending

getQueryMaker

public String getQueryMaker()
Specified by:
getQueryMaker in interface Sending

getDeletedForms

public Set<String> getDeletedForms()
Specified by:
getDeletedForms in interface Sending

addDeletedForms

public void addDeletedForms(String element)
Specified by:
addDeletedForms in interface Sending

removeDeletedForms

public void removeDeletedForms(String element)
Specified by:
removeDeletedForms in interface Sending

clearDeletedForms

public void clearDeletedForms()
Specified by:
clearDeletedForms in interface Sending

getStaticExtensions

public Collection<org.sharengo.wikitty.WikittyExtension> getStaticExtensions()
Overrides:
getStaticExtensions in class org.sharengo.wikitty.BusinessEntityWikitty


Copyright © 2009-2010 JurisMarches. All Rights Reserved.