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
public class AuditEventRecordCustomColumnPropertyType extends AuditEventRecordItemType
One custom column property entry for audit record. These are stored in custom columns in the audit record table.- 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 static QName
COMPLEX_TYPE
static ItemName
F_VALUE
protected String
value
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
F_NAME, name
-
-
Constructor Summary
Constructors Constructor Description AuditEventRecordCustomColumnPropertyType()
AuditEventRecordCustomColumnPropertyType(AuditEventRecordCustomColumnPropertyType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
AuditEventRecordCustomColumnPropertyType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
String
getValue()
int
hashCode(StructuredHashCodeStrategy strategy)
AuditEventRecordCustomColumnPropertyType
name(String value)
void
setValue(String value)
AuditEventRecordCustomColumnPropertyType
value(String value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
getName, setName
-
-
-
-
Constructor Detail
-
AuditEventRecordCustomColumnPropertyType
public AuditEventRecordCustomColumnPropertyType()
-
AuditEventRecordCustomColumnPropertyType
public AuditEventRecordCustomColumnPropertyType(AuditEventRecordCustomColumnPropertyType other)
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classAuditEventRecordItemType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classAuditEventRecordItemType
-
value
public AuditEventRecordCustomColumnPropertyType value(String value)
-
name
public AuditEventRecordCustomColumnPropertyType name(String value)
- Overrides:
name
in classAuditEventRecordItemType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAuditEventRecordItemType
-
clone
public AuditEventRecordCustomColumnPropertyType clone()
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classAuditEventRecordItemType
-
-