BEA Systems, Inc.

com.beasys.commerce.foundation.property
Interface PropertyMapKey

All Known Implementing Classes:
PropertyMapKeyImpl

public interface PropertyMapKey
extends Belonging

Attribute: propertyName

Attribute: scopeName

See Also:
PropertyMapKeyHome, PropertyMapKeyImpl

Method Summary
 java.lang.String getPropertyName()
          Get the value of propertyName
 java.lang.String getScopeName()
          Get the value of scopeName
 void setPropertyName(java.lang.String propertyName)
          Set the value of propertyName
 void setScopeName(java.lang.String scopeName)
          Set the value of scopeName
 
Methods inherited from interface com.beasys.commerce.foundation.Belonging
clone, equals, interfaceName, setByValue, value
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPropertyName

public java.lang.String getPropertyName()
Get the value of propertyName
Returns:
propertyName.

setPropertyName

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

getScopeName

public java.lang.String getScopeName()
Get the value of scopeName
Returns:
scopeName.

setScopeName

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

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved