|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.nuiton.wikitty.entities.BusinessEntityImpl
com.jurismarches.vradi.entities.SendingAbstract
public abstract class SendingAbstract
| 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 |
| 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 |
|---|
public static final List<org.nuiton.wikitty.entities.WikittyExtension> extensions
public static final org.nuiton.wikitty.entities.WikittyExtension extensionSending
| Constructor Detail |
|---|
public SendingAbstract()
public SendingAbstract(org.nuiton.wikitty.entities.Wikitty wikitty)
wikitty - public SendingAbstract(org.nuiton.wikitty.entities.BusinessEntityImpl businessEntityImpl)
businessEntityImpl - | Method Detail |
|---|
public Date getSentDate()
getSentDate in interface Sendingpublic void setSentDate(Date sentDate)
setSentDate in interface SendingsentDate - public Date getReceptionDate()
getReceptionDate in interface Sendingpublic void setReceptionDate(Date receptionDate)
setReceptionDate in interface SendingreceptionDate - public String getParagraph()
getParagraph in interface Sendingpublic void setParagraph(String paragraph)
setParagraph in interface Sendingparagraph - public boolean getReceptionProof()
getReceptionProof in interface Sendingpublic void setReceptionProof(boolean receptionProof)
setReceptionProof in interface SendingreceptionProof - public int getStatus()
getStatus in interface Sendingpublic void setStatus(int status)
setStatus in interface Sendingstatus - public String getMessageId()
getMessageId in interface Sendingpublic void setMessageId(String messageId)
setMessageId in interface SendingmessageId - public String getUser()
getUser in interface Sendingpublic void setUser(String user)
setUser in interface Sendinguser - public Set<String> getDeletedGroupForms()
getDeletedGroupForms in interface Sendingpublic void setDeletedGroupForms(Set<String> deletedGroupForms)
setDeletedGroupForms in interface SendingdeletedGroupForms - public void addAllDeletedGroupForms(Set<String> deletedGroupForms)
addAllDeletedGroupForms in interface SendingdeletedGroupForms - public void addDeletedGroupForms(String element)
addDeletedGroupForms in interface Sendingelement - public void removeDeletedGroupForms(String element)
removeDeletedGroupForms in interface Sendingelement - public void clearDeletedGroupForms()
clearDeletedGroupForms in interface Sendingpublic Set<String> getAddedGroupForms()
getAddedGroupForms in interface Sendingpublic void setAddedGroupForms(Set<String> addedGroupForms)
setAddedGroupForms in interface SendingaddedGroupForms - public void addAllAddedGroupForms(Set<String> addedGroupForms)
addAllAddedGroupForms in interface SendingaddedGroupForms - public void addAddedGroupForms(String element)
addAddedGroupForms in interface Sendingelement - public void removeAddedGroupForms(String element)
removeAddedGroupForms in interface Sendingelement - public void clearAddedGroupForms()
clearAddedGroupForms in interface Sendingpublic Set<String> getGroupForms()
getGroupForms in interface Sendingpublic void setGroupForms(Set<String> groupForms)
setGroupForms in interface SendinggroupForms - public void addAllGroupForms(Set<String> groupForms)
addAllGroupForms in interface SendinggroupForms - public void addGroupForms(String element)
addGroupForms in interface Sendingelement - public void removeGroupForms(String element)
removeGroupForms in interface Sendingelement - public void clearGroupForms()
clearGroupForms in interface Sendingpublic Collection<org.nuiton.wikitty.entities.WikittyExtension> getStaticExtensions()
getStaticExtensions in class org.nuiton.wikitty.entities.BusinessEntityImplpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||