Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


oracle.bpel.services.workflow.metadata.config
Class ResourceBundleInfo

java.lang.Object
  extended by oracle.bpel.services.workflow.metadata.config.ResourceBundleInfo

All Implemented Interfaces:
java.io.Serializable

public class ResourceBundleInfo
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ResourceBundleInfo()
           

 

Method Summary
 java.lang.String getLocation()
          Get the Location value.
 java.lang.String getName()
          Get the Name value.
 void setLocation(java.lang.String newLocation)
          Set the Location value.
 void setName(java.lang.String newName)
          Set the Name value.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ResourceBundleInfo

public ResourceBundleInfo()

Method Detail

getLocation

public final java.lang.String getLocation()
Get the Location value.
Returns:
a String value

setLocation

public final void setLocation(java.lang.String newLocation)
Set the Location value.
Parameters:
newLocation - The new Location value.

getName

public final java.lang.String getName()
Get the Name value.
Returns:
a String value

setName

public final void setName(java.lang.String newName)
Set the Name value.
Parameters:
newName - The new Name value.

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


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