public class FileFilter extends Object
ClientListEntry object with the addition of two
fields only relevant to persistence.
Related config consists of FileFilter.hbm.xml and the
FileFilter DDL file.
| Constructor and Description |
|---|
FileFilter()
Default constructor
|
FileFilter(String clientId,
String criteria,
Date lastModified,
Date lastAccessed,
int size) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
long |
getCreatedDateTime() |
String |
getCriteria()
Get the criteria to filter on
|
int |
getId() |
Date |
getLastAccessed() |
Date |
getLastModified() |
int |
getSize() |
String |
getUri() |
void |
setCriteria(String criteria)
Set the criteria to filter on
|
public long getCreatedDateTime()
public int getId()
public Date getLastAccessed()
public Date getLastModified()
public int getSize()
public String getUri()
public String getClientId()
public void setCriteria(String criteria)
criteria - public String getCriteria()
Copyright © 2007-2017 Ikasan. All Rights Reserved.