Class ObjectCollectionUseType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectCollectionUseType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class ObjectCollectionUseType extends AbstractPlainStructured
Specifies how a specific collection ("view") is to be displayed (used) at a specific location in the system. This is generic type that can be used to specify collection to display in role catalog, menu, dashboard and so on.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcollectionUristatic QNameCOMPLEX_TYPEstatic ItemNameF_COLLECTION_URI
-
Constructor Summary
Constructors Constructor Description ObjectCollectionUseType()ObjectCollectionUseType(ObjectCollectionUseType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectCollectionUseTypeclone()ObjectCollectionUseTypecollectionUri(String value)booleanequals(Object other, StructuredEqualsStrategy strategy)StringgetCollectionUri()inthashCode(StructuredHashCodeStrategy strategy)voidsetCollectionUri(String value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
ObjectCollectionUseType
public ObjectCollectionUseType()
-
ObjectCollectionUseType
public ObjectCollectionUseType(ObjectCollectionUseType other)
-
-
Method Detail
-
getCollectionUri
public String getCollectionUri()
-
setCollectionUri
public void setCollectionUri(String value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
collectionUri
public ObjectCollectionUseType collectionUri(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public ObjectCollectionUseType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-