org.kuali.ole.patron.api
Interface OlePatronNotesContract

All Superinterfaces:
org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
OlePatronNotes, OlePatronNotesDefinition, OlePatronNotesDefinition.Builder

public interface OlePatronNotesContract
extends org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.common.Identifiable

Created with IntelliJ IDEA. User: ? Date: 5/28/12 Time: 11:43 AM To change this template use File | Settings | File Templates.


Method Summary
 String getObjectId()
           
 String getOlePatronId()
           
 OlePatronNoteTypeContract getOlePatronNoteType()
           
 String getPatronNoteId()
           
 String getPatronNoteText()
           
 boolean isActive()
           
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 

Method Detail

getPatronNoteId

String getPatronNoteId()

getOlePatronId

String getOlePatronId()

getPatronNoteText

String getPatronNoteText()

getOlePatronNoteType

OlePatronNoteTypeContract getOlePatronNoteType()

isActive

boolean isActive()

getObjectId

String getObjectId()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.