Interface AttachedNoteService

All Superinterfaces:
Service

public interface AttachedNoteService
extends Service
Factory for creating AttachedNote-related objects.
  • Method Summary

    Modifier and Type Method Description
    AttachedNote newAttachedNote()
    Creates a new AttachedNote object in memory which can be associated with an AttachedNotes.
    AttachedNotes newAttachedNotes()
    Creates a new AttachedNotes object in memory which can be associated with a Model.
  • Method Details