public class AssetCollectionMember extends Asset
| Constructor and Description |
|---|
AssetCollectionMember()
Default constructor
|
AssetCollectionMember(AssetCollectionMember 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.
|
Date |
getDateAssetCreated()
Return the date that the asset was created.
|
Date |
getDateAssetLastUpdated()
Return the date that the asset was last updated.
|
String |
getMembershipRationale()
Return the rationale or role of the asset in this collection.
|
WatchStatus |
getWatchStatus()
Return whether changes to this asset should be sent as notifications to this actor.
|
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 |
setDateAssetCreated(Date dateAssetCreated)
Set up the date that the asset was created.
|
void |
setDateAssetLastUpdated(Date dateAssetLastUpdated)
Set up the date that the asset was last updated.
|
void |
setMembershipRationale(String membershipRationale)
Set up the rationale or role of the asset in this collection.
|
void |
setWatchStatus(WatchStatus watchStatus)
Set up whether changes to this asset should be sent as notifications to this actor.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getClassifications, getDescription, getDisplayName, getGUID, getOwner, getQualifiedName, getTypeDescription, getTypeName, getZoneMembership, setAdditionalProperties, setClassifications, setDescription, setDisplayName, setGUID, setOwner, setQualifiedName, setTypeDescription, setTypeName, setZoneMembershippublic AssetCollectionMember()
public AssetCollectionMember(AssetCollectionMember template)
public Date getDateAssetCreated()
public void setDateAssetCreated(Date dateAssetCreated)
dateAssetCreated - datepublic Date getDateAssetLastUpdated()
public void setDateAssetLastUpdated(Date dateAssetLastUpdated)
dateAssetLastUpdated - datepublic 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 - WatchStatus enumpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018 ODPi. All rights reserved.