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$form
           
 String Sending$paragraph
           
 Date Sending$receptionDate
           
 boolean Sending$receptionProof
           
 Date Sending$sentDate
           
 int Sending$status
           
 
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_FORM, FIELD_PARAGRAPH, FIELD_RECEPTIONDATE, FIELD_RECEPTIONPROOF, FIELD_SENTDATE, FIELD_STATUS, FQ_FIELD_CLIENT, FQ_FIELD_FORM, FQ_FIELD_PARAGRAPH, FQ_FIELD_RECEPTIONDATE, FQ_FIELD_RECEPTIONPROOF, FQ_FIELD_SENTDATE, FQ_FIELD_STATUS
 
Constructor Summary
SendingBean()
           
 
Method Summary
 void addForm(String element)
           
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
           
 void clearForm()
           
 String getClient()
           
 Set<String> getForm()
           
 String getParagraph()
           
 Date getReceptionDate()
           
 boolean getReceptionProof()
           
 Date getSentDate()
           
 int getStatus()
           
 void removeForm(String element)
           
 void removePropertyChangeListener(PropertyChangeListener listener)
           
 void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
           
 void setClient(String value)
           
 void setParagraph(String value)
           
 void setReceptionDate(Date value)
           
 void setReceptionProof(boolean value)
           
 void setSentDate(Date value)
           
 void setStatus(int value)
           
 
Methods inherited from class org.sharengo.wikitty.BusinessEntityBean
addExtension, getExtensionFields, getExtensionNames, getExtensions, 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
addExtension, getExtensionFields, getExtensionNames, getExtensions, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion
 

Field Detail

propertyChange

protected 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$client

public String Sending$client

Sending$form

public Set<String> Sending$form
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

setClient

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

getClient

public String getClient()
Specified by:
getClient 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


Copyright © 2009-2010 JurisMarches. All Rights Reserved.