public class TlfDescriptor extends AbstractIdentifiable
Constructor and Description |
---|
TlfDescriptor(String id,
String typeId,
String name,
String identifier,
Identifiable parent,
boolean enableAutoFlow)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIdentifier()
Gets the identifier of the TLF.
|
String |
getName()
Gets the name of the TLF.
|
Identifiable |
getParent()
Gets the parent of the TLF if one exists.
|
int |
hashCode() |
boolean |
isEnableAutoFlow()
Gets whether the TLF is enabled for automatic process flow creation.
|
void |
setEnableAutoFlow(boolean enableAutoFlow)
Sets whether the TLF is enabled for automatic process flow creation.
|
void |
setIdentifier(String identifier)
Sets the identifier of the TLF.
|
void |
setName(String name)
Sets the name of the TLF.
|
String |
toString() |
getId, getTypeId
public TlfDescriptor(String id, String typeId, String name, String identifier, Identifiable parent, boolean enableAutoFlow)
id
- The id of the TLF.typeId
- The type identifier of the TLF.name
- The name of the TLF.identifier
- The identifier attribute of the TLF.parent
- The parent of the TLF, if one exists.enableAutoFlow
- The TLF is enabled for automatic process flow creation.public String getName()
public void setName(String name)
name
- The name of the TLF.public String getIdentifier()
public void setIdentifier(String identifier)
identifier
- The identifier of the TLF.public Identifiable getParent()
Section
.public void setEnableAutoFlow(boolean enableAutoFlow)
enableAutoFlow
- Whether the TLF is enabled for automatic process flow creation.public boolean isEnableAutoFlow()
public int hashCode()
hashCode
in class AbstractIdentifiable
public String toString()
toString
in class AbstractIdentifiable
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>