BEA Systems, Inc.

com.beasys.commerce.foundation.property
Interface PropertyLocator

All Known Implementing Classes:
PropertyLocatorImpl

public interface PropertyLocator
extends Belonging

Attribute: jndiHomeName

Attribute: pkString Attribute: schemaGroupName

See Also:
PropertyLocatorHome, PropertyLocatorImpl

Method Summary
 java.lang.String getJndiHomeName()
          Get the value of jndiHomeName
 java.lang.String getPkString()
          Get the value of pkString
 java.lang.String getSchemaGroupName()
          Get the value of schemaGroupName
 void setJndiHomeName(java.lang.String jndiHomeName)
          Set the value of jndiHomeName
 void setPkString(java.lang.String pkString)
          Set the value of pkString
 void setSchemaGroupName(java.lang.String schemaGroupName)
          Set the value of schemaGroupName
 
Methods inherited from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getJndiHomeName

public java.lang.String getJndiHomeName()
Get the value of jndiHomeName
Returns:
jndiHomeName.

setJndiHomeName

public void setJndiHomeName(java.lang.String jndiHomeName)
Set the value of jndiHomeName
Parameters:
jndiHomeName - jndiHomeName to be added

getPkString

public java.lang.String getPkString()
Get the value of pkString
Returns:
pkString.

setPkString

public void setPkString(java.lang.String pkString)
Set the value of pkString
Parameters:
pkString - pkString to be added

getSchemaGroupName

public java.lang.String getSchemaGroupName()
Get the value of schemaGroupName
Returns:
schemaGroupName.

setSchemaGroupName

public void setSchemaGroupName(java.lang.String schemaGroupName)
Set the value of schemaGroupName
Parameters:
schemaGroupName - schemaGroupName to be added

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved