public class TemplateProperties extends Object implements Serializable
| Constructor and Description |
|---|
TemplateProperties()
Default constructor
|
TemplateProperties(TemplateProperties template)
Copy/clone constructor for the template properties.
|
| 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 metadata entity.
|
String |
getDisplayName()
Returns the stored display name property for the metadata entity.
|
String |
getNetworkAddress()
Return the physical network address of this metadata element (if this makes sense).
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up the stored description property associated with the metadata entity.
|
void |
setDisplayName(String displayName)
Set up the stored display name property for the metadata entity.
|
void |
setNetworkAddress(String networkAddress)
Set up the physical network address of this metadata element (if this makes sense).
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
String |
toString()
Standard toString method.
|
public TemplateProperties()
public TemplateProperties(TemplateProperties template)
template - template object to copy.public String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - String namepublic String getDescription()
public void setDescription(String description)
description - String textpublic String getNetworkAddress()
public void setNetworkAddress(String networkAddress)
networkAddress - string namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.