org.kuali.ole.patron.api
Interface OleAddressSourceContract

All Superinterfaces:
org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned
All Known Implementing Classes:
OleAddressSourceBo, OleAddressSourceDefinition, OleAddressSourceDefinition.Builder

public interface OleAddressSourceContract
extends org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.common.Identifiable

Created with IntelliJ IDEA. User: ? Date: 5/25/12 Time: 12:31 PM To change this template use File | Settings | File Templates.


Method Summary
 String getOleAddressSourceCode()
           
 String getOleAddressSourceDesc()
           
 String getOleAddressSourceId()
           
 String getOleAddressSourceName()
           
 boolean isActive()
           
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 

Method Detail

getOleAddressSourceId

String getOleAddressSourceId()

getOleAddressSourceCode

String getOleAddressSourceCode()

getOleAddressSourceName

String getOleAddressSourceName()

getOleAddressSourceDesc

String getOleAddressSourceDesc()

isActive

boolean isActive()


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