public class Asset extends Referenceable
| Constructor and Description |
|---|
Asset() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription()
Returns the stored description property for the asset.
|
String |
getDisplayName()
Returns the stored display name property for the asset.
|
String |
getGUID()
Gets the GUID
|
String |
getOriginBusinessCapabilityGUID()
Return the unique identifier of the business capability that originated this asset.
|
String |
getOriginOrganizationGUID()
Return the unique identifier for the organization that originated this asset.
|
Map<String,String> |
getOtherOriginValues()
Return the properties that characterize where this asset is from.
|
String |
getOwner()
Returns the name of the owner for this asset.
|
OwnerType |
getOwnerType()
Return the type of owner stored in the owner property.
|
List<String> |
getZoneMembership()
Return the names of the zones that this asset is a member of.
|
int |
hashCode() |
void |
setDescription(String description)
Set up the stored description property associated with the asset.
|
void |
setDisplayName(String displayName)
Sets up the stored display name property for the asset.
|
void |
setGUID(String GUID)
Sets the GUID
|
void |
setOriginBusinessCapabilityGUID(String originBusinessCapabilityGUID)
Set up the unique identifier of the business capability that originated this asset.
|
void |
setOriginOrganizationGUID(String originOrganizationGUID)
Set up the unique identifier for the organization that originated this asset.
|
void |
setOtherOriginValues(Map<String,String> otherOriginValues)
Set up the properties that characterize where this asset is from.
|
void |
setOwner(String owner)
Set up the name of the owner for this asset.
|
void |
setOwnerType(OwnerType ownerType)
Set up the owner type for this asset.
|
void |
setZoneMembership(List<String> zoneMembership)
Set up the names of the zones that this asset is a member of.
|
String |
toString() |
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamepublic String getDisplayName()
public String getDescription()
public String getOwner()
public OwnerType getOwnerType()
public List<String> getZoneMembership()
public String getGUID()
public String getOriginOrganizationGUID()
public String getOriginBusinessCapabilityGUID()
public Map<String,String> getOtherOriginValues()
public void setDisplayName(String displayName)
displayName - namepublic void setDescription(String description)
description - String textpublic void setOwner(String owner)
owner - String namepublic void setOwnerType(OwnerType ownerType)
ownerType - OwnerType enumpublic void setZoneMembership(List<String> zoneMembership)
zoneMembership - list of zone namespublic void setGUID(String GUID)
GUID - the GUIDpublic void setOriginOrganizationGUID(String originOrganizationGUID)
originOrganizationGUID - string guidpublic void setOriginBusinessCapabilityGUID(String originBusinessCapabilityGUID)
originBusinessCapabilityGUID - string guidpublic void setOtherOriginValues(Map<String,String> otherOriginValues)
otherOriginValues - map of name value pairs, all stringspublic boolean equals(Object o)
equals in class Referenceableprotected boolean canEqual(Object other)
canEqual in class Referenceablepublic int hashCode()
hashCode in class Referenceablepublic String toString()
toString in class ReferenceableCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.