Package com.sas.lsaf.clinical.tlf
Class SectionDescriptor
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.clinical.tlf.SectionDescriptor
- All Implemented Interfaces:
Identifiable,Serializable
The lightweight representation of the definition of a clinical section. Sections can be defined in a hierarchical
manner with subsections, up to ten levels.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSectionDescriptor(String id, String name, String sectionIdentifier, String description, Identifiable parent) Constructs anSectionDescriptor. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractIdentifiable
getId, getTypeId
-
Constructor Details
-
SectionDescriptor
public SectionDescriptor(String id, String name, String sectionIdentifier, String description, Identifiable parent) Constructs anSectionDescriptor.- Parameters:
id- The unique id of the section.name- The name of the section.sectionIdentifier- The section identifier of the section.description- The description of the section.parent- The parent of the section.
-
-
Method Details
-
getName
Gets the name of the section.- Returns:
- The name.
-
getSectionIdentifier
Gets the section identifier of the section.- Returns:
- The section identifier.
-
getDescription
Gets the description of the section.- Returns:
- The description of the section.
-
getParent
Gets the parent of the section. A common example of a parent is anotherSection.- Returns:
- The parent.
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractIdentifiable
-
equals
- Overrides:
equalsin classAbstractIdentifiable
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-