@Entity
public class UnprocessedInput
extends com.whitestein.lsps.common.AbstractEntity
Modifier and Type | Field and Description |
---|---|
static String |
FIND_BY_RECEIVER
Query name.
|
Constructor and Description |
---|
UnprocessedInput()
Creates new instance.
|
UnprocessedInput(CommunicationUnit inputData,
Date inputDate)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
CommunicationUnit |
getInputData()
Returns the input that was not processed.
|
Date |
getInputDate()
Returns the input date.
|
Long |
getReceiver()
The receiver id.
|
Long |
getSender()
The sender id.
|
public static final String FIND_BY_RECEIVER
public UnprocessedInput()
public UnprocessedInput(CommunicationUnit inputData, Date inputDate)
inputData
- inputDate
- public Long getReceiver()
public Long getSender()
public CommunicationUnit getInputData()
public Date getInputDate()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.