Skip navigation links

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


oracle.wcps.property.model
Class PropertyMapping

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

All Implemented Interfaces:
java.io.Serializable, IPropertyMapping

public class PropertyMapping
extends java.lang.Object
implements IPropertyMapping, java.io.Serializable

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

See Also:
Serialized Form

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

 

Method Summary
static PropertyMapping.Builder builder()
          Returns an instance of Builder to create a PropertyMapping.
 boolean equals(java.lang.Object o)
           
 IPropertyDefinitionName getPropertyDefinitionName()
          Returns the propertydefinition name of this mapping.
 java.lang.String getPropertyLocatorClassName()
          Returns the property locator class name of this mapping.
 IPropertyName getPropertyName()
          Returns the property name of this mapping.
 int hashCode()
           
 void setPropertyDefinitionName(IPropertyDefinitionName propertyDefinitionName)
          Sets the given definitionName as the propertydefinition name of this mapping.
 void setPropertyLocatorClassName(java.lang.String locatorClassName)
          Sets the given name as the property locator class name of this mapping.
 void setPropertyName(IPropertyName propertyName)
          Sets the given name as the property name of this mapping.

 

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

 

Method Detail

getPropertyName

public IPropertyName getPropertyName()
Description copied from interface: IPropertyMapping
Returns the property name of this mapping.
Specified by:
getPropertyName in interface IPropertyMapping
Returns:
the property name of this mapping.

getPropertyDefinitionName

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

getPropertyLocatorClassName

public java.lang.String getPropertyLocatorClassName()
Description copied from interface: IPropertyMapping
Returns the property locator class name of this mapping.
Specified by:
getPropertyLocatorClassName in interface IPropertyMapping
Returns:
the property locator class name of this mapping.

setPropertyName

public void setPropertyName(IPropertyName propertyName)
Description copied from interface: IPropertyMapping
Sets the given name as the property name of this mapping.
Specified by:
setPropertyName in interface IPropertyMapping
Parameters:
propertyName - a property name.

setPropertyDefinitionName

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

setPropertyLocatorClassName

public void setPropertyLocatorClassName(java.lang.String locatorClassName)
Description copied from interface: IPropertyMapping
Sets the given name as the property locator class name of this mapping.
Specified by:
setPropertyLocatorClassName in interface IPropertyMapping
Parameters:
locatorClassName - a fully qualified class name of a custom property 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 PropertyMapping.Builder builder()
Returns an instance of Builder to create a PropertyMapping.
Returns:
an instance of Builder

Skip navigation links

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


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