com.jurismarches.vradi.entities
Interface Sending

All Superinterfaces:
org.sharengo.wikitty.BusinessEntity, Cloneable, Serializable
All Known Implementing Classes:
SendingBean, SendingImpl

public interface Sending
extends org.sharengo.wikitty.BusinessEntity


Field Summary
static String EXT_SENDING
           
static String FIELD_CLIENT
           
static String FIELD_DELETEDFORMS
           
static String FIELD_FORM
           
static String FIELD_GROUP
           
static String FIELD_MESSAGEID
           
static String FIELD_PARAGRAPH
           
static String FIELD_QUERYMAKER
           
static String FIELD_RECEPTIONDATE
           
static String FIELD_RECEPTIONPROOF
           
static String FIELD_SENTDATE
           
static String FIELD_STATUS
           
static String FIELD_USER
           
static String FQ_FIELD_CLIENT
           
static String FQ_FIELD_DELETEDFORMS
           
static String FQ_FIELD_FORM
           
static String FQ_FIELD_GROUP
           
static String FQ_FIELD_MESSAGEID
           
static String FQ_FIELD_PARAGRAPH
           
static String FQ_FIELD_QUERYMAKER
           
static String FQ_FIELD_RECEPTIONDATE
           
static String FQ_FIELD_RECEPTIONPROOF
           
static String FQ_FIELD_SENTDATE
           
static String FQ_FIELD_STATUS
           
static String FQ_FIELD_USER
           
 
Method Summary
 void addDeletedForms(String element)
           
 void addForm(String element)
           
 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 setClient(String client)
           
 void setGroup(String group)
           
 void setMessageId(String messageId)
           
 void setParagraph(String paragraph)
           
 void setQueryMaker(String queryMaker)
           
 void setReceptionDate(Date receptionDate)
           
 void setReceptionProof(boolean receptionProof)
           
 void setSentDate(Date sentDate)
           
 void setStatus(int status)
           
 void setUser(String user)
           
 
Methods inherited from interface org.sharengo.wikitty.BusinessEntity
getExtensionFields, getExtensionNames, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion
 

Field Detail

EXT_SENDING

static final String EXT_SENDING
See Also:
Constant Field Values

FIELD_SENTDATE

static final String FIELD_SENTDATE
See Also:
Constant Field Values

FQ_FIELD_SENTDATE

static final String FQ_FIELD_SENTDATE
See Also:
Constant Field Values

FIELD_RECEPTIONDATE

static final String FIELD_RECEPTIONDATE
See Also:
Constant Field Values

FQ_FIELD_RECEPTIONDATE

static final String FQ_FIELD_RECEPTIONDATE
See Also:
Constant Field Values

FIELD_PARAGRAPH

static final String FIELD_PARAGRAPH
See Also:
Constant Field Values

FQ_FIELD_PARAGRAPH

static final String FQ_FIELD_PARAGRAPH
See Also:
Constant Field Values

FIELD_RECEPTIONPROOF

static final String FIELD_RECEPTIONPROOF
See Also:
Constant Field Values

FQ_FIELD_RECEPTIONPROOF

static final String FQ_FIELD_RECEPTIONPROOF
See Also:
Constant Field Values

FIELD_STATUS

static final String FIELD_STATUS
See Also:
Constant Field Values

FQ_FIELD_STATUS

static final String FQ_FIELD_STATUS
See Also:
Constant Field Values

FIELD_MESSAGEID

static final String FIELD_MESSAGEID
See Also:
Constant Field Values

FQ_FIELD_MESSAGEID

static final String FQ_FIELD_MESSAGEID
See Also:
Constant Field Values

FIELD_FORM

static final String FIELD_FORM
See Also:
Constant Field Values

FQ_FIELD_FORM

static final String FQ_FIELD_FORM
See Also:
Constant Field Values

FIELD_GROUP

static final String FIELD_GROUP
See Also:
Constant Field Values

FQ_FIELD_GROUP

static final String FQ_FIELD_GROUP
See Also:
Constant Field Values

FIELD_USER

static final String FIELD_USER
See Also:
Constant Field Values

FQ_FIELD_USER

static final String FQ_FIELD_USER
See Also:
Constant Field Values

FIELD_CLIENT

static final String FIELD_CLIENT
See Also:
Constant Field Values

FQ_FIELD_CLIENT

static final String FQ_FIELD_CLIENT
See Also:
Constant Field Values

FIELD_QUERYMAKER

static final String FIELD_QUERYMAKER
See Also:
Constant Field Values

FQ_FIELD_QUERYMAKER

static final String FQ_FIELD_QUERYMAKER
See Also:
Constant Field Values

FIELD_DELETEDFORMS

static final String FIELD_DELETEDFORMS
See Also:
Constant Field Values

FQ_FIELD_DELETEDFORMS

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

setSentDate

void setSentDate(Date sentDate)

getSentDate

Date getSentDate()

setReceptionDate

void setReceptionDate(Date receptionDate)

getReceptionDate

Date getReceptionDate()

setParagraph

void setParagraph(String paragraph)

getParagraph

String getParagraph()

setReceptionProof

void setReceptionProof(boolean receptionProof)

getReceptionProof

boolean getReceptionProof()

setStatus

void setStatus(int status)

getStatus

int getStatus()

setMessageId

void setMessageId(String messageId)

getMessageId

String getMessageId()

getForm

Set<String> getForm()

addForm

void addForm(String element)

removeForm

void removeForm(String element)

clearForm

void clearForm()

setGroup

void setGroup(String group)

getGroup

String getGroup()

setUser

void setUser(String user)

getUser

String getUser()

setClient

void setClient(String client)

getClient

String getClient()

setQueryMaker

void setQueryMaker(String queryMaker)

getQueryMaker

String getQueryMaker()

getDeletedForms

Set<String> getDeletedForms()

addDeletedForms

void addDeletedForms(String element)

removeDeletedForms

void removeDeletedForms(String element)

clearDeletedForms

void clearDeletedForms()


Copyright © 2009-2010 JurisMarches. All Rights Reserved.