Class Governance
- java.lang.Object
-
- org.cyclonedx.model.component.modelCard.data.Governance
-
public class Governance extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGovernance.DataGovernanceResponsibleParty
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Governance.DataGovernanceResponsibleParty>custodiansprivate java.util.List<Governance.DataGovernanceResponsibleParty>ownersprivate java.util.List<Governance.DataGovernanceResponsibleParty>stewards
-
Constructor Summary
Constructors Constructor Description Governance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<Governance.DataGovernanceResponsibleParty>getCustodians()java.util.List<Governance.DataGovernanceResponsibleParty>getOwners()java.util.List<Governance.DataGovernanceResponsibleParty>getStewards()inthashCode()voidsetCustodians(java.util.List<Governance.DataGovernanceResponsibleParty> custodians)voidsetOwners(java.util.List<Governance.DataGovernanceResponsibleParty> owners)voidsetStewards(java.util.List<Governance.DataGovernanceResponsibleParty> stewards)
-
-
-
Field Detail
-
custodians
private java.util.List<Governance.DataGovernanceResponsibleParty> custodians
-
stewards
private java.util.List<Governance.DataGovernanceResponsibleParty> stewards
-
owners
private java.util.List<Governance.DataGovernanceResponsibleParty> owners
-
-
Method Detail
-
getCustodians
public java.util.List<Governance.DataGovernanceResponsibleParty> getCustodians()
-
setCustodians
public void setCustodians(java.util.List<Governance.DataGovernanceResponsibleParty> custodians)
-
getStewards
public java.util.List<Governance.DataGovernanceResponsibleParty> getStewards()
-
setStewards
public void setStewards(java.util.List<Governance.DataGovernanceResponsibleParty> stewards)
-
getOwners
public java.util.List<Governance.DataGovernanceResponsibleParty> getOwners()
-
setOwners
public void setOwners(java.util.List<Governance.DataGovernanceResponsibleParty> owners)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-