org.kuali.ole.patron.api
Class OleAddressSourceDefinition.Builder
java.lang.Object
org.kuali.ole.patron.api.OleAddressSourceDefinition.Builder
- All Implemented Interfaces:
- Serializable, OleAddressSourceContract, 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:
- OleAddressSourceDefinition
public static class OleAddressSourceDefinition.Builder
- extends Object
- implements Serializable, org.kuali.rice.core.api.mo.ModelBuilder, OleAddressSourceContract
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static OleAddressSourceDefinition.Builder create()
create
public static OleAddressSourceDefinition.Builder create(OleAddressSourceContract contract)
build
public OleAddressSourceDefinition build()
- Specified by:
build
in interface org.kuali.rice.core.api.mo.ModelBuilder
getOleAddressSourceId
public String getOleAddressSourceId()
- Specified by:
getOleAddressSourceId
in interface OleAddressSourceContract
setOleAddressSourceId
public void setOleAddressSourceId(String oleAddressSourceId)
getOleAddressSourceCode
public String getOleAddressSourceCode()
- Specified by:
getOleAddressSourceCode
in interface OleAddressSourceContract
setOleAddressSourceCode
public void setOleAddressSourceCode(String oleAddressSourceCode)
getOleAddressSourceName
public String getOleAddressSourceName()
- Specified by:
getOleAddressSourceName
in interface OleAddressSourceContract
setOleAddressSourceName
public void setOleAddressSourceName(String oleAddressSourceName)
getOleAddressSourceDesc
public String getOleAddressSourceDesc()
- Specified by:
getOleAddressSourceDesc
in interface OleAddressSourceContract
setOleAddressSourceDesc
public void setOleAddressSourceDesc(String oleAddressSourceDesc)
isActive
public boolean isActive()
- Specified by:
isActive
in interface OleAddressSourceContract
setActive
public void setActive(boolean active)
getVersionNumber
public Long getVersionNumber()
- Specified by:
getVersionNumber
in interface org.kuali.rice.core.api.mo.common.Versioned
setVersionNumber
public void setVersionNumber(Long versionNumber)
setObjectId
public void setObjectId(String objectId)
getId
public String getId()
- Specified by:
getId
in interface org.kuali.rice.core.api.mo.common.Identifiable
setId
public void setId(String id)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.