Class FindProjectClassificationProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
org.odpi.openmetadata.frameworks.openmetadata.search.GetOptions
org.odpi.openmetadata.frameworks.openmetadata.search.PagingOptions
org.odpi.openmetadata.frameworks.openmetadata.search.QueryOptions
org.odpi.openmetadata.frameworks.openmetadata.search.FindProperties
org.odpi.openmetadata.frameworks.openmetadata.search.FindProjectClassificationProperties
ProjectClassificationProperties is used to classify a project to indicate how it is governed and the expectations
of how the results will be used.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the approach/method used to manage the project.Return the management style used to manage the project.Return the usage of the results of the project.inthashCode()Return hash code based on properties.voidsetApproach(String approach) Set up the approach/method used to manage the project.voidsetManagementStyle(String managementStyle) Set up the management style used to manage the project.voidsetResultsUsage(String resultsUsage) Set up the usage of the results of the project.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.QueryOptions
getAnchorDomainName, getAnchorGUID, getAnchorScopeGUID, getGovernanceZoneFilter, getIncludeOnlyClassifiedElements, getLimitResultsByStatus, getSequencingOrder, getSequencingProperty, getSkipClassifiedElements, setAnchorDomainName, setAnchorGUID, setAnchorScopeGUID, setGovernanceZoneFilter, setIncludeOnlyClassifiedElements, setLimitResultsByStatus, setSequencingOrder, setSequencingProperty, setSkipClassifiedElementsMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.PagingOptions
getPageSize, getStartFrom, setPageSize, setStartFromMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.GetOptions
getAsOfTime, getGraphQueryDepth, getIncludeOnlyRelationships, getMaxMermaidNodeCount, getMetadataElementSubtypeNames, getMetadataElementTypeName, getRelationshipsPageSize, getSkipRelationships, setAsOfTime, setGraphQueryDepth, setIncludeOnlyRelationships, setMaxMermaidNodeCount, setMetadataElementSubtypeNames, setMetadataElementTypeName, setRelationshipsPageSize, setSkipRelationshipsMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.search.BasicOptions
getEffectiveTime, getForDuplicateProcessing, getForLineage, setEffectiveTime, setForDuplicateProcessing, setForLineage
-
Constructor Details
-
FindProjectClassificationProperties
public FindProjectClassificationProperties()Default constructor -
FindProjectClassificationProperties
Copy/clone constructor.- Parameters:
template- template object to copy.
-
-
Method Details
-
getApproach
Return the approach/method used to manage the project.- Returns:
- string
-
setApproach
Set up the approach/method used to manage the project.- Parameters:
approach- string
-
getManagementStyle
Return the management style used to manage the project.- Returns:
- string
-
setManagementStyle
Set up the management style used to manage the project.- Parameters:
managementStyle- string
-
getResultsUsage
Return the usage of the results of the project.- Returns:
- string
-
setResultsUsage
Set up the usage of the results of the project.- Parameters:
resultsUsage- string
-
toString
Standard toString method.- Overrides:
toStringin classFindProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classQueryOptions- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classQueryOptions- Returns:
- int
-