Package app.entity.interfaces
Interface ITaggedItem
- All Known Implementing Classes:
Camp,CampDetails,Enquiry,Staff,Student,Suggestion,User
public interface ITaggedItem
Interface for tagged items.
-
Method Summary
-
Method Details
-
getID
String getID()Get the ID of the tagged item.- Returns:
- ID of the tagged item.
-
setID
Set the ID of the tagged item.- Parameters:
ID- ID of the tagged item.
-