Class Copyright.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      Copyright build()
      Build a model object with the information set in the builder object.
      Copyright.Builder setText​(java.lang.String text)
      The copyright text setter.
      Copyright.Builder setType​(CopyrightType type)
      The copyright type setter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setText

        public Copyright.Builder setText​(java.lang.String text)
        The copyright text setter.
        Parameters:
        text - The copyright text for this album.
        Returns:
        A Copyright.Builder
      • build

        public Copyright build()
        Description copied from interface: IModelObject.Builder
        Build a model object with the information set in the builder object.
        The type of the model object and its methods depend on its corresponding implementation.
        Returns:
        A model object.