public class RelatedAsset extends PropertyBase
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
RelatedAsset()
Default constructor
|
RelatedAsset(RelatedAsset 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 |
getAttributeName()
Return the attribute name for the related asset.
|
Asset |
getRelatedAsset()
Return the bean that described the related asset
|
String |
getTypeName()
Return the type of relationship to the asset.
|
int |
hashCode()
Return has code based on properties.
|
void |
setAttributeName(String attributeName)
Set up the attribute name for the related asset.
|
void |
setRelatedAsset(Asset relatedAsset)
Set up the bean that described the related asset
|
void |
setTypeName(String typeName)
Set up the type of relationship to the asset.
|
String |
toString()
Standard toString method.
|
getHeaderVersion, setHeaderVersionpublic RelatedAsset()
public RelatedAsset(RelatedAsset template)
template - object to copypublic String getTypeName()
public void setTypeName(String typeName)
typeName - type name stringpublic String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - string namepublic Asset getRelatedAsset()
public void setRelatedAsset(Asset relatedAsset)
relatedAsset - asset beanpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.