Class Mark

All Implemented Interfaces:
Cloneable

public class Mark extends ImmutableObject
Information about one or more marks.

A mark is a term for a label with some sort of legally protected status. The most well known version is a registered trademark, but marks can also be derived from court opinions, treaties, or statutes.

  • Constructor Details

    • Mark

      public Mark()
  • Method Details

    • getTrademarks

      public com.google.common.collect.ImmutableList<Trademark> getTrademarks()
    • getTreatyOrStatuteMarks

      public com.google.common.collect.ImmutableList<TreatyOrStatuteMark> getTreatyOrStatuteMarks()
    • getCourtMarks

      public com.google.common.collect.ImmutableList<CourtMark> getCourtMarks()