Interface ITaggedItem

All Known Implementing Classes:
Camp, CampDetails, Enquiry, Staff, Student, Suggestion, User

public interface ITaggedItem
Interface for tagged items.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the ID of the tagged item.
    void
    Set the ID of the tagged item.
  • Method Details

    • getID

      String getID()
      Get the ID of the tagged item.
      Returns:
      ID of the tagged item.
    • setID

      void setID(String ID)
      Set the ID of the tagged item.
      Parameters:
      ID - ID of the tagged item.