Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


oracle.wcps.property.model
Class PreferenceMapping

java.lang.Object
  extended by oracle.wcps.property.model.PreferenceMapping

All Implemented Interfaces:
java.io.Serializable, IPreferenceMapping

public class PreferenceMapping
extends java.lang.Object
implements IPreferenceMapping, java.io.Serializable

An implementation of IPreferenceMapping. Use the builder builder() to create an instance of this.

See Also:
Serialized Form

Nested Class Summary
static class PreferenceMapping.Builder
          The builder used for creating a PreferenceMapping.

 

Method Summary
static PreferenceMapping.Builder builder()
          Returns an instance of Builder to create a PreferenceMapping.
 boolean equals(java.lang.Object o)
           
 java.lang.String getPreferenceLocatorClassName()
          Returns the preference locator class name of this mapping.
 IPreferenceName getPreferenceName()
          Returns the preference name of this mapping.
 IPropertyDefinitionName getPropertyDefinitionName()
          Returns the propertydefinition name of this mapping.
 int hashCode()
           
 void setPreferenceLocatorClassName(java.lang.String locatorClassName)
          Sets the given name as the preference locator class name of this mapping.
 void setPreferenceName(IPreferenceName propertyName)
          Sets the given name as the preference name of this mapping.
 void setPropertyDefinitionName(IPropertyDefinitionName propertyDefinitionName)
          Sets the given definitionName as the propertydefinition name of this mapping.

 

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

 

Method Detail

getPreferenceName

public IPreferenceName getPreferenceName()
Description copied from interface: IPreferenceMapping
Returns the preference name of this mapping.
Specified by:
getPreferenceName in interface IPreferenceMapping
Returns:
the preference name of this mapping.

getPropertyDefinitionName

public IPropertyDefinitionName getPropertyDefinitionName()
Description copied from interface: IPreferenceMapping
Returns the propertydefinition name of this mapping.
Specified by:
getPropertyDefinitionName in interface IPreferenceMapping
Returns:
the propertydefinition name of this mapping.

getPreferenceLocatorClassName

public java.lang.String getPreferenceLocatorClassName()
Description copied from interface: IPreferenceMapping
Returns the preference locator class name of this mapping.
Specified by:
getPreferenceLocatorClassName in interface IPreferenceMapping
Returns:
the preference locator class name of this mapping.

setPreferenceName

public void setPreferenceName(IPreferenceName propertyName)
Description copied from interface: IPreferenceMapping
Sets the given name as the preference name of this mapping.
Specified by:
setPreferenceName in interface IPreferenceMapping
Parameters:
propertyName - a preference name.

setPropertyDefinitionName

public void setPropertyDefinitionName(IPropertyDefinitionName propertyDefinitionName)
Description copied from interface: IPreferenceMapping
Sets the given definitionName as the propertydefinition name of this mapping.
Specified by:
setPropertyDefinitionName in interface IPreferenceMapping
Parameters:
propertyDefinitionName - a propertydefinition name.

setPreferenceLocatorClassName

public void setPreferenceLocatorClassName(java.lang.String locatorClassName)
Description copied from interface: IPreferenceMapping
Sets the given name as the preference locator class name of this mapping.
Specified by:
setPreferenceLocatorClassName in interface IPreferenceMapping
Parameters:
locatorClassName - a fully qualified class name of a custom preference locator.

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

builder

public static PreferenceMapping.Builder builder()
Returns an instance of Builder to create a PreferenceMapping.
Returns:
an instance of Builder

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.9.0)
E15995-08


Copyright © 2009, 2014, Oracle and/or its affiliates. All rights reserved.