Class ExtraMenu

java.lang.Object
org.apache.openmeetings.db.entity.room.ExtraMenu
All Implemented Interfaces:
Serializable, IDataProviderEntity

@Entity public class ExtraMenu extends Object implements IDataProviderEntity
See Also:
  • Constructor Details

    • ExtraMenu

      public ExtraMenu()
  • Method Details

    • getId

      public Long getId()
      Specified by:
      getId in interface IDataProviderEntity
    • setId

      public void setId(Long id)
      Specified by:
      setId in interface IDataProviderEntity
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLink

      public String getLink()
    • setLink

      public void setLink(String link)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getGroups

      public List<Long> getGroups()
    • setGroups

      public void setGroups(List<Long> groups)