|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOCounters
@Entity public class CmsDAOCounters
This data access object represents a counter entry inside the table "cms_counters".
| Constructor Summary | |
|---|---|
CmsDAOCounters()
The default constructor. |
|
CmsDAOCounters(java.lang.String name)
A public constructor for generating a new contents object with an unique id. |
|
| Method Summary | |
|---|---|
int |
getCounter()
Returns the count. |
java.lang.String |
getName()
Returns the name. |
void |
setCounter(int counter)
Sets the count. |
void |
setName(java.lang.String name)
Sets the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOCounters()
public CmsDAOCounters(java.lang.String name)
name - the name| Method Detail |
|---|
public int getCounter()
public java.lang.String getName()
public void setCounter(int counter)
counter - the count to setpublic void setName(java.lang.String name)
name - the name to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||