public class ReferenceDataAssetProperties extends ReferenceableProperties
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected String |
latestChange |
protected Map<String,String> |
origin |
protected String |
owner |
protected OwnerCategory |
ownerCategory |
protected List<String> |
zoneMembership |
| Constructor and Description |
|---|
ReferenceDataAssetProperties()
Default constructor
|
ReferenceDataAssetProperties(ReferenceDataAssetProperties 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 |
getDescription()
Returns the stored description property for the asset.
|
String |
getDisplayName()
Returns the stored display name property for the asset.
|
String |
getLatestChange()
Return a short description of the last change to the asset.
|
Map<String,String> |
getOrigin()
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.
|
List<String> |
getZoneMembership()
Return the names of the zones that this asset is a member of.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up the stored description property associated with the asset.
|
void |
setDisplayName(String displayName)
Set up the stored display name property for the asset.
|
void |
setLatestChange(String latestChange)
Set up a short description of the last change to the asset.
|
void |
setOrigin(Map<String,String> origin)
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 |
setZoneMembership(List<String> zoneMembership)
Set up the names of the zones that this asset is a member of.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getClassifications, getExtendedProperties, getMeanings, getQualifiedName, getTypeName, setAdditionalProperties, setClassifications, setExtendedProperties, setMeanings, setQualifiedName, setTypeNameprotected String displayName
protected String description
protected String owner
protected OwnerCategory ownerCategory
protected String latestChange
public ReferenceDataAssetProperties()
public ReferenceDataAssetProperties(ReferenceDataAssetProperties template)
template - object to copypublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - String namepublic String getDescription()
public void setDescription(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 Map<String,String> getOrigin()
public void setOrigin(Map<String,String> origin)
origin - map of name value pairs, all stringspublic String getLatestChange()
public void setLatestChange(String latestChange)
latestChange - string descriptionpublic String toString()
toString in class ReferenceablePropertiespublic boolean equals(Object objectToCompare)
equals in class ReferenceablePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class ReferenceablePropertiesCopyright © 2018–2020 ODPi. All rights reserved.