public class SectionDescriptor extends AbstractIdentifiable
Constructor and Description |
---|
SectionDescriptor(String id,
String name,
String sectionIdentifier,
String description,
Identifiable parent)
Constructs an
SectionDescriptor . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description of the section.
|
String |
getName()
Gets the name of the section.
|
Identifiable |
getParent()
Gets the parent of the section.
|
String |
getSectionIdentifier()
Gets the section identifier of the section.
|
int |
hashCode() |
String |
toString() |
getId, getTypeId
public SectionDescriptor(String id, String name, String sectionIdentifier, String description, Identifiable parent)
SectionDescriptor
.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.public String getName()
public String getSectionIdentifier()
public String getDescription()
public Identifiable getParent()
Section
.public int hashCode()
hashCode
in class AbstractIdentifiable
public boolean equals(Object obj)
equals
in class AbstractIdentifiable
public String toString()
toString
in class AbstractIdentifiable
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>