org.kuali.kfs.integration.purap.businessobject
Class SensitiveData

java.lang.Object
  extended by org.kuali.kfs.integration.purap.businessobject.SensitiveData
All Implemented Interfaces:
Serializable, PurchasingAccountsPayableSensitiveData, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject

public class SensitiveData
extends Object
implements PurchasingAccountsPayableSensitiveData

Sensitive Data Business Object.

See Also:
Serialized Form

Constructor Summary
SensitiveData()
          Default constructor.
 
Method Summary
 String getSensitiveDataCode()
          Gets the code for this sensitive data
 String getSensitiveDataDescription()
          Gets the description for this sensitive data
 boolean isActive()
           
 void prepareForWorkflow()
           
 void refresh()
           
 void setActive(boolean active)
           
 void setSensitiveDataCode(String sensitiveDataCode)
           
 void setSensitiveDataDescription(String sensitiveDataDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensitiveData

public SensitiveData()
Default constructor.

Method Detail

getSensitiveDataCode

public String getSensitiveDataCode()
Description copied from interface: PurchasingAccountsPayableSensitiveData
Gets the code for this sensitive data

Specified by:
getSensitiveDataCode in interface PurchasingAccountsPayableSensitiveData
Returns:
the code for this sensitive data

setSensitiveDataCode

public void setSensitiveDataCode(String sensitiveDataCode)

getSensitiveDataDescription

public String getSensitiveDataDescription()
Description copied from interface: PurchasingAccountsPayableSensitiveData
Gets the description for this sensitive data

Specified by:
getSensitiveDataDescription in interface PurchasingAccountsPayableSensitiveData
Returns:
the description for this sensitive data

setSensitiveDataDescription

public void setSensitiveDataDescription(String sensitiveDataDescription)

isActive

public boolean isActive()
Specified by:
isActive in interface PurchasingAccountsPayableSensitiveData

setActive

public void setActive(boolean active)

prepareForWorkflow

public void prepareForWorkflow()
Specified by:
prepareForWorkflow in interface org.kuali.rice.kns.bo.BusinessObject

refresh

public void refresh()
Specified by:
refresh in interface org.kuali.rice.kns.bo.BusinessObject


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