public static class OlePatronNotesDefinition.Builder extends Object implements OlePatronNotesContract, org.kuali.rice.core.api.mo.ModelBuilder, Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
active |
String |
objectId |
OlePatronDefinition.Builder |
olePatron |
String |
olePatronId |
OlePatronNoteTypeDefinition.Builder |
olePatronNoteType |
String |
patronNoteId |
String |
patronNoteText |
String |
patronNoteTypeId |
Long |
versionNumber |
public String patronNoteId
public String olePatronId
public String patronNoteTypeId
public String patronNoteText
public OlePatronNoteTypeDefinition.Builder olePatronNoteType
public OlePatronDefinition.Builder olePatron
public Long versionNumber
public boolean active
public static OlePatronNotesDefinition.Builder create(String patronNoteId, String olePatronId, String patronNoteText, OlePatronNoteTypeDefinition.Builder olePatronNoteType)
public static OlePatronNotesDefinition.Builder create(OlePatronNotesContract patronNotesDefinition)
public String getPatronNoteId()
getPatronNoteId in interface OlePatronNotesContractpublic String getOlePatronId()
getOlePatronId in interface OlePatronNotesContractpublic String getPatronNoteText()
getPatronNoteText in interface OlePatronNotesContractpublic OlePatronNoteTypeDefinition.Builder getOlePatronNoteType()
getOlePatronNoteType in interface OlePatronNotesContractpublic OlePatronDefinition.Builder getOlePatron()
public Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic boolean isActive()
isActive in interface OlePatronNotesContractpublic String getObjectId()
getObjectId in interface OlePatronNotesContractpublic void setObjectId(String objectId)
public void setPatronNoteId(String patronNoteId)
public void setOlePatronId(String olePatronId)
public void setPatronNoteTypeId(String patronNoteTypeId)
public void setPatronNoteText(String patronNoteText)
public void setOlePatronNoteType(OlePatronNoteTypeDefinition.Builder olePatronNoteType)
public void setOlePatron(OlePatronDefinition.Builder olePatron)
public void setVersionNumber(Long versionNumber)
public void setActive(boolean active)
public OlePatronNotesDefinition build()
build in interface org.kuali.rice.core.api.mo.ModelBuilderCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.