* The extended model interface for the ClickCount service. Represents a row in the "ANALYSIS_ClickCount" database table, with each column mapped to a property of this class.
* Never modify this interface directly. Add methods to {@link analysisService.model.impl.ClickCountImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface.
* The base model interface for the ClickCount service. Represents a row in the "ANALYSIS_ClickCount" database table, with each column mapped to a property of this class.
*
* <p>
* This interface and its corresponding implementation {@link analysisService.model.impl.ClickCountModelImpl} exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in {@link analysisService.model.impl.ClickCountImpl}.
* Never modify or reference this interface directly. All methods that expect a click count model instance should use the {@link ClickCount} interface instead.
*/
/**
* Returns the primary key of this click count.
*
* @return the primary key of this click count
*/
publicClickCountPKgetPrimaryKey();
/**
* Sets the primary key of this click count.
*
* @param primaryKey the primary key of this click count
*/
publicvoidsetPrimaryKey(ClickCountPKprimaryKey);
/**
* Returns the group ID of this click count.
*
* @return the group ID of this click count
*/
@AutoEscape
publicStringgetGroupID();
/**
* Sets the group ID of this click count.
*
* @param GroupID the group ID of this click count
*/
publicvoidsetGroupID(StringGroupID);
/**
* Returns the button ID of this click count.
*
* @return the button ID of this click count
*/
@AutoEscape
publicStringgetButtonID();
/**
* Sets the button ID of this click count.
*
* @param ButtonID the button ID of this click count