public interface ISection
Module
s will
relate to a top level Section.Module
s can have Technical intent or cross cutting concerns. A ISection
abstracts away
technicalities.Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getName()
Name is case sensitive
|
void |
setDisplayName(String name) |
void |
setName(String name)
Name is case sensitive
|
Copyright © 2018. All rights reserved.