Class CpdFile

  • All Implemented Interfaces:
    java.io.Serializable

    public class CpdFile
    extends java.lang.Object
    implements java.io.Serializable
    Class CpdFile.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CpdFile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLine()
      Get the line field.
      java.lang.String getPath()
      Get the path field.
      void setLine​(int line)
      Set the line field.
      void setPath​(java.lang.String path)
      Set the path field.
      • Methods inherited from class java.lang.Object

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

      • CpdFile

        public CpdFile()
    • Method Detail

      • getLine

        public int getLine()
        Get the line field.
        Returns:
        int
      • getPath

        public java.lang.String getPath()
        Get the path field.
        Returns:
        String
      • setLine

        public void setLine​(int line)
        Set the line field.
        Parameters:
        line -
      • setPath

        public void setPath​(java.lang.String path)
        Set the path field.
        Parameters:
        path -