public class KeywordIdeaCategory extends Object
Java class for KeywordIdeaCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordIdeaCategory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CategoryId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CategoryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
categoryId |
protected String |
categoryName |
| Constructor and Description |
|---|
KeywordIdeaCategory() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCategoryId()
Gets the value of the categoryId property.
|
String |
getCategoryName()
Gets the value of the categoryName property.
|
void |
setCategoryId(Long value)
Sets the value of the categoryId property.
|
void |
setCategoryName(String value)
Sets the value of the categoryName property.
|
public Long getCategoryId()
Longpublic void setCategoryId(Long value)
value - allowed object is
Longpublic String getCategoryName()
StringCopyright © 2024. All rights reserved.