com.jurismarches.vradi.entities
Class SendingBean

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

public class SendingBean
extends org.sharengo.wikitty.BusinessEntityBean
implements Sending

See Also:
Serialized Form

Field Summary
protected  PropertyChangeSupport propertyChange
           
 String Sending$client
           
 Set<String> Sending$deletedForms
           
 Set<String> Sending$form
           
 String Sending$group
           
 String Sending$messageId
           
 String Sending$paragraph
           
 String Sending$queryMaker
           
 Date Sending$receptionDate
           
 boolean Sending$receptionProof
           
 Date Sending$sentDate
           
 int Sending$status
           
 String Sending$user
           
 
Fields inherited from class org.sharengo.wikitty.BusinessEntityBean
extensions, fieldValue, id, version
 
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
SendingBean()
           
 
Method Summary
 void addDeletedForms(String element)
           
 void addForm(String element)
           
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
           
 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()
           
 int getStatus()
           
 String getUser()
           
 void removeDeletedForms(String element)
           
 void removeForm(String element)
           
 void removePropertyChangeListener(PropertyChangeListener listener)
           
 void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
           
 void setClient(String value)
           
 void setGroup(String value)
           
 void setMessageId(String value)
           
 void setParagraph(String value)
           
 void setQueryMaker(String value)
           
 void setReceptionDate(Date value)
           
 void setReceptionProof(boolean value)
           
 void setSentDate(Date value)
           
 void setStatus(int value)
           
 void setUser(String value)
           
 
Methods inherited from class org.sharengo.wikitty.BusinessEntityBean
getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, setField, 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

propertyChange

protected transient PropertyChangeSupport propertyChange

Sending$sentDate

public Date Sending$sentDate

Sending$receptionDate

public Date Sending$receptionDate

Sending$paragraph

public String Sending$paragraph

Sending$receptionProof

public boolean Sending$receptionProof

Sending$status

public int Sending$status

Sending$messageId

public String Sending$messageId

Sending$form

public Set<String> Sending$form

Sending$group

public String Sending$group

Sending$user

public String Sending$user

Sending$client

public String Sending$client

Sending$queryMaker

public String Sending$queryMaker

Sending$deletedForms

public Set<String> Sending$deletedForms
Constructor Detail

SendingBean

public SendingBean()
Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener listener)

addPropertyChangeListener

public void addPropertyChangeListener(String propertyName,
                                      PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(String propertyName,
                                         PropertyChangeListener listener)

setSentDate

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

getSentDate

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

setReceptionDate

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

getReceptionDate

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

setParagraph

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

getParagraph

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

setReceptionProof

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

getReceptionProof

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

setStatus

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

getStatus

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

setMessageId

public void setMessageId(String value)
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 value)
Specified by:
setGroup in interface Sending

getGroup

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

setUser

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

getUser

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

setClient

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

getClient

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

setQueryMaker

public void setQueryMaker(String value)
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


Copyright © 2009-2010 JurisMarches. All Rights Reserved.