Class DeploymentInformationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.DeploymentInformationType
- All Implemented Interfaces:
Containerable,Freezable,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding,DebugDumpable,Serializable,Cloneable
public class DeploymentInformationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Information about midPoint deployment: subscription information, deployment name,
description, color and so on.
These information are not critical for midPoint operation. However they may influence
the look and feel of this midPoint instance.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.AnyNested 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
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final Producer<DeploymentInformationType>Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()customerName(String value) customerUrl(String value) description(String value) documentation(String value) <X> Xend()booleangetLogo()getName()getSkin()headerColor(String value) partnerName(String value) partnerUrl(String value) voidsetCustomerName(String value) voidsetCustomerUrl(String value) voidsetDescription(String value) voidsetDocumentation(String value) voidsetHeaderColor(String value) voidvoidvoidsetPartnerName(String value) voidsetPartnerUrl(String value) voidvoidsetSubscriptionIdentifier(String value) voidsetSystemName(String value) subscriptionIdentifier(String value) systemName(String value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerableMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_NAME
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_HEADER_COLOR
-
F_SKIN
-
F_LOGO
-
F_CUSTOMER_NAME
-
F_CUSTOMER_URL
-
F_PARTNER_NAME
-
F_PARTNER_URL
-
F_SUBSCRIPTION_IDENTIFIER
-
F_SYSTEM_NAME
-
FACTORY
-
-
Constructor Details
-
DeploymentInformationType
public DeploymentInformationType() -
DeploymentInformationType
Deprecated.
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getHeaderColor
-
setHeaderColor
-
getSkin
-
setSkin
-
getLogo
-
setLogo
-
getCustomerName
-
setCustomerName
-
getCustomerUrl
-
setCustomerUrl
-
getPartnerName
-
setPartnerName
-
getPartnerUrl
-
setPartnerUrl
-
getSubscriptionIdentifier
-
setSubscriptionIdentifier
-
getSystemName
-
setSystemName
-
equals
- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
-
name
-
description
-
documentation
-
headerColor
-
skin
-
logo
-
beginLogo
-
customerName
-
customerUrl
-
partnerName
-
partnerUrl
-
subscriptionIdentifier
-
systemName
-
end
public <X> X end() -
clone
- Overrides:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-