Class AuditEventRecordCustomColumnPropertyType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordCustomColumnPropertyType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
One custom column property entry for audit record.
These are stored in custom columns in the audit record table.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsFields inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
F_NAME, name -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getValue()inthashCode(StructuredHashCodeStrategy strategy) voidMethods inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
getName, setNameMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
value
-
COMPLEX_TYPE
-
F_VALUE
-
-
Constructor Details
-
AuditEventRecordCustomColumnPropertyType
public AuditEventRecordCustomColumnPropertyType() -
AuditEventRecordCustomColumnPropertyType
-
-
Method Details
-
getValue
-
setValue
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAuditEventRecordItemType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAuditEventRecordItemType
-
value
-
name
- Overrides:
namein classAuditEventRecordItemType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAuditEventRecordItemType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classAuditEventRecordItemType
-