public class AdminFilter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
custom1
custom1
|
private java.lang.String |
custom2
custom2
|
private java.util.Date |
dateAdded
dateAdded
|
private java.util.Date |
dateUpdated
dateUpdated
|
private java.lang.String |
filterColumn
filterColumn - the database column to which this filter applies
|
private java.lang.String |
filterConstraint
filterConstraint - the constraint text that is added to the query
|
private java.lang.String |
filterTable
filterTable - the database table to which this filter applies
|
private int |
id
id - the internal (non-business id)
|
private int |
userId
userId - the userId of the user who the filter is for
|
Constructor and Description |
---|
AdminFilter()
Constructor
|
AdminFilter(com.workingdogs.village.Record vr,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminContentDescription object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.util.Date |
getDateAdded() |
java.util.Date |
getDateUpdated() |
java.lang.String |
getFilterColumn() |
java.lang.String |
getFilterConstraint() |
java.lang.String |
getFilterTable() |
int |
getId() |
int |
getUserId() |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setDateAdded(java.util.Date dateAdded) |
void |
setDateUpdated(java.util.Date dateUpdated) |
void |
setFilterColumn(java.lang.String filterColumn) |
void |
setFilterConstraint(java.lang.String filterConstraint) |
void |
setFilterTable(java.lang.String filterTable) |
void |
setId(int id) |
void |
setUserId(int userId) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int id
private int userId
private java.lang.String filterTable
private java.lang.String filterColumn
private java.lang.String filterConstraint
private java.util.Date dateAdded
private java.util.Date dateUpdated
private java.lang.String custom1
private java.lang.String custom2
public AdminFilter()
public AdminFilter(com.workingdogs.village.Record vr, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getId()
public void setId(int id)
id
- the id to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.util.Date getDateAdded()
public void setDateAdded(java.util.Date dateAdded)
dateAdded
- the dateAdded to setpublic int getUserId()
public void setUserId(int userId)
userId
- the userId to setpublic java.lang.String getFilterTable()
public void setFilterTable(java.lang.String filterTable)
filterTable
- the filterTable to setpublic java.lang.String getFilterColumn()
public void setFilterColumn(java.lang.String filterColumn)
filterColumn
- the filterColumn to setpublic java.lang.String getFilterConstraint()
public void setFilterConstraint(java.lang.String filterConstraint)
filterConstraint
- the filterConstraint to setpublic java.util.Date getDateUpdated()
public void setDateUpdated(java.util.Date dateUpdated)
dateUpdated
- the dateUpdated to setCopyright © 2018 DS Data Systems UK Ltd.