|
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.PreferenceMapping
public class PreferenceMapping
An implementation of IPreferenceMapping. Use the builder builder() to create an instance of this.
| Nested Class Summary | |
|---|---|
static class |
PreferenceMapping.BuilderThe 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 |
|---|
public IPreferenceName getPreferenceName()
IPreferenceMappinggetPreferenceName in interface IPreferenceMappingpublic IPropertyDefinitionName getPropertyDefinitionName()
IPreferenceMappinggetPropertyDefinitionName in interface IPreferenceMappingpublic java.lang.String getPreferenceLocatorClassName()
IPreferenceMappinggetPreferenceLocatorClassName in interface IPreferenceMappingpublic void setPreferenceName(IPreferenceName propertyName)
IPreferenceMappingname as the preference name of this mapping.setPreferenceName in interface IPreferenceMappingpropertyName - a preference name.public void setPropertyDefinitionName(IPropertyDefinitionName propertyDefinitionName)
IPreferenceMappingdefinitionName as the propertydefinition name of this mapping.setPropertyDefinitionName in interface IPreferenceMappingpropertyDefinitionName - a propertydefinition name.public void setPreferenceLocatorClassName(java.lang.String locatorClassName)
IPreferenceMappingname as the preference locator class name of this mapping.setPreferenceLocatorClassName in interface IPreferenceMappinglocatorClassName - a fully qualified class name of a custom preference locator.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static PreferenceMapping.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 | ||||||||