public class AssetDetail extends AssetSummary
| Modifier and Type | Field and Description |
|---|---|
protected AssetCertifications |
certifications |
protected AssetConnections |
connections |
protected AssetExternalIdentifiers |
externalIdentifiers |
protected AssetExternalReferences |
externalReferences |
protected AssetLicenses |
licenses |
protected AssetNoteLogs |
noteLogs |
protected AssetRelatedMediaReferences |
relatedMediaReferences |
assetBean| Modifier | Constructor and Description |
|---|---|
protected |
AssetDetail()
Default constructor only for subclasses
|
|
AssetDetail(Asset assetBean,
AssetExternalIdentifiers externalIdentifiers,
AssetRelatedMediaReferences relatedMediaReferences,
AssetNoteLogs noteLogs,
AssetExternalReferences externalReferences,
AssetConnections connections,
AssetLicenses licenses,
AssetCertifications certifications)
Typical constructor initialize superclasses
|
|
AssetDetail(AssetDetail templateAssetDetail)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
AssetCertifications |
getCertifications()
Return the list of certifications awarded to the asset.
|
AssetConnections |
getConnections()
Return an list of the connections defined for this asset.
|
AssetExternalIdentifiers |
getExternalIdentifiers()
Return an list of the external identifiers for this asset (or null if none).
|
AssetExternalReferences |
getExternalReferences()
Return the list of external references associated with this asset.
|
AssetLicenses |
getLicenses()
Return the list of licenses associated with the asset.
|
AssetNoteLogs |
getNoteLogs()
Return an list of NoteLogs linked to this asset.
|
AssetRelatedMediaReferences |
getRelatedMediaReferences()
Return an list of references to the related media associated with this asset.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getAssetClassifications, getDescription, getDisplayName, getExtendedProperties, getGUID, getLatestChange, getOrigins, getOwner, getOwnerType, getQualifiedName, getShortDescription, getType, getURL, getZoneMembership, hashCodegetAssetBean, getAssetName, getAssetSuperTypeNames, getAssetTypeName, setAssetBeanprotected AssetExternalIdentifiers externalIdentifiers
protected AssetRelatedMediaReferences relatedMediaReferences
protected AssetNoteLogs noteLogs
protected AssetExternalReferences externalReferences
protected AssetConnections connections
protected AssetLicenses licenses
protected AssetCertifications certifications
protected AssetDetail()
public AssetDetail(Asset assetBean, AssetExternalIdentifiers externalIdentifiers, AssetRelatedMediaReferences relatedMediaReferences, AssetNoteLogs noteLogs, AssetExternalReferences externalReferences, AssetConnections connections, AssetLicenses licenses, AssetCertifications certifications)
assetBean - details of this assetexternalIdentifiers - ExternalIdentifiers iteratorrelatedMediaReferences - RelatedMediaReferences iteratornoteLogs - NoteLogs iteratorexternalReferences - ExternalReferences iteratorconnections - Iterator of connections attached to the assetlicenses - Iterator of licenses for this assetcertifications - Iterator of certifications for this assetpublic AssetDetail(AssetDetail templateAssetDetail)
templateAssetDetail - template to copypublic AssetExternalIdentifiers getExternalIdentifiers()
public AssetRelatedMediaReferences getRelatedMediaReferences()
public AssetNoteLogs getNoteLogs()
public AssetExternalReferences getExternalReferences()
public AssetConnections getConnections()
public AssetLicenses getLicenses()
public AssetCertifications getCertifications()
public String toString()
toString in class AssetSummarypublic boolean equals(Object objectToCompare)
equals in class AssetSummaryobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.