Class Supplement

  • All Implemented Interfaces:
    java.io.Serializable

    public class Supplement
    extends java.lang.Object
    implements java.io.Serializable
    A single supplement.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object project
      Snippets of POM xml files used to supplement the data model.
    • Constructor Summary

      Constructors 
      Constructor Description
      Supplement()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getProject()
      Get snippets of POM xml files used to supplement the data model.
      void setProject​(java.lang.Object project)
      Set snippets of POM xml files used to supplement the data model.
      • Methods inherited from class java.lang.Object

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

      • project

        private java.lang.Object project
        Snippets of POM xml files used to supplement the data model.
    • Constructor Detail

      • Supplement

        public Supplement()
    • Method Detail

      • getProject

        public java.lang.Object getProject()
        Get snippets of POM xml files used to supplement the data model.
        Returns:
        Object
      • setProject

        public void setProject​(java.lang.Object project)
        Set snippets of POM xml files used to supplement the data model.
        Parameters:
        project -