Skip navigation links

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


oracle.wcps.property.model
Class PropertyMapping.Builder

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

Enclosing class:
PropertyMapping

public static class PropertyMapping.Builder
extends java.lang.Object

The builder used for creating a PropertyMapping. The instances of this are not thread safe. The following example shows how to use this builder.

 IPropertyMapping propertyMapping = PropertyMapping.builder()
                                                   .withPropertyName("Company Name")
                                                   .withPropertyDefinitionName("Int_Def")
                                                   .build();
 

Method Summary
 IPropertyMapping build()
           
 PropertyMapping.Builder withPropertyDefinitionName(IPropertyDefinitionName name)
           
 PropertyMapping.Builder withPropertyDefinitionName(java.lang.String name)
           
 PropertyMapping.Builder withPropertyLocatorClassName(java.lang.String name)
           
 PropertyMapping.Builder withPropertyName(IPropertyName name)
           
 PropertyMapping.Builder withPropertyName(java.lang.String name)
           

 

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

 

Method Detail

withPropertyName

public PropertyMapping.Builder withPropertyName(java.lang.String name)

withPropertyName

public PropertyMapping.Builder withPropertyName(IPropertyName name)

withPropertyDefinitionName

public PropertyMapping.Builder withPropertyDefinitionName(java.lang.String name)

withPropertyDefinitionName

public PropertyMapping.Builder withPropertyDefinitionName(IPropertyDefinitionName name)

withPropertyLocatorClassName

public PropertyMapping.Builder withPropertyLocatorClassName(java.lang.String name)

build

public IPropertyMapping build()

Skip navigation links

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


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