public interface ImportOrganisationUnit<T extends ImportOrganisationUnit,S extends ImportOrganisationUnit>
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
getChildren()
Get collection of children unit organisations.
|
java.lang.String |
getCode()
Get organisation unit code.
|
java.lang.String |
getCommonFolderName()
Get name of folder that is the same common for organisations of the same kind.
|
java.lang.String |
getFolderName()
Get name of folder root folder for this kind of organisations.
|
java.util.Collection<ImportLanguage> |
getLanguages()
Get list of languages for given organisation unit.
|
java.lang.String |
getName()
Get organisation unit user friendly name.
|
S |
getParent()
Get this organisation parent
|
StructureState |
getStructureState()
Get version in which this organisation should be introduced in.
|
void |
setParent(S parent)
Set parent for this organisation.
|
java.lang.String getCode()
java.lang.String getName()
java.lang.String getFolderName()
java.lang.String getCommonFolderName()
java.util.Collection<T> getChildren()
null in case there are no children.java.util.Collection<ImportLanguage> getLanguages()
S getParent()
void setParent(S parent)
parent - StructureState getStructureState()
Copyright © 2018 SAP SE. All Rights Reserved.