com.sap.mdm.data
Class AttributeLink

java.lang.Object
  extended bycom.sap.mdm.data.AttributeLink
All Implemented Interfaces:
Cloneable, RepositoryItem

public final class AttributeLink
extends Object
implements RepositoryItem

AttributeLink specifies a link between a taxonomy record and an attribute. An attribute link in addition has an attribute priority.


Field Summary
static byte HIGH_PRIORITY
           
static byte HIGHEST_PRIORITY
           
static byte LOW_PRIORITY
           
static byte LOWEST_PRIORITY
           
static byte MAXIMUM_PRIORITY
           
static byte MINIMUM_PRIORITY
           
static byte NORMAL_PRIORITY
           
 
Constructor Summary
AttributeLink(AttributeId attributeId, int priority)
          Constructs with the specified parameters.
 
Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
 AttributeId getId()
          Returns the attribute Id.
 int getPriority()
          Returns the attribute priority.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAXIMUM_PRIORITY

public static final byte MAXIMUM_PRIORITY
See Also:
Constant Field Values

MINIMUM_PRIORITY

public static final byte MINIMUM_PRIORITY
See Also:
Constant Field Values

NORMAL_PRIORITY

public static final byte NORMAL_PRIORITY
See Also:
Constant Field Values

HIGH_PRIORITY

public static final byte HIGH_PRIORITY
See Also:
Constant Field Values

HIGHEST_PRIORITY

public static final byte HIGHEST_PRIORITY
See Also:
Constant Field Values

LOW_PRIORITY

public static final byte LOW_PRIORITY
See Also:
Constant Field Values

LOWEST_PRIORITY

public static final byte LOWEST_PRIORITY
See Also:
Constant Field Values
Constructor Detail

AttributeLink

public AttributeLink(AttributeId attributeId,
                     int priority)
Constructs with the specified parameters.

Parameters:
attributeId - the attribute Id
priority - the attribute priority
Method Detail

getPriority

public int getPriority()
Returns the attribute priority.

Returns:
the attribute priority

clone

public Object clone()

getId

public AttributeId getId()
Returns the attribute Id.

Returns:
the attribute Id

hashCode

public int hashCode()

equals

public boolean equals(Object obj)


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.