com.sapportals.portal.pcd.gl

Interface ILocaleTextPair


public interface ILocaleTextPair

Container for a locale and a text that is used in IPcdAttribute.

This interface is not intended to be implemented by clients.


Method Summary
 boolean equals(Object obj)
          Determines whether obj is equal to this locale text pair.
 Locale getLocale()
          Gets the locale.
 String getText()
          Gets the text.
 int hashCode()
          Gets the hash code.
 

Method Detail

getLocale

Locale getLocale()
Gets the locale.

Returns:
Locale

getText

String getText()
Gets the text.

Returns:
String

hashCode

int hashCode()
Gets the hash code. The hash code is the sum of the hashcodes of the locale and the text.

Overrides:
hashCode in class Object
Returns:
int

equals

boolean equals(Object obj)
Determines whether obj is equal to this locale text pair. Both objects are equal if obj is an instance of PlLocaleTextPair and the locale fields and the text fields are equal.

Overrides:
equals in class Object
Parameters:
obj -
Returns:
boolean
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] EP-BASIS-API [sap.com] tc/epbc/pcd/gl/api - EP-PIN
[sap.com] EP-BASIS-API [sap.com] tc/epbc/pcd/gl/api api EP-PIN
[sap.com] EP-BASIS [sap.com] tc/epbc/pcd/pars/srvgldeprecated api BC-PIN-PCD


Copyright 2011 SAP AG Complete Copyright Notice