-
- All Implemented Interfaces:
public final class DatabaseParent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDatabaseParent.Companion
-
Constructor Summary
Constructors Constructor Description DatabaseParent(DatabaseParentType type, String pageId, Boolean workspace)DatabaseParent(DatabaseParentType type, String pageId)DatabaseParent(DatabaseParentType type)DatabaseParent()
-
Method Summary
Modifier and Type Method Description final DatabaseParentTypegetType()final StringgetPageId()final UnitsetPageId(String pageId)final BooleangetWorkspace()final UnitsetWorkspace(Boolean workspace)-
-
Constructor Detail
-
DatabaseParent
DatabaseParent(DatabaseParentType type, String pageId, Boolean workspace)
-
DatabaseParent
DatabaseParent(DatabaseParentType type, String pageId)
-
DatabaseParent
DatabaseParent(DatabaseParentType type)
-
DatabaseParent
DatabaseParent()
-
-
Method Detail
-
getType
final DatabaseParentType getType()
-
getWorkspace
final Boolean getWorkspace()
-
setWorkspace
final Unit setWorkspace(Boolean workspace)
-
-
-
-