org.kuali.kfs.integration.purap
Interface PurchasingAccountsPayableSensitiveData

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject, Serializable
All Known Implementing Classes:
SensitiveData, SensitiveData

public interface PurchasingAccountsPayableSensitiveData
extends org.kuali.rice.kns.bo.ExternalizableBusinessObject

An interface that declares methods to retrieve information about Sensitive Datas.


Method Summary
 String getSensitiveDataCode()
          Gets the code for this sensitive data
 String getSensitiveDataDescription()
          Gets the description for this sensitive data
 boolean isActive()
           
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getSensitiveDataCode

String getSensitiveDataCode()
Gets the code for this sensitive data

Returns:
the code for this sensitive data

getSensitiveDataDescription

String getSensitiveDataDescription()
Gets the description for this sensitive data

Returns:
the description for this sensitive data

isActive

boolean isActive()


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