Package com.zerog.ia.auto.project
Class ExternalResourceBundle
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.ExternalResourceBundle
-
- All Implemented Interfaces:
Referenceable
public final class ExternalResourceBundle extends ProjectObject
Defines a reference to an external resource bundle.
-
-
Constructor Summary
Constructors Constructor Description ExternalResourceBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBundleName()
The resouce bundle name.java.lang.String
getResourcePath()
The localion path of the resource bundle file.void
setBundleName(java.lang.String bundleName)
The resouce bundle name.void
setResourcePath(java.lang.String resourcePath)
The localion path of the resource bundle file.-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getBundleName
public java.lang.String getBundleName()
The resouce bundle name.
-
setBundleName
public void setBundleName(java.lang.String bundleName)
The resouce bundle name.
-
getResourcePath
public java.lang.String getResourcePath()
The localion path of the resource bundle file.
-
setResourcePath
public void setResourcePath(java.lang.String resourcePath)
The localion path of the resource bundle file.
-
-