org.kuali.ole.myaccount.renewal.bo
Class OlePatronLoanDocuments.Builder

java.lang.Object
  extended by org.kuali.ole.myaccount.renewal.bo.OlePatronLoanDocuments.Builder
All Implemented Interfaces:
Serializable, OlePatronLoanDocumentsContract, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelBuilder
Enclosing class:
OlePatronLoanDocuments

public static class OlePatronLoanDocuments.Builder
extends Object
implements Serializable, org.kuali.rice.core.api.mo.ModelBuilder, OlePatronLoanDocumentsContract

See Also:
Serialized Form

Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setVersionNumber

public void setVersionNumber(Long versionNumber)

getObjectId

public String getObjectId()

setObjectId

public void setObjectId(String objectId)

create

public static OlePatronLoanDocuments.Builder create()

create

public static OlePatronLoanDocuments.Builder create(OlePatronLoanDocumentsContract contract)

build

public OlePatronLoanDocuments build()
Specified by:
build in interface org.kuali.rice.core.api.mo.ModelBuilder

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

getOlePatronLoanDocuments

public List<OlePatronLoanDocument.Builder> getOlePatronLoanDocuments()
Specified by:
getOlePatronLoanDocuments in interface OlePatronLoanDocumentsContract

setOlePatronLoanDocuments

public void setOlePatronLoanDocuments(List<OlePatronLoanDocumentContract> OlePatronLoanDocumentContract)


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