public class Governance extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Governance.DataGovernanceResponsibleParty |
Constructor and Description |
---|
Governance() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
List<Governance.DataGovernanceResponsibleParty> |
getCustodians() |
List<Governance.DataGovernanceResponsibleParty> |
getOwners() |
List<Governance.DataGovernanceResponsibleParty> |
getStewards() |
int |
hashCode() |
void |
setCustodians(List<Governance.DataGovernanceResponsibleParty> custodians) |
void |
setOwners(List<Governance.DataGovernanceResponsibleParty> owners) |
void |
setStewards(List<Governance.DataGovernanceResponsibleParty> stewards) |
public List<Governance.DataGovernanceResponsibleParty> getCustodians()
public void setCustodians(List<Governance.DataGovernanceResponsibleParty> custodians)
public List<Governance.DataGovernanceResponsibleParty> getStewards()
public void setStewards(List<Governance.DataGovernanceResponsibleParty> stewards)
public List<Governance.DataGovernanceResponsibleParty> getOwners()
public void setOwners(List<Governance.DataGovernanceResponsibleParty> owners)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.