java.lang.Object
com.inductiveautomation.factorypmi.application.print.AlternateMedia
All Implemented Interfaces:
Serializable, Attribute, PrintRequestAttribute

public class AlternateMedia extends Object implements PrintRequestAttribute
See Also:
  • Constructor Details

    • AlternateMedia

      public AlternateMedia(Media altMedia)
  • Method Details

    • getMedia

      public Media getMedia()
    • getCategory

      public final Class<? extends Attribute> getCategory()
      Specified by:
      getCategory in interface Attribute
    • getName

      public final String getName()
      Specified by:
      getName in interface Attribute
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Returns a hash code value for this enumeration value. The hash code is just this enumeration value's integer value.
      Overrides:
      hashCode in class Object