com.jurismarches.vradi.entities
Interface Sending

All Superinterfaces:
org.nuiton.wikitty.BusinessEntity, Cloneable, Serializable
All Known Implementing Classes:
SendingAbstract, SendingImpl

public interface Sending
extends org.nuiton.wikitty.BusinessEntity


Field Summary
static String EXT_SENDING
           
static String FIELD_SENDING_DELETEDFORMS
           
static String FIELD_SENDING_FORM
           
static String FIELD_SENDING_MESSAGEID
           
static String FIELD_SENDING_PARAGRAPH
           
static String FIELD_SENDING_RECEPTIONDATE
           
static String FIELD_SENDING_RECEPTIONPROOF
           
static String FIELD_SENDING_SENTDATE
           
static String FIELD_SENDING_STATUS
           
static String FIELD_SENDING_USER
           
static String FQ_FIELD_SENDING_DELETEDFORMS
           
static String FQ_FIELD_SENDING_FORM
           
static String FQ_FIELD_SENDING_MESSAGEID
           
static String FQ_FIELD_SENDING_PARAGRAPH
           
static String FQ_FIELD_SENDING_RECEPTIONDATE
           
static String FQ_FIELD_SENDING_RECEPTIONPROOF
           
static String FQ_FIELD_SENDING_SENTDATE
           
static String FQ_FIELD_SENDING_STATUS
           
static String FQ_FIELD_SENDING_USER
           
 
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 :
 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 :
 
Methods inherited from interface org.nuiton.wikitty.BusinessEntity
addPropertyChangeListener, addPropertyChangeListener, getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, removePropertyChangeListener, removePropertyChangeListener, setField, setWikittyVersion
 

Field Detail

EXT_SENDING

static final String EXT_SENDING
See Also:
Constant Field Values

FIELD_SENDING_SENTDATE

static final String FIELD_SENDING_SENTDATE
See Also:
Constant Field Values

FQ_FIELD_SENDING_SENTDATE

static final String FQ_FIELD_SENDING_SENTDATE
See Also:
Constant Field Values

FIELD_SENDING_RECEPTIONDATE

static final String FIELD_SENDING_RECEPTIONDATE
See Also:
Constant Field Values

FQ_FIELD_SENDING_RECEPTIONDATE

static final String FQ_FIELD_SENDING_RECEPTIONDATE
See Also:
Constant Field Values

FIELD_SENDING_PARAGRAPH

static final String FIELD_SENDING_PARAGRAPH
See Also:
Constant Field Values

FQ_FIELD_SENDING_PARAGRAPH

static final String FQ_FIELD_SENDING_PARAGRAPH
See Also:
Constant Field Values

FIELD_SENDING_RECEPTIONPROOF

static final String FIELD_SENDING_RECEPTIONPROOF
See Also:
Constant Field Values

FQ_FIELD_SENDING_RECEPTIONPROOF

static final String FQ_FIELD_SENDING_RECEPTIONPROOF
See Also:
Constant Field Values

FIELD_SENDING_STATUS

static final String FIELD_SENDING_STATUS
See Also:
Constant Field Values

FQ_FIELD_SENDING_STATUS

static final String FQ_FIELD_SENDING_STATUS
See Also:
Constant Field Values

FIELD_SENDING_MESSAGEID

static final String FIELD_SENDING_MESSAGEID
See Also:
Constant Field Values

FQ_FIELD_SENDING_MESSAGEID

static final String FQ_FIELD_SENDING_MESSAGEID
See Also:
Constant Field Values

FIELD_SENDING_FORM

static final String FIELD_SENDING_FORM
See Also:
Constant Field Values

FQ_FIELD_SENDING_FORM

static final String FQ_FIELD_SENDING_FORM
See Also:
Constant Field Values

FIELD_SENDING_USER

static final String FIELD_SENDING_USER
See Also:
Constant Field Values

FQ_FIELD_SENDING_USER

static final String FQ_FIELD_SENDING_USER
See Also:
Constant Field Values

FIELD_SENDING_DELETEDFORMS

static final String FIELD_SENDING_DELETEDFORMS
See Also:
Constant Field Values

FQ_FIELD_SENDING_DELETEDFORMS

static final String FQ_FIELD_SENDING_DELETEDFORMS
See Also:
Constant Field Values
Method Detail

getSentDate

Date getSentDate()
getSentDate :

Returns:
Date

setSentDate

void setSentDate(Date sentDate)
setSentDate :

Parameters:
sentDate -

getReceptionDate

Date getReceptionDate()
getReceptionDate :

Returns:
Date

setReceptionDate

void setReceptionDate(Date receptionDate)
setReceptionDate :

Parameters:
receptionDate -

getParagraph

String getParagraph()
getParagraph :

Returns:
String

setParagraph

void setParagraph(String paragraph)
setParagraph :

Parameters:
paragraph -

getReceptionProof

boolean getReceptionProof()
getReceptionProof :

Returns:
boolean

setReceptionProof

void setReceptionProof(boolean receptionProof)
setReceptionProof :

Parameters:
receptionProof -

getStatus

int getStatus()
getStatus :

Returns:
int

setStatus

void setStatus(int status)
setStatus :

Parameters:
status -

getMessageId

String getMessageId()
getMessageId :

Returns:
String

setMessageId

void setMessageId(String messageId)
setMessageId :

Parameters:
messageId -

getForm

Set<String> getForm()
getForm :

Returns:
Set

addForm

void addForm(String element)
addForm :

Parameters:
element -

removeForm

void removeForm(String element)
removeForm :

Parameters:
element -

clearForm

void clearForm()
clearForm :


getUser

String getUser()
getUser :

Returns:
String

setUser

void setUser(String user)
setUser :

Parameters:
user -

getDeletedForms

Set<String> getDeletedForms()
getDeletedForms :

Returns:
Set

addDeletedForms

void addDeletedForms(String element)
addDeletedForms :

Parameters:
element -

removeDeletedForms

void removeDeletedForms(String element)
removeDeletedForms :

Parameters:
element -

clearDeletedForms

void clearDeletedForms()
clearDeletedForms :



Copyright © 2009-2010 JurisMarches. All Rights Reserved.