public class GovernanceActionProcessProperties extends ReferenceableProperties
| Constructor and Description |
|---|
GovernanceActionProcessProperties()
Default constructor
|
GovernanceActionProcessProperties(GovernanceActionProcessProperties template)
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.
|
String |
getAbbreviation()
Return the abbreviation used for this technical element.
|
String |
getDescription()
Returns the stored description property for the technical element.
|
String |
getDisplayName()
Returns the stored display name property for the technical element.
|
String |
getFormula()
Return the description of the processing performed by this process.
|
String |
getImplementationLanguage()
Return the name of the programming language that this process is implemented in.
|
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.
|
OwnerCategory |
getOwnerCategory()
Return the type of owner stored in the owner property.
|
String |
getSummary()
Return the short (1-2 sentence) description of the technical element.
|
String |
getTechnicalDescription()
Returns the stored technical description property for the asset.
|
String |
getTechnicalName()
Returns the stored name property for the asset.
|
String |
getUsage()
Return details of the expected usage of this technical element.
|
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 |
setAbbreviation(String abbreviation)
Set up the abbreviation used for this technical element.
|
void |
setDescription(String description)
Set up the stored description property for the technical element.
|
void |
setDisplayName(String displayName)
Set up the stored display name property for the technical element.
|
void |
setFormula(String formula)
Set up the the description of the processing performed by this process.
|
void |
setImplementationLanguage(String implementationLanguage)
Set up the name of the programming language that this process is implemented in.
|
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 |
setOwnerCategory(OwnerCategory ownerType)
Set up the owner type for this asset.
|
void |
setSummary(String summary)
Set up the short (1-2 sentence) description of the technical element.
|
void |
setTechnicalDescription(String description)
Set up the stored technical description property associated with the asset.
|
void |
setTechnicalName(String technicalName)
Set up the stored name property for the asset.
|
void |
setUsage(String usage)
Set up details of the expected usage of this technical element.
|
void |
setZoneMembership(List<String> zoneMembership)
Set up the names of the zones that this asset is a member of.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamepublic GovernanceActionProcessProperties()
public GovernanceActionProcessProperties(GovernanceActionProcessProperties template)
template - template object to copy.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - String namepublic String getSummary()
public void setSummary(String summary)
summary - string textpublic String getDescription()
public void setDescription(String description)
description - String textpublic String getAbbreviation()
public void setAbbreviation(String abbreviation)
abbreviation - string textpublic String getUsage()
public void setUsage(String usage)
usage - string textpublic String getTechnicalName()
public void setTechnicalName(String technicalName)
technicalName - String namepublic String getTechnicalDescription()
public void setTechnicalDescription(String description)
description - String textpublic String getOwner()
public void setOwner(String owner)
owner - String namepublic OwnerCategory getOwnerCategory()
public void setOwnerCategory(OwnerCategory ownerType)
ownerType - OwnerCategory enumpublic List<String> getZoneMembership()
public void setZoneMembership(List<String> zoneMembership)
zoneMembership - list of zone namespublic String getOriginOrganizationGUID()
public void setOriginOrganizationGUID(String originOrganizationGUID)
originOrganizationGUID - string guidpublic String getOriginBusinessCapabilityGUID()
public void setOriginBusinessCapabilityGUID(String originBusinessCapabilityGUID)
originBusinessCapabilityGUID - string guidpublic Map<String,String> getOtherOriginValues()
public void setOtherOriginValues(Map<String,String> otherOriginValues)
otherOriginValues - map of name value pairs, all stringspublic String getFormula()
public void setFormula(String formula)
formula - string descriptionpublic String getImplementationLanguage()
public void setImplementationLanguage(String implementationLanguage)
implementationLanguage - string namepublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.