public abstract class Template extends Object implements Serializable, Cloneable
CreationTemplate
,
SearchTemplate
,
Serialized FormConstructor and Description |
---|
Template()
Default constructor for deserialization
|
Template(String name)
Creates a Template with a name; should be called from a derived class.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a copy of the template.
|
String |
getName()
Gets the name of the template.
|
void |
setName(String name)
Sets the name of the template (for deserialization).
|
public Template()
public Template(String name)
name
- Template nameCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.