java.lang.Object
com.skava.model.datatransferobjects.Notes
All Implemented Interfaces:
Serializable

public class Notes extends Object implements Serializable
This class defines the model Notes (Data transfer Object) holds notes details.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • Notes

      public Notes()
      The default constructor.
    • Notes

      public Notes(Notes notes)
      Instantiates a new notes with constructor of notes object.
      Parameters:
      notes - Holds Notes object for creating the notes object.