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 OlePatronNotesContract
public String getOlePatronId()
getOlePatronId
in interface OlePatronNotesContract
public String getPatronNoteText()
getPatronNoteText
in interface OlePatronNotesContract
public OlePatronNoteTypeDefinition.Builder getOlePatronNoteType()
getOlePatronNoteType
in interface OlePatronNotesContract
public OlePatronDefinition.Builder getOlePatron()
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public boolean isActive()
isActive
in interface OlePatronNotesContract
public String getObjectId()
getObjectId
in interface OlePatronNotesContract
public 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.ModelBuilder
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.