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
| Methods inherited from interface org.sharengo.wikitty.BusinessEntity |
addExtension, getExtensionFields, getExtensionNames, getExtensions, getField, getFieldType, getWikittyId, getWikittyVersion, setField, setWikittyVersion |
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_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_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
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()
setClient
void setClient(String client)
getClient
String getClient()
getForm
Set<String> getForm()
addForm
void addForm(String element)
removeForm
void removeForm(String element)
clearForm
void clearForm()
Copyright © 2009-2010 JurisMarches. All Rights Reserved.