public class TlfDescriptor extends AbstractIdentifiable
Constructor and Description |
---|
TlfDescriptor(String id,
String typeId,
String name,
String identifier,
Identifiable parent,
int order,
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.
|
int |
getOrder()
Gets the order of the TLF within its parent.
|
Identifiable |
getParent()
Gets the parent of the TLF.
|
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, int order, boolean enableAutoFlow)
id
- The identifier 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.order
- The order of the TLF within the parent.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
- Indicates whether the TLF is enabled for automatic process flow creation.public boolean isEnableAutoFlow()
public int getOrder()
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) 2021, SAS Institute Inc., Cary, NC, USA</i>