|
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.Timestamped
oracle.wcps.property.model.Namespace
public class Namespace
An implementation of INamespace. Use the builder builder() to create an instance of this.
| Nested Class Summary | |
|---|---|
static class |
Namespace.BuilderThe 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.Boolean |
isOptimisticConcurrencyEnabled()Returns the boolean value indicating if optimistic concurrency is enabled or not for this namespace. |
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 |
setOptimisticConcurrencyEnabled(java.lang.Boolean value)Sets the optimistic concurrency flag with the given value for this namespace. |
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 |
|---|
public Namespace()
public Namespace(java.lang.String name)
public Namespace(INamespaceName namespaceName)
| Method Detail |
|---|
public java.lang.String name()
INamespacename in interface INamespacepublic INamespaceName getName()
INamespacegetName in interface INamespacepublic void setName(INamespaceName name)
INamespacename for this.setName in interface INamespacename - a namespace name.public java.lang.String getPropertyLocatorClassName()
INamespaceIPropertyLocator interfacegetPropertyLocatorClassName in interface INamespacepublic void setPropertyLocatorClassName(java.lang.String propertyLocatorClassName)
INamespaceclassName of a custom property locator class that implements IPropertyLocator interface.setPropertyLocatorClassName in interface INamespacepropertyLocatorClassName - a fully qualified class name.public java.lang.String getDefinitionLocatorClassName()
INamespaceIDefinitionLocator interface.getDefinitionLocatorClassName in interface INamespacepublic void setDefinitionLocatorClassName(java.lang.String definitionLocatorClassName)
INamespaceclassName of a custom definition locator class that implements IDefinitionLocator interface.setDefinitionLocatorClassName in interface INamespacedefinitionLocatorClassName - a fully qualified class name.public java.lang.Boolean isOptimisticConcurrencyEnabled()
INamespaceisOptimisticConcurrencyEnabled in interface INamespacepublic void setOptimisticConcurrencyEnabled(java.lang.Boolean value)
INamespacevalue for this namespace.setOptimisticConcurrencyEnabled in interface INamespacepublic java.lang.Object getRNamespace()
public void setRNamespace(java.lang.Object r)
public boolean equals(java.lang.Object o)
equals in class Timestampedpublic int hashCode()
hashCode in class Timestampedpublic java.lang.String toString()
toString in class java.lang.Objectpublic static Namespace.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 | ||||||||