public class EntryFilter extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL_INT |
static String |
ALL_STRING |
static int |
FILTER_FALSE |
static int |
FILTER_TRUE |
Constructor and Description |
---|
EntryFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsEntryParentNull() |
boolean |
containsFieldDependNull() |
boolean |
containsIdEntryParent() |
boolean |
containsIdField() |
boolean |
containsIdForm() |
boolean |
containsIdIsComment() |
boolean |
containsIdIsGroup() |
int |
getEntryParentNull() |
int |
getFieldDependNull() |
int |
getIdEntryParent() |
int |
getIdFieldDepend() |
int |
getIdForm() |
int |
getIdIsComment() |
int |
getIdIsGroup() |
void |
setEntryParentNull(int idEntryParentNull)
set 1 if the id of parent entry must be null
|
void |
setFieldDependNull(int idFieldDependNull)
set 1 if the id of field depend must be null
|
void |
setIdEntryParent(int idEntryParent)
set the id of parent entry
|
void |
setIdFieldDepend(int idField)
set the id of field depend in the filter
|
void |
setIdForm(int idForm)
set the id of form in the filter
|
void |
setIdIsComment(int idComment)
set 1 if the entry must be a comment,0 if the entry must not be a comment
|
void |
setIdIsGroup(int idIsGroup)
set 1 if the entry must be a group,0 if the entry must not be a group
|
public static final String ALL_STRING
public static final int ALL_INT
public static final int FILTER_FALSE
public static final int FILTER_TRUE
public int getIdForm()
public void setIdForm(int idForm)
idForm
- the id of form to insert in the filterpublic boolean containsIdForm()
public int getIdFieldDepend()
public void setIdFieldDepend(int idField)
idField
- the id of field depend to insert in the filterpublic boolean containsIdField()
public int getIdEntryParent()
public void setIdEntryParent(int idEntryParent)
idEntryParent
- the id of parent entry to insert in the filterpublic boolean containsIdEntryParent()
public int getEntryParentNull()
public void setEntryParentNull(int idEntryParentNull)
idEntryParentNull
- 1 if the id of parent entry must be nullpublic boolean containsEntryParentNull()
public int getFieldDependNull()
public void setFieldDependNull(int idFieldDependNull)
idFieldDependNull
- 1 if the id of field depend must be nullpublic boolean containsFieldDependNull()
public int getIdIsGroup()
public void setIdIsGroup(int idIsGroup)
idIsGroup
- 1 if the entry must be a group,0 if the entry must not be a grouppublic boolean containsIdIsGroup()
public int getIdIsComment()
public void setIdIsComment(int idComment)
idComment
- 1 if the entry must be a comment,0 if the entry must not be a commentpublic boolean containsIdIsComment()
Copyright © 2017 City of Paris. All rights reserved.