Package com.sas.lsaf.clinical.tlf
Class TlfDescriptor
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.clinical.tlf.TlfDescriptor
- All Implemented Interfaces:
Identifiable,Serializable
- Direct Known Subclasses:
Tlf
The lightweight representation of the definition of a clinical study TLF. It is a measure of event or outcome of an
intervention being studied by a clinical trial. A TLF includes the definitions of Tables, Listings and Figures to be
included in a clinical study report.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTlfDescriptor(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. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the identifier of the TLF.getName()Gets the name of the TLF.intgetOrder()Gets the order of the TLF within its parent.Gets the parent of the TLF.inthashCode()booleanGets whether the TLF is enabled for automatic process flow creation.voidsetEnableAutoFlow(boolean enableAutoFlow) Sets whether the TLF is enabled for automatic process flow creation.voidsetIdentifier(String identifier) Sets the identifier of the TLF.voidSets the name of the TLF.toString()Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeId
-
Constructor Details
-
TlfDescriptor
public 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. They should only deal with the TLFs returned by the API.- Parameters:
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.
-
-
Method Details
-
getName
Gets the name of the TLF.- Returns:
- The name.
-
setName
Sets the name of the TLF.- Parameters:
name- The name of the TLF.
-
getIdentifier
Gets the identifier of the TLF.- Returns:
- The identifier.
-
setIdentifier
Sets the identifier of the TLF.- Parameters:
identifier- The identifier of the TLF.
-
getParent
Gets the parent of the TLF. A common example of a parent is aSection.- Returns:
- The parent.
-
setEnableAutoFlow
public void setEnableAutoFlow(boolean enableAutoFlow) Sets whether the TLF is enabled for automatic process flow creation. The default is false.- Parameters:
enableAutoFlow- Indicates whether the TLF is enabled for automatic process flow creation.
-
isEnableAutoFlow
public boolean isEnableAutoFlow()Gets whether the TLF is enabled for automatic process flow creation.- Returns:
- Whether the TLF is enabled for automatic process flow creation.
-
getOrder
public int getOrder()Gets the order of the TLF within its parent.- Returns:
- The order.
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentifiable
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-
equals
- Overrides:
equalsin classAbstractIdentifiable
-