Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


oracle.imaging
Class AuditEvent.Property

java.lang.Object
  extended by oracle.imaging.AuditEvent.Property

Enclosing class:
AuditEvent

public static class AuditEvent.Property
extends java.lang.Object

The Property Class defines the structure that the Auditing functions use to persist and report property data.


Constructor Summary
AuditEvent.Property()
          The default constructor required to be explicitly declared for JAXB serialization.
AuditEvent.Property(AuditEvent.PropertyKey key, java.lang.String value)
          Convienece constructor for this property.

 

Method Summary
 AuditEvent.PropertyKey getKey()
          Gets the AuditEvent.PropertyKey for this property.
 java.lang.String getValue()
          Gets the value of this property.
 void setKey(AuditEvent.PropertyKey key)
          Sets the AuditEvent.PropertyKey for this property.
 void setValue(java.lang.String value)
          Sets the value of this property.
 java.lang.String toLocalizedString(java.util.Locale locale)
          Provides a localized representation of the key portion of the object.
 java.lang.String toString()
          Overrides the default object behavior to provide ththis string representation: "key, value"

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AuditEvent.Property

public AuditEvent.Property()
The default constructor required to be explicitly declared for JAXB serialization.

AuditEvent.Property

public AuditEvent.Property(AuditEvent.PropertyKey key,
                           java.lang.String value)
Convienece constructor for this property.
Parameters:
key -
value -

Method Detail

setKey

public void setKey(AuditEvent.PropertyKey key)
Sets the AuditEvent.PropertyKey for this property.
Parameters:
key - The AuditEvent.PropertyKey for this property.

getKey

public AuditEvent.PropertyKey getKey()
Gets the AuditEvent.PropertyKey for this property.
Returns:
The AuditEvent.PropertyKey for this property.

setValue

public void setValue(java.lang.String value)
Sets the value of this property.
Parameters:
value - The value of this property.

getValue

public java.lang.String getValue()
Gets the value of this property.
Returns:
The value of this property.

toString

public java.lang.String toString()
Overrides the default object behavior to provide ththis string representation: "key, value"
Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object.

toLocalizedString

public java.lang.String toLocalizedString(java.util.Locale locale)
Provides a localized representation of the key portion of the object.
Parameters:
locale - The locale to translate the key portion into.
Returns:
A localized string representation of the object.

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.