com.sap.mdm.schema
Class TextAttributeValueProperties

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

public class TextAttributeValueProperties
extends Object
implements NamedRepositoryItem

Defines a text attribute value.

See Also:
TextAttributeProperties

Constructor Summary
TextAttributeValueProperties()
          Empty constructor.
TextAttributeValueProperties(TextAttributeValueId id)
          Constructor with the specified text attribute value Id.
TextAttributeValueProperties(TextAttributeValueProperties other)
          Copy c'tor.
 
Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
 String getCode()
          Returns a string identifier for a named repository object.
 TextAttributeValueId getId()
          Returns the text attribute value Id
 RecordId getImageId()
          Returns the image Id.
 MultilingualString getName()
          Returns the name of the text attribute value.
 MultilingualString getTooltip()
          Returns the tooltip string.
 int hashCode()
           
 void setCode(String code)
          Sets the code name.
 void setImageId(RecordId id)
          Sets the image Id.
 void setName(MultilingualString name)
          Sets the name of the text attribute value.
 void setTooltip(MultilingualString tooltip)
          Sets the tooltip.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextAttributeValueProperties

public TextAttributeValueProperties()
Empty constructor.


TextAttributeValueProperties

public TextAttributeValueProperties(TextAttributeValueId id)
Constructor with the specified text attribute value Id.

Parameters:
id - an text attribute value Id

TextAttributeValueProperties

public TextAttributeValueProperties(TextAttributeValueProperties other)
Copy c'tor. Creates deep copy of TextAttributeValueProperties object.

Parameters:
other - Object to copy
Since:
7.2
Method Detail

getId

public TextAttributeValueId getId()
Returns the text attribute value Id

Returns:
a text attribute value Id

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

setCode

public void setCode(String code)
Sets the code name.

Parameters:
code - a code name

getName

public MultilingualString getName()
Returns the name of the text attribute value.

Returns:
the name

setName

public void setName(MultilingualString name)
Sets the name of the text attribute value.

Parameters:
name - the name

getImageId

public RecordId getImageId()
Returns the image Id.

Returns:
the image Id

setImageId

public void setImageId(RecordId id)
Sets the image Id.

Parameters:
id - the image Id

getTooltip

public MultilingualString getTooltip()
Returns the tooltip string.

Returns:
tooltip string

setTooltip

public void setTooltip(MultilingualString tooltip)
Sets the tooltip.

Parameters:
tooltip - a tooltip

hashCode

public int hashCode()

equals

public boolean equals(Object obj)

toString

public String toString()

clone

public Object clone()


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.