* The extended model interface for the TagData service. Represents a row in the "ANALYSIS_TagData" database table, with each column mapped to a property of this class.
* Never modify this interface directly. Add methods to {@link analysisService.model.impl.TagDataImpl} and rerun ServiceBuilder to automatically copy the method declarations to this interface.
* The base model interface for the TagData service. Represents a row in the "ANALYSIS_TagData" database table, with each column mapped to a property of this class.
*
* <p>
* This interface and its corresponding implementation {@link analysisService.model.impl.TagDataModelImpl} 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.TagDataImpl}.
* Never modify or reference this interface directly. All methods that expect a tag data model instance should use the {@link TagData} interface instead.
*/
/**
* Returns the primary key of this tag data.
*
* @return the primary key of this tag data
*/
publiclonggetPrimaryKey();
/**
* Sets the primary key of this tag data.
*
* @param primaryKey the primary key of this tag data