|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.imaging.AuditEvent.Property
public static class AuditEvent.Property
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 |
|---|
public AuditEvent.Property()
public AuditEvent.Property(AuditEvent.PropertyKey key,
java.lang.String value)
key -value -| Method Detail |
|---|
public void setKey(AuditEvent.PropertyKey key)
AuditEvent.PropertyKey for this property.key - The AuditEvent.PropertyKey for this property.public AuditEvent.PropertyKey getKey()
AuditEvent.PropertyKey for this property.AuditEvent.PropertyKey for this property.public void setValue(java.lang.String value)
value - The value of this property.public java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toLocalizedString(java.util.Locale locale)
locale - The locale to translate the key portion into.
|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||