Class GenericNamable

java.lang.Object
com.softsynth.jmsl.GenericNamable
All Implemented Interfaces:
Namable

public class GenericNamable
extends java.lang.Object
implements Namable
Used by ScoreFrame for example
  • Constructor Summary

    Constructors
    Constructor Description
    GenericNamable()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    void setName​(java.lang.String n)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GenericNamable

      public GenericNamable()
  • Method Details

    • getName

      public java.lang.String getName()
      Specified by:
      getName in interface Namable
    • setName

      public void setName​(java.lang.String n)
      Specified by:
      setName in interface Namable