Class CompiledDashboardType
- java.lang.Object
-
- com.evolveum.midpoint.model.api.authentication.CompiledDashboardType
-
- All Implemented Interfaces:
DebugDumpable
,Serializable
public class CompiledDashboardType extends Object implements DebugDumpable, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CompiledDashboardType(DashboardType originalDashboard)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
debugDump(int indent)
DisplayType
getDisplay()
PolyStringType
getName()
String
getOid()
UserInterfaceElementVisibilityType
getVisibility()
List<DashboardWidgetType>
getWidget()
void
setDisplayType(DisplayType displayType)
void
setVisibility(UserInterfaceElementVisibilityType visibility)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
CompiledDashboardType
public CompiledDashboardType(DashboardType originalDashboard)
-
-
Method Detail
-
setDisplayType
public void setDisplayType(DisplayType displayType)
-
getDisplay
public DisplayType getDisplay()
-
setVisibility
public void setVisibility(UserInterfaceElementVisibilityType visibility)
-
getVisibility
public UserInterfaceElementVisibilityType getVisibility()
-
getWidget
public List<DashboardWidgetType> getWidget()
-
getName
public PolyStringType getName()
-
getOid
public String getOid()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-