Class followingModel

java.lang.Object
vn.edu.uit.csbu.software_design.software_design_backend.following.followingModel

@Entity public class followingModel extends Object
The type Following model.
  • Constructor Details

    • followingModel

      public followingModel()
      Instantiates a new Following model.
    • followingModel

      public followingModel(String accountId, String streamerId)
      Instantiates a new Following model.
      Parameters:
      accountId - the account id
      streamerId - the streamer id
  • Method Details

    • getAccountId

      public String getAccountId()
      Gets account id.
      Returns:
      the account id
    • setAccountId

      public void setAccountId(String accountId)
      Sets account id.
      Parameters:
      accountId - the account id
    • getStreamerId

      public String getStreamerId()
      Gets streamer id.
      Returns:
      the streamer id
    • setStreamerId

      public void setStreamerId(String streamerId)
      Sets streamer id.
      Parameters:
      streamerId - the streamer id