Klasse SidIdInfo.PlayerInfoSection

java.lang.Object
libsidutils.sidid.SidIdInfo.PlayerInfoSection
Umschließende Klasse:
SidIdInfo

public static class SidIdInfo.PlayerInfoSection extends Object
  • Felddetails

    • playerName

      private final String playerName
      Player name.
    • name

      private String name
    • author

      private String author
    • released

      private String released
    • reference

      private String reference
    • comment

      private String comment
  • Konstruktordetails

    • PlayerInfoSection

      public PlayerInfoSection(String name)
      Create a new section.
      Parameter:
      name - player name
  • Methodendetails

    • getName

      public final String getName()
    • setName

      public final void setName(String name)
    • getAuthor

      public final String getAuthor()
    • setAuthor

      public final void setAuthor(String author)
    • getReleased

      public final String getReleased()
    • setReleased

      public final void setReleased(String released)
    • getReference

      public final String getReference()
    • setReference

      public final void setReference(String reference)
    • getComment

      public final String getComment()
    • setComment

      public final void setComment(String comment)
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object