Class SummaryPanelSpecificationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SummaryPanelSpecificationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class SummaryPanelSpecificationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Specifies the look and feel of the summary panel.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DISPLAY_NAME
static ItemName
F_IDENTIFIER
static ItemName
F_ORGANIZATION
static ItemName
F_TITLE1
static ItemName
F_TITLE2
static ItemName
F_TITLE3
static Producer<SummaryPanelSpecificationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SummaryPanelSpecificationType()
SummaryPanelSpecificationType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DISPLAY_NAME
public static final ItemName F_DISPLAY_NAME
-
F_IDENTIFIER
public static final ItemName F_IDENTIFIER
-
F_TITLE1
public static final ItemName F_TITLE1
-
F_TITLE2
public static final ItemName F_TITLE2
-
F_TITLE3
public static final ItemName F_TITLE3
-
F_ORGANIZATION
public static final ItemName F_ORGANIZATION
-
FACTORY
public static final Producer<SummaryPanelSpecificationType> FACTORY
-
-
Constructor Detail
-
SummaryPanelSpecificationType
public SummaryPanelSpecificationType()
-
SummaryPanelSpecificationType
@Deprecated public SummaryPanelSpecificationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getDisplayName
public GuiFlexibleLabelType getDisplayName()
-
setDisplayName
public void setDisplayName(GuiFlexibleLabelType value)
-
getIdentifier
public GuiFlexibleLabelType getIdentifier()
-
setIdentifier
public void setIdentifier(GuiFlexibleLabelType value)
-
getTitle1
public GuiFlexibleLabelType getTitle1()
-
setTitle1
public void setTitle1(GuiFlexibleLabelType value)
-
getTitle2
public GuiFlexibleLabelType getTitle2()
-
setTitle2
public void setTitle2(GuiFlexibleLabelType value)
-
getTitle3
public GuiFlexibleLabelType getTitle3()
-
setTitle3
public void setTitle3(GuiFlexibleLabelType value)
-
getOrganization
public GuiFlexibleLabelType getOrganization()
-
setOrganization
public void setOrganization(GuiFlexibleLabelType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public SummaryPanelSpecificationType id(Long value)
-
displayName
public SummaryPanelSpecificationType displayName(GuiFlexibleLabelType value)
-
beginDisplayName
public GuiFlexibleLabelType beginDisplayName()
-
identifier
public SummaryPanelSpecificationType identifier(GuiFlexibleLabelType value)
-
beginIdentifier
public GuiFlexibleLabelType beginIdentifier()
-
title1
public SummaryPanelSpecificationType title1(GuiFlexibleLabelType value)
-
beginTitle1
public GuiFlexibleLabelType beginTitle1()
-
title2
public SummaryPanelSpecificationType title2(GuiFlexibleLabelType value)
-
beginTitle2
public GuiFlexibleLabelType beginTitle2()
-
title3
public SummaryPanelSpecificationType title3(GuiFlexibleLabelType value)
-
beginTitle3
public GuiFlexibleLabelType beginTitle3()
-
organization
public SummaryPanelSpecificationType organization(GuiFlexibleLabelType value)
-
beginOrganization
public GuiFlexibleLabelType beginOrganization()
-
end
public <X> X end()
-
clone
public SummaryPanelSpecificationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-