com.jurismarches.vradi.entities
Class SendingAbstract

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

public abstract class SendingAbstract
extends org.nuiton.wikitty.entities.BusinessEntityImpl
implements Sending

See Also:
Serialized Form

Field Summary
static List<org.nuiton.wikitty.entities.WikittyExtension> extensions
           
static org.nuiton.wikitty.entities.WikittyExtension extensionSending
           
 
Fields inherited from class org.nuiton.wikitty.entities.BusinessEntityImpl
propertyChangeSupport, wikitty
 
Fields inherited from interface com.jurismarches.vradi.entities.Sending
EXT_SENDING, FIELD_SENDING_ADDEDGROUPFORMS, FIELD_SENDING_DELETEDGROUPFORMS, FIELD_SENDING_GROUPFORMS, FIELD_SENDING_MESSAGEID, FIELD_SENDING_PARAGRAPH, FIELD_SENDING_RECEPTIONDATE, FIELD_SENDING_RECEPTIONPROOF, FIELD_SENDING_SENTDATE, FIELD_SENDING_STATUS, FIELD_SENDING_USER, FQ_FIELD_SENDING_ADDEDGROUPFORMS, FQ_FIELD_SENDING_DELETEDGROUPFORMS, FQ_FIELD_SENDING_GROUPFORMS, 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.entities.BusinessEntityImpl businessEntityImpl)
          SendingAbstract :
SendingAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
          SendingAbstract :
 
Method Summary
 void addAddedGroupForms(String element)
          addAddedGroupForms :
 void addAllAddedGroupForms(Set<String> addedGroupForms)
          addAllAddedGroupForms :
 void addAllDeletedGroupForms(Set<String> deletedGroupForms)
          addAllDeletedGroupForms :
 void addAllGroupForms(Set<String> groupForms)
          addAllGroupForms :
 void addDeletedGroupForms(String element)
          addDeletedGroupForms :
 void addGroupForms(String element)
          addGroupForms :
 void clearAddedGroupForms()
          clearAddedGroupForms :
 void clearDeletedGroupForms()
          clearDeletedGroupForms :
 void clearGroupForms()
          clearGroupForms :
 Set<String> getAddedGroupForms()
          getAddedGroupForms :
 Set<String> getDeletedGroupForms()
          getDeletedGroupForms :
 Set<String> getGroupForms()
          getGroupForms :
 String getMessageId()
          getMessageId :
 String getParagraph()
          getParagraph :
 Date getReceptionDate()
          getReceptionDate :
 boolean getReceptionProof()
          getReceptionProof :
 Date getSentDate()
          getSentDate :
 Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
          getStaticExtensions :
 int getStatus()
          getStatus :
 String getUser()
          getUser :
 void removeAddedGroupForms(String element)
          removeAddedGroupForms :
 void removeDeletedGroupForms(String element)
          removeDeletedGroupForms :
 void removeGroupForms(String element)
          removeGroupForms :
 void setAddedGroupForms(Set<String> addedGroupForms)
          setAddedGroupForms :
 void setDeletedGroupForms(Set<String> deletedGroupForms)
          setDeletedGroupForms :
 void setGroupForms(Set<String> groupForms)
          setGroupForms :
 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.entities.BusinessEntityImpl
addPropertyChangeListener, addPropertyChangeListener, copyFrom, 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.entities.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, copyFrom, getExtensionFields, getExtensionNames, getField, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

extensions

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

extensionSending

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

SendingAbstract

public SendingAbstract()
SendingAbstract :


SendingAbstract

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

Parameters:
wikitty -

SendingAbstract

public SendingAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
SendingAbstract :

Parameters:
businessEntityImpl -
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 -

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 -

getDeletedGroupForms

public Set<String> getDeletedGroupForms()
getDeletedGroupForms :

Specified by:
getDeletedGroupForms in interface Sending
Returns:
Set

setDeletedGroupForms

public void setDeletedGroupForms(Set<String> deletedGroupForms)
setDeletedGroupForms :

Specified by:
setDeletedGroupForms in interface Sending
Parameters:
deletedGroupForms -

addAllDeletedGroupForms

public void addAllDeletedGroupForms(Set<String> deletedGroupForms)
addAllDeletedGroupForms :

Specified by:
addAllDeletedGroupForms in interface Sending
Parameters:
deletedGroupForms -

addDeletedGroupForms

public void addDeletedGroupForms(String element)
addDeletedGroupForms :

Specified by:
addDeletedGroupForms in interface Sending
Parameters:
element -

removeDeletedGroupForms

public void removeDeletedGroupForms(String element)
removeDeletedGroupForms :

Specified by:
removeDeletedGroupForms in interface Sending
Parameters:
element -

clearDeletedGroupForms

public void clearDeletedGroupForms()
clearDeletedGroupForms :

Specified by:
clearDeletedGroupForms in interface Sending

getAddedGroupForms

public Set<String> getAddedGroupForms()
getAddedGroupForms :

Specified by:
getAddedGroupForms in interface Sending
Returns:
Set

setAddedGroupForms

public void setAddedGroupForms(Set<String> addedGroupForms)
setAddedGroupForms :

Specified by:
setAddedGroupForms in interface Sending
Parameters:
addedGroupForms -

addAllAddedGroupForms

public void addAllAddedGroupForms(Set<String> addedGroupForms)
addAllAddedGroupForms :

Specified by:
addAllAddedGroupForms in interface Sending
Parameters:
addedGroupForms -

addAddedGroupForms

public void addAddedGroupForms(String element)
addAddedGroupForms :

Specified by:
addAddedGroupForms in interface Sending
Parameters:
element -

removeAddedGroupForms

public void removeAddedGroupForms(String element)
removeAddedGroupForms :

Specified by:
removeAddedGroupForms in interface Sending
Parameters:
element -

clearAddedGroupForms

public void clearAddedGroupForms()
clearAddedGroupForms :

Specified by:
clearAddedGroupForms in interface Sending

getGroupForms

public Set<String> getGroupForms()
getGroupForms :

Specified by:
getGroupForms in interface Sending
Returns:
Set

setGroupForms

public void setGroupForms(Set<String> groupForms)
setGroupForms :

Specified by:
setGroupForms in interface Sending
Parameters:
groupForms -

addAllGroupForms

public void addAllGroupForms(Set<String> groupForms)
addAllGroupForms :

Specified by:
addAllGroupForms in interface Sending
Parameters:
groupForms -

addGroupForms

public void addGroupForms(String element)
addGroupForms :

Specified by:
addGroupForms in interface Sending
Parameters:
element -

removeGroupForms

public void removeGroupForms(String element)
removeGroupForms :

Specified by:
removeGroupForms in interface Sending
Parameters:
element -

clearGroupForms

public void clearGroupForms()
clearGroupForms :

Specified by:
clearGroupForms in interface Sending

getStaticExtensions

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

Overrides:
getStaticExtensions in class org.nuiton.wikitty.entities.BusinessEntityImpl
Returns:
Collection

toString

public String toString()
toString :

Overrides:
toString in class Object
Returns:
String


Copyright © 2009-2010 JurisMarches. All Rights Reserved.