public class Report extends Object implements Serializable
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
void |
deleteCatCount() |
void |
deleteSectionCount() |
String |
getAuthor()
Returns the value of field 'author'.
|
Integer |
getCatCount()
Returns the value of field 'catCount'.
|
Categories |
getCategories()
Returns the value of field 'categories'.
|
Created |
getCreated()
Returns the value of field 'created'.
|
String |
getLogo()
Returns the value of field 'logo'.
|
Integer |
getSectionCount()
Returns the value of field 'sectionCount'.
|
ViewInfo |
getViewInfo()
Returns the value of field 'viewInfo'.
|
boolean |
hasCatCount()
Method hasCatCount.
|
boolean |
hasSectionCount()
Method hasSectionCount.
|
void |
setAuthor(String author)
Sets the value of field 'author'.
|
void |
setCatCount(Integer catCount)
Sets the value of field 'catCount'.
|
void |
setCategories(Categories categories)
Sets the value of field 'categories'.
|
void |
setCreated(Created created)
Sets the value of field 'created'.
|
void |
setLogo(String logo)
Sets the value of field 'logo'.
|
void |
setSectionCount(Integer sectionCount)
Sets the value of field 'sectionCount'.
|
void |
setViewInfo(ViewInfo viewInfo)
Sets the value of field 'viewInfo'.
|
public void deleteCatCount()
public void deleteSectionCount()
public String getAuthor()
public Integer getCatCount()
public Categories getCategories()
public Created getCreated()
public String getLogo()
public Integer getSectionCount()
public ViewInfo getViewInfo()
public boolean hasCatCount()
public boolean hasSectionCount()
public void setAuthor(String author)
author
- the value of field 'author'.public void setCatCount(Integer catCount)
catCount
- the value of field 'catCount'.public void setCategories(Categories categories)
categories
- the value of field 'categories'.public void setCreated(Created created)
created
- the value of field 'created'.public void setLogo(String logo)
logo
- the value of field 'logo'.public void setSectionCount(Integer sectionCount)
sectionCount
- the value of field 'sectionCount'.public void setViewInfo(ViewInfo viewInfo)
viewInfo
- the value of field 'viewInfo'.Copyright © 2021. All rights reserved.