org.kuali.ole.patron.api
Class OlePatronNotesDefinition

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.ole.patron.api.OlePatronNotesDefinition
All Implemented Interfaces:
Serializable, OlePatronNotesContract, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.core.api.mo.ModelObjectComplete

public class OlePatronNotesDefinition
extends org.kuali.rice.core.api.mo.AbstractDataTransferObject
implements OlePatronNotesContract

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

See Also:
Serialized Form

Nested Class Summary
static class OlePatronNotesDefinition.Builder
           
static class OlePatronNotesDefinition.Cache
           
 
Constructor Summary
OlePatronNotesDefinition()
           
OlePatronNotesDefinition(OlePatronNotesDefinition.Builder builder)
           
 
Method Summary
 String getId()
           
 String getObjectId()
           
 String getOlePatronId()
           
 OlePatronNoteTypeDefinition getOlePatronNoteType()
           
 String getPatronNoteId()
           
 String getPatronNoteText()
           
 Long getVersionNumber()
           
 boolean isActive()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OlePatronNotesDefinition

public OlePatronNotesDefinition()

OlePatronNotesDefinition

public OlePatronNotesDefinition(OlePatronNotesDefinition.Builder builder)
Method Detail

getPatronNoteId

public String getPatronNoteId()
Specified by:
getPatronNoteId in interface OlePatronNotesContract

getOlePatronId

public String getOlePatronId()
Specified by:
getOlePatronId in interface OlePatronNotesContract

getPatronNoteText

public String getPatronNoteText()
Specified by:
getPatronNoteText in interface OlePatronNotesContract

getOlePatronNoteType

public OlePatronNoteTypeDefinition getOlePatronNoteType()
Specified by:
getOlePatronNoteType in interface OlePatronNotesContract

isActive

public boolean isActive()
Specified by:
isActive in interface OlePatronNotesContract

getId

public String getId()
Specified by:
getId in interface org.kuali.rice.core.api.mo.common.Identifiable

getVersionNumber

public Long getVersionNumber()
Specified by:
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned

getObjectId

public String getObjectId()
Specified by:
getObjectId in interface OlePatronNotesContract


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