@Entity public class ApplicationChannel extends AstamAuditableEntity implements Iterable<Scan>
| Constructor and Description |
|---|
ApplicationChannel() |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication() |
ChannelType |
getChannelType() |
List<JobStatus> |
getJobStatusList() |
Scan |
getLatestScan() |
String |
getNextFileHandle() |
Integer |
getScanCounter() |
List<Scan> |
getScanList() |
Iterator<Scan> |
iterator() |
static boolean |
matchesFileHandleFormat(String fileName) |
void |
setApplication(Application application) |
void |
setChannelType(ChannelType channelType) |
void |
setJobStatusList(List<JobStatus> jobStatusList) |
void |
setScanCounter(Integer scanCounter) |
void |
setScanList(List<Scan> scanList) |
String |
toString() |
getUuid, setUuidgetCreatedDate, getModifiedDate, isActive, setActive, setCreatedDate, setModifiedDategetId, isNew, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Application getApplication()
public void setApplication(Application application)
public ChannelType getChannelType()
public void setChannelType(ChannelType channelType)
public Integer getScanCounter()
public void setScanCounter(Integer scanCounter)
public String getNextFileHandle()
public static boolean matchesFileHandleFormat(String fileName)
public Scan getLatestScan()
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.