|
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.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 |
---|
public IPreferenceName getPreferenceName()
IPreferenceMapping
getPreferenceName
in interface IPreferenceMapping
public IPropertyDefinitionName getPropertyDefinitionName()
IPreferenceMapping
getPropertyDefinitionName
in interface IPreferenceMapping
public java.lang.String getPreferenceLocatorClassName()
IPreferenceMapping
getPreferenceLocatorClassName
in interface IPreferenceMapping
public void setPreferenceName(IPreferenceName propertyName)
IPreferenceMapping
name
as the preference name of this mapping.setPreferenceName
in interface IPreferenceMapping
propertyName
- a preference name.public void setPropertyDefinitionName(IPropertyDefinitionName propertyDefinitionName)
IPreferenceMapping
definitionName
as the propertydefinition name of this mapping.setPropertyDefinitionName
in interface IPreferenceMapping
propertyDefinitionName
- a propertydefinition name.public void setPreferenceLocatorClassName(java.lang.String locatorClassName)
IPreferenceMapping
name
as the preference locator class name of this mapping.setPreferenceLocatorClassName
in interface IPreferenceMapping
locatorClassName
- a fully qualified class name of a custom preference locator.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |