Class ProjectProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.projects.ProjectProperties
ProjectProperties describes a project.
-
Constructor Summary
ConstructorDescriptionDefault constructorProjectProperties
(ProjectProperties template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the description of the project.Return the code value or symbol used to identify the project - typically unique.getName()
Return the name of the project.Return the date that the project is expected to complete.int
Return the priority of this project.Return the current health of the project.Return the current phase in the project lifecycle.Return the status for this project.Return the date that the project was created.int
hashCode()
Return hash code for this objectvoid
setDescription
(String description) Set up the description of the project.void
setIdentifier
(String identifier) Set up the code value or symbol used to identify the project - typically unique.void
Set up the name of the project.void
setPlannedEndDate
(Date plannedEndDate) Set up the date that the project is expected to complete.void
setPriority
(int priority) Set up the priority of this project.void
setProjectHealth
(String projectHealth) Set up the current health of the project.void
setProjectPhase
(String projectPhase) Set up the current phase in the project lifecycle.void
setProjectStatus
(String projectStatus) Set up the status for this project.void
setStartDate
(Date startDate) Set up the date that the project was created.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
ProjectProperties
public ProjectProperties()Default constructor -
ProjectProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getIdentifier
Return the code value or symbol used to identify the project - typically unique.- Returns:
- string identifier
-
setIdentifier
Set up the code value or symbol used to identify the project - typically unique.- Parameters:
identifier
- string identifier
-
getName
Return the name of the project.- Returns:
- string name
-
setName
Set up the name of the project.- Parameters:
name
- string name
-
getDescription
Return the description of the project.- Returns:
- text
-
setDescription
Set up the description of the project.- Parameters:
description
- text
-
getProjectPhase
Return the current phase in the project lifecycle.- Returns:
- string
-
setProjectPhase
Set up the current phase in the project lifecycle.- Parameters:
projectPhase
- string
-
getProjectHealth
Return the current health of the project.- Returns:
- string
-
setProjectHealth
Set up the current health of the project.- Parameters:
projectHealth
- string
-
getProjectStatus
Return the status for this project.- Returns:
- string
-
setProjectStatus
Set up the status for this project.- Parameters:
projectStatus
- string
-
getPriority
public int getPriority()Return the priority of this project.- Returns:
- int
-
setPriority
public void setPriority(int priority) Set up the priority of this project.- Parameters:
priority
- int
-
getStartDate
Return the date that the project was created.- Returns:
- date
-
setStartDate
Set up the date that the project was created.- Parameters:
startDate
- date
-
getPlannedEndDate
Return the date that the project is expected to complete.- Returns:
- date
-
setPlannedEndDate
Set up the date that the project is expected to complete.- Parameters:
plannedEndDate
- date
-
toString
JSON-style toString- Overrides:
toString
in classReferenceableProperties
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classReferenceableProperties
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int hash code
-