public class SectionLabel extends Object implements ISection, Serializable
ISection
Constructor and Description |
---|
SectionLabel() |
SectionLabel(String name) |
SectionLabel(String name,
String displayName) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getName()
Name is case sensitive
|
void |
setDisplayName(String displayName) |
void |
setName(String name)
Name is case sensitive
|
public SectionLabel()
public SectionLabel(String name)
public void setName(String name)
ISection
public String getDisplayName()
getDisplayName
in interface ISection
public void setDisplayName(String displayName)
setDisplayName
in interface ISection
Copyright © 2018. All rights reserved.