public class FormRecordListItem extends AFormRecordWrapper
Modifier and Type | Field and Description |
---|---|
static String[] |
QUERY_ATTRS |
Constructor and Description |
---|
FormRecordListItem(long formRecordId,
boolean read,
String subject,
Date submitDate,
boolean processing,
int errorCount,
String verifyUuid,
Date verifyDate,
Status state,
long inboxId,
String inboxName) |
Modifier and Type | Method and Description |
---|---|
int |
getAttachmentCount() |
int |
getErrorCount() |
Long |
getFormRecordId() |
Long |
getInboxId() |
String |
getInboxName() |
Status |
getState() |
String |
getStateName(LocaleBean localeBean) |
String |
getSubject() |
Date |
getSubmitDate() |
Date |
getVerifyDate() |
String |
getVerifyUuid() |
boolean |
isDeletable() |
boolean |
isProcessing() |
boolean |
isRead() |
void |
setAttachmentCount(int attachmentCount) |
equals
public static final String[] QUERY_ATTRS
public Long getFormRecordId()
public boolean isRead()
public boolean isDeletable()
public Status getState()
public String getSubject()
public Date getSubmitDate()
public boolean isProcessing()
public int getErrorCount()
public String getVerifyUuid()
public Date getVerifyDate()
public Long getInboxId()
public String getInboxName()
public int getAttachmentCount()
public void setAttachmentCount(int attachmentCount)
public String getStateName(LocaleBean localeBean)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.