Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


oracle.wcps.property.model
Class Namespace

java.lang.Object
  extended by oracle.wcps.property.model.Timestamped
      extended by oracle.wcps.property.model.Namespace

All Implemented Interfaces:
java.io.Serializable, INamespace, ITimestamped

public class Namespace
extends Timestamped
implements INamespace, java.io.Serializable

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

See Also:
Serialized Form

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

 

Constructor Summary
Namespace()
           
Namespace(INamespaceName namespaceName)
           
Namespace(java.lang.String name)
           

 

Method Summary
static Namespace.Builder builder()
          Returns an instance of Builder to create a Namespace.
 boolean equals(java.lang.Object o)
           
 java.lang.String getDefinitionLocatorClassName()
          Returns the fully qualified class name of the custom definition locator class associated with this and implements IDefinitionLocator interface.
 INamespaceName getName()
          Returns the name associated with this.
 java.lang.String getPropertyLocatorClassName()
          Returns the fully qualified class name of the custom property locator class associated with this and implements IPropertyLocator interface
 java.lang.Object getRNamespace()
           
 int hashCode()
           
 java.lang.String name()
          Returns the string representation of the name of this.
 void setDefinitionLocatorClassName(java.lang.String definitionLocatorClassName)
          Sets the given className of a custom definition locator class that implements IDefinitionLocator interface.
 void setName(INamespaceName name)
          Sets the given non null name for this.
 void setPropertyLocatorClassName(java.lang.String propertyLocatorClassName)
          Sets the given className of a custom property locator class that implements IPropertyLocator interface.
 void setRNamespace(java.lang.Object r)
           
 java.lang.String toString()
           

 

Methods inherited from class oracle.wcps.property.model.Timestamped
getCreatedOn, getUpdatedOn, setCreatedOn, setUpdatedOn

 

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

 

Methods inherited from interface oracle.wcps.property.ITimestamped
getCreatedOn, getUpdatedOn, setCreatedOn, setUpdatedOn

 

Constructor Detail

Namespace

public Namespace()

Namespace

public Namespace(java.lang.String name)

Namespace

public Namespace(INamespaceName namespaceName)

Method Detail

name

public java.lang.String name()
Description copied from interface: INamespace
Returns the string representation of the name of this.
Specified by:
name in interface INamespace
Returns:
the string representation of the name of this.

getName

public INamespaceName getName()
Description copied from interface: INamespace
Returns the name associated with this.
Specified by:
getName in interface INamespace
Returns:
the name associated with this.

setName

public void setName(INamespaceName name)
Description copied from interface: INamespace
Sets the given non null name for this.
Specified by:
setName in interface INamespace
Parameters:
name - a namespace name.

getPropertyLocatorClassName

public java.lang.String getPropertyLocatorClassName()
Description copied from interface: INamespace
Returns the fully qualified class name of the custom property locator class associated with this and implements IPropertyLocator interface
Specified by:
getPropertyLocatorClassName in interface INamespace
Returns:
a fully qualified class name.

setPropertyLocatorClassName

public void setPropertyLocatorClassName(java.lang.String propertyLocatorClassName)
Description copied from interface: INamespace
Sets the given className of a custom property locator class that implements IPropertyLocator interface.
Specified by:
setPropertyLocatorClassName in interface INamespace
Parameters:
propertyLocatorClassName - a fully qualified class name.

getDefinitionLocatorClassName

public java.lang.String getDefinitionLocatorClassName()
Description copied from interface: INamespace
Returns the fully qualified class name of the custom definition locator class associated with this and implements IDefinitionLocator interface.
Specified by:
getDefinitionLocatorClassName in interface INamespace
Returns:
a fully qualified class name.

setDefinitionLocatorClassName

public void setDefinitionLocatorClassName(java.lang.String definitionLocatorClassName)
Description copied from interface: INamespace
Sets the given className of a custom definition locator class that implements IDefinitionLocator interface.
Specified by:
setDefinitionLocatorClassName in interface INamespace
Parameters:
definitionLocatorClassName - a fully qualified class name.

getRNamespace

public java.lang.Object getRNamespace()

setRNamespace

public void setRNamespace(java.lang.Object r)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class Timestamped

hashCode

public int hashCode()
Overrides:
hashCode in class Timestamped

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

builder

public static Namespace.Builder builder()
Returns an instance of Builder to create a Namespace.
Returns:
an instance of Builder

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.4.0)
E15995-03


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