public class ProjectCollectionMember extends CollectionMemberHeader
| Constructor and Description |
|---|
ProjectCollectionMember()
Default constructor
|
ProjectCollectionMember(ProjectCollectionMember template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Map<String,String> |
getAdditionalProperties()
Return any additional properties associated with the element.
|
Map<String,Object> |
getExtendedProperties()
Return any properties associated with the subclass of this element.
|
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 |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up any additional properties associated with the element.
|
void |
setExtendedProperties(Map<String,Object> additionalProperties)
Set up any additional properties associated with the element.
|
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
|
getDateAddedToCollection, getMembershipRationale, getWatchStatus, setDateAddedToCollection, setMembershipRationale, setWatchStatusgetClassifications, getDescription, getName, getQualifiedName, setClassifications, setDescription, setName, setQualifiedNamegetGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic ProjectCollectionMember()
public ProjectCollectionMember(ProjectCollectionMember template)
template - object to copypublic 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 Map<String,Object> getExtendedProperties()
public void setExtendedProperties(Map<String,Object> additionalProperties)
additionalProperties - map of property names to property valuespublic Map<String,String> getAdditionalProperties()
public void setAdditionalProperties(Map<String,String> additionalProperties)
additionalProperties - map of property names to property valuespublic String toString()
toString in class CollectionMemberHeaderpublic boolean equals(Object objectToCompare)
equals in class CollectionMemberHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class CollectionMemberHeaderCopyright © 2018–2019 ODPi. All rights reserved.