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.
|
ProjectProperties |
getProperties()
Return the properties of the project.
|
int |
hashCode()
Return hash code for this object
|
void |
setProperties(ProjectProperties properties)
Set up the project properties.
|
String |
toString()
JSON-style toString
|
getDateAddedToCollection, getElementHeader, getMembershipRationale, setDateAddedToCollection, setElementHeader, setMembershipRationalepublic ProjectCollectionMember()
public ProjectCollectionMember(ProjectCollectionMember template)
template - object to copypublic ProjectProperties getProperties()
public void setProperties(ProjectProperties properties)
properties - propertiespublic String toString()
toString in class CollectionMemberHeaderpublic boolean equals(Object objectToCompare)
equals in class CollectionMemberHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class CollectionMemberHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.