Class ParentIdsImpl

  • All Implemented Interfaces:
    ParentIds, java.io.Serializable
    Direct Known Subclasses:
    ParentUIdsImpl

    public class ParentIdsImpl
    extends java.lang.Object
    implements java.io.Serializable, ParentIds
    The type Parent ids.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ParentIdsImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDocument()
      Gets the document.
      int getFrame()
      Gets the frame.
      int getGroup()
      Gets the group.
      int getPage()
      Gets the page.
      int getSpread()
      Gets the spread.
      void setDocument​(java.lang.String document)
      Sets the document.
      void setFrame​(int frame)
      Sets the frame.
      void setGroup​(int group)
      Sets the group.
      void setPage​(int page)
      Sets the page.
      void setSpread​(int spread)
      Sets the spread.
      • Methods inherited from class java.lang.Object

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

      • ParentIdsImpl

        public ParentIdsImpl()
    • Method Detail

      • getFrame

        public int getFrame()
        Description copied from interface: ParentIds
        Gets the frame.
        Specified by:
        getFrame in interface ParentIds
        Returns:
        the frame
      • setFrame

        public void setFrame​(int frame)
        Description copied from interface: ParentIds
        Sets the frame.
        Specified by:
        setFrame in interface ParentIds
        Parameters:
        frame - the new frame
      • getGroup

        public int getGroup()
        Description copied from interface: ParentIds
        Gets the group.
        Specified by:
        getGroup in interface ParentIds
        Returns:
        the group
      • setGroup

        public void setGroup​(int group)
        Description copied from interface: ParentIds
        Sets the group.
        Specified by:
        setGroup in interface ParentIds
        Parameters:
        group - the new group
      • getPage

        public int getPage()
        Description copied from interface: ParentIds
        Gets the page.
        Specified by:
        getPage in interface ParentIds
        Returns:
        the page
      • setPage

        public void setPage​(int page)
        Description copied from interface: ParentIds
        Sets the page.
        Specified by:
        setPage in interface ParentIds
        Parameters:
        page - the new page
      • getSpread

        public int getSpread()
        Description copied from interface: ParentIds
        Gets the spread.
        Specified by:
        getSpread in interface ParentIds
        Returns:
        the spread
      • setSpread

        public void setSpread​(int spread)
        Description copied from interface: ParentIds
        Sets the spread.
        Specified by:
        setSpread in interface ParentIds
        Parameters:
        spread - the new spread
      • getDocument

        public java.lang.String getDocument()
        Description copied from interface: ParentIds
        Gets the document.
        Specified by:
        getDocument in interface ParentIds
        Returns:
        the document
      • setDocument

        public void setDocument​(java.lang.String document)
        Description copied from interface: ParentIds
        Sets the document.
        Specified by:
        setDocument in interface ParentIds
        Parameters:
        document - the new document