public abstract class CommonHeader extends CommunityProfileElementHeader
| Constructor and Description |
|---|
CommonHeader()
Default constructor
|
CommonHeader(CommonHeader template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getGUID()
Return the unique identifier for this asset.
|
int |
hashCode()
Return hash code for this object
|
void |
setGUID(String guid)
Set up the unique identifier for this asset.
|
String |
toString()
JSON-style toString
|
getOriginId, getOriginLicense, getOriginName, getOriginType, getTypeDescription, getTypeName, setOriginId, setOriginLicense, setOriginName, setOriginType, setTypeDescription, setTypeNamepublic CommonHeader()
public CommonHeader(CommonHeader template)
template - object to copypublic String getGUID()
public void setGUID(String guid)
guid - string guid for this assetpublic String toString()
toString in class CommunityProfileElementHeaderpublic boolean equals(Object objectToCompare)
equals in class CommunityProfileElementHeaderobjectToCompare - test objectpublic int hashCode()
hashCode in class CommunityProfileElementHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.