|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.wcps.property.model.PropertyMapping
public class PropertyMapping
An implementation of IPropertyMapping. Use the builder builder() to create an instance of this.
| Nested Class Summary | |
|---|---|
static class |
PropertyMapping.BuilderThe 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 |
|---|
public IPropertyName getPropertyName()
IPropertyMappinggetPropertyName in interface IPropertyMappingpublic IPropertyDefinitionName getPropertyDefinitionName()
IPropertyMappinggetPropertyDefinitionName in interface IPropertyMappingpublic java.lang.String getPropertyLocatorClassName()
IPropertyMappinggetPropertyLocatorClassName in interface IPropertyMappingpublic void setPropertyName(IPropertyName propertyName)
IPropertyMappingname as the property name of this mapping.setPropertyName in interface IPropertyMappingpropertyName - a property name.public void setPropertyDefinitionName(IPropertyDefinitionName propertyDefinitionName)
IPropertyMappingdefinitionName as the propertydefinition name of this mapping.setPropertyDefinitionName in interface IPropertyMappingpropertyDefinitionName - a propertydefinition name.public void setPropertyLocatorClassName(java.lang.String locatorClassName)
IPropertyMappingname as the property locator class name of this mapping.setPropertyLocatorClassName in interface IPropertyMappinglocatorClassName - a fully qualified class name of a custom property locator.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static PropertyMapping.Builder builder()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.9.0) E15995-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||