public class SensitiveData extends Object implements PurchasingAccountsPayableSensitiveData
Constructor and Description |
---|
SensitiveData()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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) |
public SensitiveData()
public String getSensitiveDataCode()
PurchasingAccountsPayableSensitiveData
getSensitiveDataCode
in interface PurchasingAccountsPayableSensitiveData
public void setSensitiveDataCode(String sensitiveDataCode)
public String getSensitiveDataDescription()
PurchasingAccountsPayableSensitiveData
getSensitiveDataDescription
in interface PurchasingAccountsPayableSensitiveData
public void setSensitiveDataDescription(String sensitiveDataDescription)
public boolean isActive()
isActive
in interface PurchasingAccountsPayableSensitiveData
public void setActive(boolean active)
public void prepareForWorkflow()
public void refresh()
refresh
in interface org.kuali.rice.krad.bo.BusinessObject
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.