public class CollectionMemberHeader extends ReferenceableHeader
| Constructor and Description |
|---|
CollectionMemberHeader()
Default constructor
|
CollectionMemberHeader(CollectionMemberHeader template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
Date |
getDateAddedToCollection()
Return the date that the asset was added to this collection.
|
String |
getMembershipRationale()
Return the rationale or role of the asset in this collection.
|
WatchStatus |
getWatchStatus()
Return whether this element is to generate notifications when it changes.
|
int |
hashCode()
Return hash code for this object
|
void |
setDateAddedToCollection(Date dateAddedToCollection)
Set up the date that the asset was added to this collection.
|
void |
setMembershipRationale(String membershipRationale)
Set up the rationale or role of the asset in this collection.
|
void |
setWatchStatus(WatchStatus watchStatus)
Set up whether this element is to generate notifications when it changes.
|
String |
toString()
JSON-style toString
|
getClassifications, getDescription, getName, getQualifiedName, setClassifications, setDescription, setName, setQualifiedNamegetGUID, setGUIDgetOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic CollectionMemberHeader()
public CollectionMemberHeader(CollectionMemberHeader template)
template - object to copypublic Date getDateAddedToCollection()
public void setDateAddedToCollection(Date dateAddedToCollection)
dateAddedToCollection - datepublic String getMembershipRationale()
public void setMembershipRationale(String membershipRationale)
membershipRationale - textpublic WatchStatus getWatchStatus()
public void setWatchStatus(WatchStatus watchStatus)
watchStatus - watch status enumpublic String toString()
toString in class ReferenceableHeaderpublic boolean equals(Object objectToCompare)
equals in class ReferenceableHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class ReferenceableHeaderCopyright © 2018–2019 ODPi. All rights reserved.