public static class OlePatronLoanDocuments.Builder extends Object implements Serializable, org.kuali.rice.core.api.mo.ModelBuilder, OlePatronLoanDocumentsContract
Modifier and Type | Method and Description |
---|---|
OlePatronLoanDocuments |
build() |
static OlePatronLoanDocuments.Builder |
create() |
static OlePatronLoanDocuments.Builder |
create(OlePatronLoanDocumentsContract contract) |
String |
getId() |
String |
getObjectId() |
List<OlePatronLoanDocument.Builder> |
getOlePatronLoanDocuments() |
Long |
getVersionNumber() |
void |
setObjectId(String objectId) |
void |
setOlePatronLoanDocuments(List<OlePatronLoanDocumentContract> OlePatronLoanDocumentContract) |
void |
setVersionNumber(Long versionNumber) |
public void setVersionNumber(Long versionNumber)
public String getObjectId()
public void setObjectId(String objectId)
public static OlePatronLoanDocuments.Builder create()
public static OlePatronLoanDocuments.Builder create(OlePatronLoanDocumentsContract contract)
public OlePatronLoanDocuments build()
build
in interface org.kuali.rice.core.api.mo.ModelBuilder
public String getId()
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
public Long getVersionNumber()
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
public List<OlePatronLoanDocument.Builder> getOlePatronLoanDocuments()
getOlePatronLoanDocuments
in interface OlePatronLoanDocumentsContract
public void setOlePatronLoanDocuments(List<OlePatronLoanDocumentContract> OlePatronLoanDocumentContract)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.