Class ChannelInfo

java.lang.Object
com.elpical.jclaro.admin.ws.server.ChannelInfo

public class ChannelInfo extends Object
Class to hold general Channel Info.
  • Constructor Details

    • ChannelInfo

      public ChannelInfo()
      Empty constructor
    • ChannelInfo

      public ChannelInfo(com.elpical.jclaro.database.entities.ClaroChannel aClaroChannel, HashMap<String,​String> theClaroChannelPreferences)
  • Method Details

    • isActive

      public boolean isActive()
      Returns whether the Channel is active or on standby
      Returns:
      Whether the Channel is active or on standby
    • setActive

      public void setActive(boolean active)
      Sets the Channel to active or standby
      Parameters:
      active - Active or standby
    • getBlockedFile

      public String getBlockedFile()
    • setBlockedFile

      public void setBlockedFile(String blockedFile)
    • save

      public void save(com.elpical.jclaro.database.entities.ClaroChannel aClaroChannel)