public class AssetCollectionMember extends CollectionMemberHeader
| 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.
|
Map<String,String> |
getAdditionalProperties()
Return any additional properties associated with the element.
|
Date |
getDateAssetCreated()
Return the date that the asset was created.
|
Date |
getDateAssetLastUpdated()
Return the date that the asset was last updated.
|
Map<String,Object> |
getExtendedProperties()
Return any properties associated with the subclass of this element.
|
String |
getLastChange()
Return the description of the last change to the asset.
|
String |
getOwner()
Return the owner for this asset.
|
OwnerType |
getOwnerType()
Return the type of owner identifier used in the owner field (default is userId).
|
List<String> |
getZoneMembership()
Return the names of the zones that this asset is a member of.
|
int |
hashCode()
Return hash code for this object
|
void |
setAdditionalProperties(Map<String,String> additionalProperties)
Set up any additional properties associated with the element.
|
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 |
setExtendedProperties(Map<String,Object> additionalProperties)
Set up any additional properties associated with the element.
|
void |
setLastChange(String lastChange)
Set up the description of the last change to the asset.
|
void |
setOwner(String owner)
Set up the owner for this asset.
|
void |
setOwnerType(OwnerType ownerType)
Set up the type of owner identifier used in the owner field (default is userId).
|
void |
setZoneMembership(List<String> zoneMembership)
Set up the names of the zones that this asset is a member of.
|
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 AssetCollectionMember()
public AssetCollectionMember(AssetCollectionMember template)
template - object to copypublic String getOwner()
public void setOwner(String owner)
owner - string idpublic OwnerType getOwnerType()
public void setOwnerType(OwnerType ownerType)
ownerType - OwnerType enumpublic List<String> getZoneMembership()
public void setZoneMembership(List<String> zoneMembership)
zoneMembership - list of zone namespublic String getLastChange()
public void setLastChange(String lastChange)
lastChange - string descriptionpublic Date getDateAssetCreated()
public void setDateAssetCreated(Date dateAssetCreated)
dateAssetCreated - datepublic Date getDateAssetLastUpdated()
public void setDateAssetLastUpdated(Date dateAssetLastUpdated)
dateAssetLastUpdated - 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.