Class ProjectProperties
java.lang.Object
org.odpi.openmetadata.accessservices.projectmanagement.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.projectmanagement.properties.ProjectProperties
- All Implemented Interfaces:
Serializable
ProjectProperties describes a project.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault 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.Return the date that the project was created.Return the status for this project.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
setStartDate
(Date startDate) Set up the date that the project was created.void
Set up the status for this project.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.projectmanagement.properties.ReferenceableProperties
getAdditionalProperties, getEffectiveFrom, getEffectiveTo, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
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
-
getStatus
Return the status for this project.- Returns:
- string id
-
setStatus
Set up the status for this project.- Parameters:
status
- string id
-
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
-