Constructor
new Keyword(postback, keywords)
- Description:
- Creates an instance of Keyword.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
postback |
The postback to set. | |
keywords |
The keywords to set. |
Methods
addKeyword(keyword)
- Description:
- Adds a keyword.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
keyword |
The keyword to add. |
Returns:
The current instance of the Keyword class.
getKeywords()
- Description:
- Gets the keywords.
- Source:
Returns:
The keywords.
getPostback()
- Description:
- Gets the postback associated with the keyword.
- Source:
Returns:
The postback associated with the keyword.
getSkipAutoNumber()
- Description:
- Gets the skipAutoNumber flag.
- Source:
Returns:
The skipAutoNumber flag.
setKeywords(keywords)
- Description:
- Sets the keywords.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
keywords |
The keywords to set. |
Returns:
The current instance of the Keyword class.
setPostback(postback)
- Description:
- Sets the postback associated with the keyword.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
postback |
The postback to set. |
Returns:
The current instance of the Keyword class.
setSkipAutoNumber(skipAutoNumber)
- Description:
- Sets the skipAutoNumber flag.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
skipAutoNumber |
The skipAutoNumber flag to set. |
Returns:
The current instance of the Keyword class.