public class CmsWordStatistics extends Object implements Serializable
Constructor and Description |
---|
CmsWordStatistics(long id,
int searchCounts,
CmsWord entity) |
Modifier and Type | Method and Description |
---|---|
CmsWord |
getEntity() |
long |
getId() |
int |
getSearchCounts() |
void |
setEntity(CmsWord entity) |
void |
setId(long id) |
void |
setSearchCounts(int searchCounts) |
public CmsWordStatistics(long id, int searchCounts, CmsWord entity)
id
- searchCounts
- entity
- public long getId()
public void setId(long id)
id
- public int getSearchCounts()
public void setSearchCounts(int searchCounts)
searchCounts
- public CmsWord getEntity()
public void setEntity(CmsWord entity)
entity
- Copyright © 2018. All rights reserved.