public abstract class CommunityProfileElementHeader extends Object implements Serializable
| Constructor and Description |
|---|
CommunityProfileElementHeader()
Default Constructor sets the properties to nulls
|
CommunityProfileElementHeader(CommunityProfileElementHeader template)
Copy/clone constructor set values from the template
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getOriginId()
Return the unique identifier of this metadata element's origin (also known as the home metadata collection id).
|
String |
getOriginLicense()
Return the license for the metadata element set up by the origin.
|
String |
getOriginName()
Set up the name of the metadata element's origin.
|
String |
getOriginType()
Return the type of the metadata element's origin.
|
String |
getTypeDescription()
Return the description for this AssetCollectionMember's type.
|
String |
getTypeName()
Return the name for this AssetCollectionMember's type.
|
int |
hashCode()
Return hash code for this object
|
void |
setOriginId(String originId)
Set up the unique identifier of this metadata element's origin (also known as the home metadata collection id).
|
void |
setOriginLicense(String originLicense)
Set up the license for the metadata element set up by the origin.
|
void |
setOriginName(String originName)
Return the name of the metadata element's origin.
|
void |
setOriginType(String originType)
Set up the type of the metadata element's origin.
|
void |
setTypeDescription(String typeDescription)
Set up the description for this AssetCollectionMember's type.
|
void |
setTypeName(String typeName)
Set up the name for this AssetCollectionMember's type.
|
String |
toString()
JSON-style toString
|
public CommunityProfileElementHeader()
public CommunityProfileElementHeader(CommunityProfileElementHeader template)
template - object to copypublic String getTypeName()
public void setTypeName(String typeName)
typeName - string namepublic String getTypeDescription()
public void setTypeDescription(String typeDescription)
typeDescription - string descriptionpublic String getOriginId()
public void setOriginId(String originId)
originId - guidpublic String getOriginName()
public void setOriginName(String originName)
originName - namepublic String getOriginType()
public void setOriginType(String originType)
originType - descriptive type namepublic String getOriginLicense()
public void setOriginLicense(String originLicense)
originLicense - public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.