@Entity public class MessageDelivery extends BaseLockable
Modifier and Type | Field and Description |
---|---|
static String |
DELIVERY_STATUS |
static String |
ID_FIELD
Field names
|
static String |
MESSAGEID_FIELD |
static String |
PROCESS_COUNT |
static String |
SYSTEMID_FIELD |
LOCKED_DATE, lockedDate
Constructor and Description |
---|
MessageDelivery()
Constructs a MessageDelivery instance.
|
MessageDelivery(MessageDelivery md)
Shallow-copy constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDelivererSystemId()
Gets the delivererSystemId attribute.
|
String |
getDelivererTypeName()
Gets the delivererTypeName attribute.
|
String |
getDeliveryStatus()
Gets the deliveryStatus attribute.
|
Long |
getId()
Gets the id attribute.
|
Integer |
getLockVerNbr()
Return value of lock column for OJB optimistic locking
|
Message |
getMessage() |
Integer |
getProcessCount() |
void |
setDelivererSystemId(String delivererSystemId)
Sets the delivererSystemId attribute value.
|
void |
setDelivererTypeName(String delivererTypeName)
Sets the delivererTypeName attribute value.
|
void |
setDeliveryStatus(MessageDeliveryStatus deliveryStatus)
Convenience method that sets the delivery status in a typesafe manner.
|
void |
setDeliveryStatus(String deliveryStatus)
Sets the deliveryStatus attribute value.
|
void |
setId(Long id)
Sets the id attribute value.
|
void |
setLockVerNbr(Integer lockVerNbr)
Set value of lock column for OJB optimistic locking
|
void |
setMessage(Message message)
Sets this delivery's message
|
void |
setProcessCount(Integer processCount)
Sets the number of times processing has been attempted for this message
|
String |
toString() |
getLockedDate, setLockedDate
public static final String ID_FIELD
public static final String SYSTEMID_FIELD
public static final String MESSAGEID_FIELD
public static final String DELIVERY_STATUS
public static final String PROCESS_COUNT
public MessageDelivery()
public MessageDelivery(MessageDelivery md)
md
- MessageDelivery to (shallow) copypublic Integer getLockVerNbr()
public void setLockVerNbr(Integer lockVerNbr)
lockVerNbr
- value of lock column for OJB optimistic lockingpublic String getDeliveryStatus()
public void setDeliveryStatus(MessageDeliveryStatus deliveryStatus)
setDeliveryStatus(String)
deliveryStatus
- the MessageDeliveryStatus enum constantpublic void setDeliveryStatus(String deliveryStatus)
deliveryStatus
- The deliveryStatus to set.public Integer getProcessCount()
public void setProcessCount(Integer processCount)
processCount
- the number of times processing has been attempted for this messagepublic String getDelivererTypeName()
public void setDelivererTypeName(String delivererTypeName)
delivererTypeName
- The delivererTypeName to set.public String getDelivererSystemId()
public void setDelivererSystemId(String delivererSystemId)
delivererSystemId
- The delivererSystemId to set.public Message getMessage()
public void setMessage(Message message)
message
- the message to setpublic String toString()
toString
in class Object
Object.toString()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.