public final class javax.print.attribute.standard.DialogOwner implements javax.print.attribute.PrintRequestAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javax.print.attribute.standard.DialogOwner
  super_class: java.lang.Object
{
  private static javax.print.attribute.standard.DialogOwner$Accessor accessor;
    descriptor: Ljavax/print/attribute/standard/DialogOwner$Accessor;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1901909867156076547

  private java.awt.Window owner;
    descriptor: Ljava/awt/Window;
    flags: (0x0002) ACC_PRIVATE

  private transient long id;
    descriptor: J
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 55
            new javax.print.attribute.standard.DialogOwner$Accessor
            dup
            invokespecial javax.print.attribute.standard.DialogOwner$Accessor.<init>:()V
            putstatic javax.print.attribute.standard.DialogOwner.accessor:Ljavax/print/attribute/standard/DialogOwner$Accessor;
         1: .line 57
            getstatic javax.print.attribute.standard.DialogOwner.accessor:Ljavax/print/attribute/standard/DialogOwner$Accessor;
            invokestatic sun.print.DialogOwnerAccessor.setAccessor:(Lsun/print/DialogOwnerAccessor;)V
         2: .line 60
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.DialogOwner this
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            return
        end local 0 // javax.print.attribute.standard.DialogOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/print/attribute/standard/DialogOwner;

  public void <init>(java.awt.Window);
    descriptor: (Ljava/awt/Window;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.print.attribute.standard.DialogOwner this
        start local 1 // java.awt.Window owner
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 1 /* owner */
            putfield javax.print.attribute.standard.DialogOwner.owner:Ljava/awt/Window;
         2: .line 82
            return
        end local 1 // java.awt.Window owner
        end local 0 // javax.print.attribute.standard.DialogOwner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljavax/print/attribute/standard/DialogOwner;
            0    3     1  owner  Ljava/awt/Window;
    MethodParameters:
       Name  Flags
      owner  

  void <init>(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.print.attribute.standard.DialogOwner this
        start local 1 // long id
         0: .line 94
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 95
            aload 0 /* this */
            lload 1 /* id */
            putfield javax.print.attribute.standard.DialogOwner.id:J
         2: .line 96
            return
        end local 1 // long id
        end local 0 // javax.print.attribute.standard.DialogOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/print/attribute/standard/DialogOwner;
            0    3     1    id  J
    MethodParameters:
      Name  Flags
      id    

  long getID();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.DialogOwner this
         0: .line 104
            aload 0 /* this */
            getfield javax.print.attribute.standard.DialogOwner.id:J
            lreturn
        end local 0 // javax.print.attribute.standard.DialogOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/attribute/standard/DialogOwner;

  public java.awt.Window getOwner();
    descriptor: ()Ljava/awt/Window;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.DialogOwner this
         0: .line 113
            aload 0 /* this */
            getfield javax.print.attribute.standard.DialogOwner.owner:Ljava/awt/Window;
            areturn
        end local 0 // javax.print.attribute.standard.DialogOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/attribute/standard/DialogOwner;

  public final java.lang.Class<? extends javax.print.attribute.Attribute> getCategory();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.DialogOwner this
         0: .line 127
            ldc Ljavax/print/attribute/standard/DialogOwner;
            areturn
        end local 0 // javax.print.attribute.standard.DialogOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/attribute/standard/DialogOwner;
    Signature: ()Ljava/lang/Class<+Ljavax/print/attribute/Attribute;>;

  public final java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.print.attribute.standard.DialogOwner this
         0: .line 139
            ldc "dialog-owner"
            areturn
        end local 0 // javax.print.attribute.standard.DialogOwner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/print/attribute/standard/DialogOwner;
}
SourceFile: "DialogOwner.java"
NestMembers:
  javax.print.attribute.standard.DialogOwner$Accessor
InnerClasses:
  private Accessor = javax.print.attribute.standard.DialogOwner$Accessor of javax.print.attribute.standard.DialogOwner