-
- All Implemented Interfaces:
public final class DatabaseParent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DatabaseParent.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 DatabaseParentType
getType()
final String
getPageId()
final Unit
setPageId(String pageId)
final Boolean
getWorkspace()
final Unit
setWorkspace(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)
-
-
-
-