Class ProjectProperties
java.lang.Object
org.odpi.openmetadata.accessservices.communityprofile.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.communityprofile.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 TypeMethodDescriptionbooleanReturn 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.inthashCode()Return hash code for this objectvoidsetDescription(String description) Set up the description of the project.voidsetIdentifier(String identifier) Set up the code value or symbol used to identify the project - typically unique.voidSet up the name of the project.voidsetPlannedEndDate(Date plannedEndDate) Set up the date that the project is expected to complete.voidsetStartDate(Date startDate) Set up the date that the project was created.voidSet up the status for this project.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.accessservices.communityprofile.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:
toStringin classReferenceableProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classReferenceableProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classReferenceableProperties- Returns:
- int hash code
-