com.jurismarches.vradi.entities
Class SendingAbstract

java.lang.Object
  extended by org.nuiton.wikitty.BusinessEntityWikitty
      extended by com.jurismarches.vradi.entities.SendingAbstract
All Implemented Interfaces:
Sending, Serializable, Cloneable, org.nuiton.wikitty.BusinessEntity
Direct Known Subclasses:
SendingImpl

public abstract class SendingAbstract
extends org.nuiton.wikitty.BusinessEntityWikitty
implements Sending

See Also:
Serialized Form

Field Summary
static List<org.nuiton.wikitty.WikittyExtension> extensions
           
static org.nuiton.wikitty.WikittyExtension extensionSending
           
 
Fields inherited from class org.nuiton.wikitty.BusinessEntityWikitty
propertyChangeSupport, wikitty
 
Fields inherited from interface com.jurismarches.vradi.entities.Sending
EXT_SENDING, FIELD_SENDING_DELETEDFORMS, FIELD_SENDING_FORM, FIELD_SENDING_MESSAGEID, FIELD_SENDING_PARAGRAPH, FIELD_SENDING_RECEPTIONDATE, FIELD_SENDING_RECEPTIONPROOF, FIELD_SENDING_SENTDATE, FIELD_SENDING_STATUS, FIELD_SENDING_USER, FQ_FIELD_SENDING_DELETEDFORMS, FQ_FIELD_SENDING_FORM, FQ_FIELD_SENDING_MESSAGEID, FQ_FIELD_SENDING_PARAGRAPH, FQ_FIELD_SENDING_RECEPTIONDATE, FQ_FIELD_SENDING_RECEPTIONPROOF, FQ_FIELD_SENDING_SENTDATE, FQ_FIELD_SENDING_STATUS, FQ_FIELD_SENDING_USER
 
Constructor Summary
SendingAbstract()
          SendingAbstract :
SendingAbstract(org.nuiton.wikitty.BusinessEntityWikitty businessEntityWikitty)
          SendingAbstract :
SendingAbstract(org.nuiton.wikitty.Wikitty wikitty)
          SendingAbstract :
 
Method Summary
 void addDeletedForms(String element)
          addDeletedForms :
 void addForm(String element)
          addForm :
 void clearDeletedForms()
          clearDeletedForms :
 void clearForm()
          clearForm :
 Set<String> getDeletedForms()
          getDeletedForms :
 Set<String> getForm()
          getForm :
 String getMessageId()
          getMessageId :
 String getParagraph()
          getParagraph :
 Date getReceptionDate()
          getReceptionDate :
 boolean getReceptionProof()
          getReceptionProof :
 Date getSentDate()
          getSentDate :
 Collection<org.nuiton.wikitty.WikittyExtension> getStaticExtensions()
          getStaticExtensions :
 int getStatus()
          getStatus :
 String getUser()
          getUser :
 void removeDeletedForms(String element)
          removeDeletedForms :
 void removeForm(String element)
          removeForm :
 void setMessageId(String messageId)
          setMessageId :
 void setParagraph(String paragraph)
          setParagraph :
 void setReceptionDate(Date receptionDate)
          setReceptionDate :
 void setReceptionProof(boolean receptionProof)
          setReceptionProof :
 void setSentDate(Date sentDate)
          setSentDate :
 void setStatus(int status)
          setStatus :
 void setUser(String user)
          setUser :
 String toString()
          toString :
 
Methods inherited from class org.nuiton.wikitty.BusinessEntityWikitty
addPropertyChangeListener, addPropertyChangeListener, equals, getExtensionFields, getExtensionNames, getField, getFieldType, getPropertyChangeSupport, getWikitty, getWikittyId, getWikittyVersion, hashCode, removePropertyChangeListener, removePropertyChangeListener, setField, setWikitty, setWikittyVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuiton.wikitty.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

extensions

public static final List<org.nuiton.wikitty.WikittyExtension> extensions

extensionSending

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

SendingAbstract

public SendingAbstract()
SendingAbstract :


SendingAbstract

public SendingAbstract(org.nuiton.wikitty.Wikitty wikitty)
SendingAbstract :

Parameters:
wikitty -

SendingAbstract

public SendingAbstract(org.nuiton.wikitty.BusinessEntityWikitty businessEntityWikitty)
SendingAbstract :

Parameters:
businessEntityWikitty -
Method Detail

getSentDate

public Date getSentDate()
getSentDate :

Specified by:
getSentDate in interface Sending
Returns:
Date

setSentDate

public void setSentDate(Date sentDate)
setSentDate :

Specified by:
setSentDate in interface Sending
Parameters:
sentDate -

getReceptionDate

public Date getReceptionDate()
getReceptionDate :

Specified by:
getReceptionDate in interface Sending
Returns:
Date

setReceptionDate

public void setReceptionDate(Date receptionDate)
setReceptionDate :

Specified by:
setReceptionDate in interface Sending
Parameters:
receptionDate -

getParagraph

public String getParagraph()
getParagraph :

Specified by:
getParagraph in interface Sending
Returns:
String

setParagraph

public void setParagraph(String paragraph)
setParagraph :

Specified by:
setParagraph in interface Sending
Parameters:
paragraph -

getReceptionProof

public boolean getReceptionProof()
getReceptionProof :

Specified by:
getReceptionProof in interface Sending
Returns:
boolean

setReceptionProof

public void setReceptionProof(boolean receptionProof)
setReceptionProof :

Specified by:
setReceptionProof in interface Sending
Parameters:
receptionProof -

getStatus

public int getStatus()
getStatus :

Specified by:
getStatus in interface Sending
Returns:
int

setStatus

public void setStatus(int status)
setStatus :

Specified by:
setStatus in interface Sending
Parameters:
status -

getMessageId

public String getMessageId()
getMessageId :

Specified by:
getMessageId in interface Sending
Returns:
String

setMessageId

public void setMessageId(String messageId)
setMessageId :

Specified by:
setMessageId in interface Sending
Parameters:
messageId -

getForm

public Set<String> getForm()
getForm :

Specified by:
getForm in interface Sending
Returns:
Set

addForm

public void addForm(String element)
addForm :

Specified by:
addForm in interface Sending
Parameters:
element -

removeForm

public void removeForm(String element)
removeForm :

Specified by:
removeForm in interface Sending
Parameters:
element -

clearForm

public void clearForm()
clearForm :

Specified by:
clearForm in interface Sending

getUser

public String getUser()
getUser :

Specified by:
getUser in interface Sending
Returns:
String

setUser

public void setUser(String user)
setUser :

Specified by:
setUser in interface Sending
Parameters:
user -

getDeletedForms

public Set<String> getDeletedForms()
getDeletedForms :

Specified by:
getDeletedForms in interface Sending
Returns:
Set

addDeletedForms

public void addDeletedForms(String element)
addDeletedForms :

Specified by:
addDeletedForms in interface Sending
Parameters:
element -

removeDeletedForms

public void removeDeletedForms(String element)
removeDeletedForms :

Specified by:
removeDeletedForms in interface Sending
Parameters:
element -

clearDeletedForms

public void clearDeletedForms()
clearDeletedForms :

Specified by:
clearDeletedForms in interface Sending

getStaticExtensions

public Collection<org.nuiton.wikitty.WikittyExtension> getStaticExtensions()
getStaticExtensions :

Overrides:
getStaticExtensions in class org.nuiton.wikitty.BusinessEntityWikitty
Returns:
Collection

toString

public String toString()
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 2009-2010 JurisMarches. All Rights Reserved.