public class ProjectProperties extends ReferenceableProperties
| Constructor and Description |
|---|
ProjectProperties()
Default constructor
|
ProjectProperties(ProjectProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getDescription()
Return the description of the project.
|
String |
getName()
Return the name of the project.
|
Date |
getPlannedEndDate()
Return the date that the project is expected to complete.
|
Date |
getStartDate()
Return the date that the project was created.
|
String |
getStatus()
Return the status for this project.
|
int |
hashCode()
Return hash code for this object
|
void |
setDescription(String description)
Set up the description of the project.
|
void |
setName(String name)
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 |
setStatus(String status)
Set up the status for this project.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic ProjectProperties()
public ProjectProperties(ProjectProperties template)
template - object to copypublic String getName()
public void setName(String name)
name - string namepublic String getDescription()
public void setDescription(String description)
description - textpublic String getStatus()
public void setStatus(String status)
status - string idpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate - datepublic Date getPlannedEndDate()
public void setPlannedEndDate(Date plannedEndDate)
plannedEndDate - datepublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.