public class AdminContentTypeSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
contentTypeId
Content Type Id
|
private java.lang.String |
custom1
custom1
|
private int |
custom1Rule
custom1 Rule
|
private java.lang.String |
custom2
custom2
|
private int |
custom2Rule
custom2 Rule
|
private java.lang.String |
descriptionText
description text - search for records containing this text in either the content_type_name or
description attributes of the AdminContentTypeDescription records.
|
private int |
descriptionTextRule
descriptionText Rule
|
private int |
languageId
language Id
|
private boolean |
retrieveDescriptions
retrieve descriptions as well
|
Constructor and Description |
---|
AdminContentTypeSearch()
Instantiates an AdminAddressSearch object - a requirement for a bean class
|
AdminContentTypeSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminAddressSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
int |
getContentTypeId() |
java.lang.String |
getCustom1() |
int |
getCustom1Rule()
The rule for the search.
|
java.lang.String |
getCustom2() |
int |
getCustom2Rule()
The rule for the search.
|
java.lang.String |
getDescriptionText() |
int |
getDescriptionTextRule() |
int |
getLanguageId() |
boolean |
isRetrieveDescriptions() |
void |
setContentTypeId(int contentTypeId) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom1Rule(int custom1Rule)
The rule for the search.
|
void |
setCustom2(java.lang.String custom2) |
void |
setCustom2Rule(int custom2Rule)
The rule for the search.
|
void |
setDescriptionText(java.lang.String descriptionText) |
void |
setDescriptionTextRule(int descriptionTextRule)
The rule for the search.
|
void |
setLanguageId(int languageId) |
void |
setRetrieveDescriptions(boolean retrieveDescriptions) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int contentTypeId
private int languageId
private java.lang.String descriptionText
private int descriptionTextRule
private java.lang.String custom1
private int custom1Rule
private java.lang.String custom2
private int custom2Rule
private boolean retrieveDescriptions
public AdminContentTypeSearch()
public AdminContentTypeSearch(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- 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 getContentTypeId()
public void setContentTypeId(int contentTypeId)
contentTypeId
- the contentTypeId to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic int getCustom1Rule()
public void setCustom1Rule(int custom1Rule)
custom1Rule
- the custom1Rule to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic int getCustom2Rule()
public void setCustom2Rule(int custom2Rule)
custom2Rule
- the custom2Rule to setpublic java.lang.String getDescriptionText()
public void setDescriptionText(java.lang.String descriptionText)
descriptionText
- the descriptionText to setpublic int getDescriptionTextRule()
public void setDescriptionTextRule(int descriptionTextRule)
descriptionTextRule
- the descriptionTextRule to setpublic int getLanguageId()
public void setLanguageId(int languageId)
languageId
- the languageId to setpublic boolean isRetrieveDescriptions()
public void setRetrieveDescriptions(boolean retrieveDescriptions)
retrieveDescriptions
- the retrieveDescriptions to set - the default is NOT to retrieve the descriptionsCopyright © 2018 DS Data Systems UK Ltd.