public class MessageEnvelope extends Object implements Serializable
| Constructor and Description |
|---|
MessageEnvelope() |
MessageEnvelope(MessageType type,
DataBox sender,
DataBox recipient,
String id,
String annotation) |
MessageEnvelope(MessageType type,
DataBox sender,
DataBox recipient,
String id,
String annotation,
LegalTitle legalTitle,
String toHands,
boolean personalDelivery,
boolean allowSubstDelivery) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GregorianCalendar |
getAcceptanceTime()
Čas, kdy byla zpráva akceptována nebo null, nebyla-li ještě akceptována
|
String |
getAnnotation()
Vrátí předmět zprávy.
|
GregorianCalendar |
getDeliveryTime()
Čas, kdy byla zpráva přijata nebo null, nebyla-li ještě přijata.
|
String |
getDmType() |
LegalTitle |
getLegalTitle() |
String |
getMessageID()
Vrátí jednoznačný identifikátor této zprávy.
|
boolean |
getPersonalDelivery() |
DataBox |
getRecipient()
Vrátí příjemce zprávy.
|
DocumentIdent |
getRecipientIdent() |
DataBox |
getSender()
Vrátí odesílatele zprávy.
|
DocumentIdent |
getSenderIdent() |
MessageState |
getState() |
String |
getToHands() |
MessageType |
getType()
Vrátí typ zprávy (zpráva přijatá, odeslaná, vytvořená za účelem odesláni)
|
int |
hashCode() |
boolean |
isAllowSubstDelivery() |
void |
setAcceptanceTime(GregorianCalendar acceptanceTime) |
void |
setAllowSubstDelivery(boolean allowSubstDelivery) |
void |
setAnnotation(String annotation) |
void |
setDeliveryTime(GregorianCalendar deliveryTime) |
void |
setDmType(String dmType) |
void |
setLegalTitle(LegalTitle legalTitle) |
void |
setMessageID(String newID) |
void |
setPersonalDelivery(boolean personalDelivery) |
void |
setRecipient(DataBox recipient) |
void |
setRecipientIdent(DocumentIdent recipientIdent) |
void |
setSender(DataBox sender) |
void |
setSenderIdent(DocumentIdent senderIdent) |
void |
setState(MessageState state) |
void |
setToHands(String toHands) |
void |
setType(MessageType type) |
String |
toString() |
public MessageEnvelope()
public MessageEnvelope(MessageType type, DataBox sender, DataBox recipient, String id, String annotation)
public MessageEnvelope(MessageType type, DataBox sender, DataBox recipient, String id, String annotation, LegalTitle legalTitle, String toHands, boolean personalDelivery, boolean allowSubstDelivery)
public String getAnnotation()
public void setAnnotation(String annotation)
public DataBox getRecipient()
public void setRecipient(DataBox recipient)
public DataBox getSender()
public void setSender(DataBox sender)
public String getMessageID()
public void setMessageID(String newID)
public MessageType getType()
public void setType(MessageType type)
public MessageState getState()
public void setState(MessageState state)
public DocumentIdent getRecipientIdent()
public void setRecipientIdent(DocumentIdent recipientIdent)
public DocumentIdent getSenderIdent()
public void setSenderIdent(DocumentIdent senderIdent)
public GregorianCalendar getAcceptanceTime()
public void setAcceptanceTime(GregorianCalendar acceptanceTime)
public GregorianCalendar getDeliveryTime()
public void setDeliveryTime(GregorianCalendar deliveryTime)
public String getDmType()
public void setDmType(String dmType)
public boolean isAllowSubstDelivery()
public void setAllowSubstDelivery(boolean allowSubstDelivery)
public LegalTitle getLegalTitle()
public void setLegalTitle(LegalTitle legalTitle)
public boolean getPersonalDelivery()
public void setPersonalDelivery(boolean personalDelivery)
public String getToHands()
public void setToHands(String toHands)
Copyright © 2017. All rights reserved.