public static class OlePatronLostBarcodeDefinition.Builder extends Object implements Serializable, org.kuali.rice.core.api.mo.ModelBuilder, OlePatronLostBarcodeContract
Modifier and Type | Method and Description |
---|---|
OlePatronLostBarcodeDefinition |
build() |
static OlePatronLostBarcodeDefinition.Builder |
create() |
static OlePatronLostBarcodeDefinition.Builder |
create(OlePatronLostBarcodeContract contract) |
String |
getId() |
Timestamp |
getInvalidOrLostBarcodeEffDate() |
String |
getInvalidOrLostBarcodeNumber() |
String |
getObjectId() |
String |
getOlePatronId() |
String |
getOlePatronLostBarcodeId() |
Long |
getVersionNumber() |
void |
setId(String id) |
void |
setInvalidOrLostBarcodeEffDate(Timestamp invalidOrLostBarcodeEffDate) |
void |
setInvalidOrLostBarcodeNumber(String invalidOrLostBarcodeNumber) |
void |
setObjectId(String objectId) |
void |
setOlePatronId(String olePatronId) |
void |
setOlePatronLostBarcodeId(String olePatronLostBarcodeId) |
void |
setVersionNumber(Long versionNumber) |
public static OlePatronLostBarcodeDefinition.Builder create()
public static OlePatronLostBarcodeDefinition.Builder create(OlePatronLostBarcodeContract contract)
public OlePatronLostBarcodeDefinition build()
build
in interface org.kuali.rice.core.api.mo.ModelBuilder
public String getOlePatronLostBarcodeId()
getOlePatronLostBarcodeId
in interface OlePatronLostBarcodeContract
public void setOlePatronLostBarcodeId(String olePatronLostBarcodeId)
public String getOlePatronId()
getOlePatronId
in interface OlePatronLostBarcodeContract
public void setOlePatronId(String olePatronId)
public Timestamp getInvalidOrLostBarcodeEffDate()
getInvalidOrLostBarcodeEffDate
in interface OlePatronLostBarcodeContract
public void setInvalidOrLostBarcodeEffDate(Timestamp invalidOrLostBarcodeEffDate)
public String getInvalidOrLostBarcodeNumber()
getInvalidOrLostBarcodeNumber
in interface OlePatronLostBarcodeContract
public void setInvalidOrLostBarcodeNumber(String invalidOrLostBarcodeNumber)
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 void setVersionNumber(Long versionNumber)
public String getObjectId()
getObjectId
in interface OlePatronLostBarcodeContract
public void setObjectId(String objectId)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.