com.sap.mdm.schema
Class DimensionProperties

java.lang.Object
  extended bycom.sap.mdm.schema.DimensionProperties
All Implemented Interfaces:
Cloneable, NamedRepositoryItem, RepositoryItem

public class DimensionProperties
extends Object
implements NamedRepositoryItem

This class represents a MDM dimension such as length, weight etc.


Constructor Summary
DimensionProperties(int id, String name, int sortPos, int isConvertible, int isDouble)
          Constructs with the specified parameters.
 
Method Summary
 boolean equals(Object obj)
           
 String getCode()
          Returns a string identifier for a named repository object.
 DimensionId getId()
          Get ID of dimension
 String getName(Locale locale)
          Returns the dimension name.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DimensionProperties

public DimensionProperties(int id,
                           String name,
                           int sortPos,
                           int isConvertible,
                           int isDouble)
Constructs with the specified parameters.

Parameters:
id - the dimension Id
name - the dimension name
sortPos - the sort position
isConvertible - whether the dimension is convertible
isDouble -
Method Detail

getCode

public String getCode()
Description copied from interface: NamedRepositoryItem
Returns a string identifier for a named repository object.

Specified by:
getCode in interface NamedRepositoryItem
Returns:
the code name

getId

public DimensionId getId()
Get ID of dimension

Returns:
dimension ID

getName

public String getName(Locale locale)
Returns the dimension name.

Parameters:
locale - the locale; currently not used
Returns:
the dimension name.

hashCode

public int hashCode()

equals

public boolean equals(Object obj)

toString

public String toString()


Copyright 2004-2007 by SAP AG. All Rights Reserved.

SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.