com.remedy.cmdb.api
Class CMDBUIComponentInfo

java.lang.Object
  extended bycom.remedy.cmdb.api.CMDBUIComponentInfo

public class CMDBUIComponentInfo
extends java.lang.Object

Author:
mmehta Window - Preferences - Java - Code Style - Code Templates

Field Summary
static int CMDB_COMPONENT_TYPE_ICON
          For Component Type selected as Icon
static int CMDB_COMPONENT_TYPE_LINE
          For Component Type selected as Line
static int CMDB_COMPONENT_TYPE_LOCALIZED_LABEL
          For Component Type selected as Label
static int CMDB_COMPONENT_TYPE_NONE
          For Component Type selected as None
static int CMDB_COMPONENT_TYPE_TOOLTIP
          For Component Type selected as Tooltip
 
Constructor Summary
CMDBUIComponentInfo()
          Default Constructor
CMDBUIComponentInfo(java.lang.String aClassId, java.lang.String aLocale, int aComponentType, java.lang.String aTag1, java.lang.String aTag2, java.lang.String aTag3, java.lang.String aTag4, java.lang.String aTag5, java.lang.String aEncodedQual)
          Initialises member variables for CMDBUIComponentInfo object
 
Method Summary
 java.lang.String getClassId()
          It returns the classId for given CMDBUIComponentInfo object
 int getComponentType()
          It returns the ComponentType for given CMDBUIComponentInfo object
 java.lang.String getEncodedQual()
          It returns the Encoded Qualifier String for given CMDBUIComponentInfo object
 java.lang.String getLocale()
          It returns the Locale for given CMDBUIComponentInfo object
 java.lang.String getTag1()
          It returns the Tag1 for given CMDBUIComponentInfo object
 java.lang.String getTag2()
          It returns the Tag2 for given CMDBUIComponentInfo object
 java.lang.String getTag3()
          It returns the Tag3 for given CMDBUIComponentInfo object
 java.lang.String getTag4()
          It returns the Tag4 for given CMDBUIComponentInfo object
 java.lang.String getTag5()
          It returns the Tag5 for given CMDBUIComponentInfo object
 void setClassId(java.lang.String aClassId)
          Sets ClassId for given CMDBUIComponentInfo object
 void setComponentType(int aComponentType)
          Sets ComponentType for given CMDBUIComponentInfo object
 void setEncodedQual(java.lang.String aEncodedQual)
          Sets Encoded Qualfier String for given CMDBUIComponentInfo object
 void setLocale(java.lang.String aLocale)
          Sets Locale String for given CMDBUIComponentInfo object
 void setTag1(java.lang.String aTag1)
          Sets Tag1 String for given CMDBUIComponentInfo object
 void setTag2(java.lang.String aTag2)
          Sets Tag2 String for given CMDBUIComponentInfo object
 void setTag3(java.lang.String aTag3)
          Sets Tag3 String for given CMDBUIComponentInfo object
 void setTag4(java.lang.String aTag4)
          Sets Tag4 String for given CMDBUIComponentInfo object
 void setTag5(java.lang.String aTag5)
          Sets Tag5 String for given CMDBUIComponentInfo object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMDB_COMPONENT_TYPE_NONE

public static final int CMDB_COMPONENT_TYPE_NONE
For Component Type selected as None

See Also:
Constant Field Values

CMDB_COMPONENT_TYPE_ICON

public static final int CMDB_COMPONENT_TYPE_ICON
For Component Type selected as Icon

See Also:
Constant Field Values

CMDB_COMPONENT_TYPE_LOCALIZED_LABEL

public static final int CMDB_COMPONENT_TYPE_LOCALIZED_LABEL
For Component Type selected as Label

See Also:
Constant Field Values

CMDB_COMPONENT_TYPE_TOOLTIP

public static final int CMDB_COMPONENT_TYPE_TOOLTIP
For Component Type selected as Tooltip

See Also:
Constant Field Values

CMDB_COMPONENT_TYPE_LINE

public static final int CMDB_COMPONENT_TYPE_LINE
For Component Type selected as Line

See Also:
Constant Field Values
Constructor Detail

CMDBUIComponentInfo

public CMDBUIComponentInfo()
Default Constructor


CMDBUIComponentInfo

public CMDBUIComponentInfo(java.lang.String aClassId,
                           java.lang.String aLocale,
                           int aComponentType,
                           java.lang.String aTag1,
                           java.lang.String aTag2,
                           java.lang.String aTag3,
                           java.lang.String aTag4,
                           java.lang.String aTag5,
                           java.lang.String aEncodedQual)
Initialises member variables for CMDBUIComponentInfo object

Parameters:
aClassId - is the class id
aLocale - is a locale
aTag1 - is tag1
aTag2 - is tag2
aTag3 - is tag3
aTag4 - is tag4
aTag5 - is tag5
aEncodedQual - is encoded qualifier string
Method Detail

getClassId

public java.lang.String getClassId()
It returns the classId for given CMDBUIComponentInfo object

Returns:
classId

getLocale

public java.lang.String getLocale()
It returns the Locale for given CMDBUIComponentInfo object

Returns:
locale

getComponentType

public int getComponentType()
It returns the ComponentType for given CMDBUIComponentInfo object

Returns:
componentType

getTag1

public java.lang.String getTag1()
It returns the Tag1 for given CMDBUIComponentInfo object

Returns:
tag1

getTag2

public java.lang.String getTag2()
It returns the Tag2 for given CMDBUIComponentInfo object

Returns:
tag2

getTag3

public java.lang.String getTag3()
It returns the Tag3 for given CMDBUIComponentInfo object

Returns:
tag3

getTag4

public java.lang.String getTag4()
It returns the Tag4 for given CMDBUIComponentInfo object

Returns:
tag4

getTag5

public java.lang.String getTag5()
It returns the Tag5 for given CMDBUIComponentInfo object

Returns:
tag5

getEncodedQual

public java.lang.String getEncodedQual()
It returns the Encoded Qualifier String for given CMDBUIComponentInfo object

Returns:
encodeQual

setClassId

public void setClassId(java.lang.String aClassId)
Sets ClassId for given CMDBUIComponentInfo object

Parameters:
aClassId -

setLocale

public void setLocale(java.lang.String aLocale)
Sets Locale String for given CMDBUIComponentInfo object

Parameters:
aLocale -

setComponentType

public void setComponentType(int aComponentType)
Sets ComponentType for given CMDBUIComponentInfo object

Parameters:
aComponentType -

setTag1

public void setTag1(java.lang.String aTag1)
Sets Tag1 String for given CMDBUIComponentInfo object

Parameters:
aTag1 -

setTag2

public void setTag2(java.lang.String aTag2)
Sets Tag2 String for given CMDBUIComponentInfo object

Parameters:
aTag2 -

setTag3

public void setTag3(java.lang.String aTag3)
Sets Tag3 String for given CMDBUIComponentInfo object

Parameters:
aTag3 -

setTag4

public void setTag4(java.lang.String aTag4)
Sets Tag4 String for given CMDBUIComponentInfo object

Parameters:
aTag4 -

setTag5

public void setTag5(java.lang.String aTag5)
Sets Tag5 String for given CMDBUIComponentInfo object

Parameters:
aTag5 -

setEncodedQual

public void setEncodedQual(java.lang.String aEncodedQual)
Sets Encoded Qualfier String for given CMDBUIComponentInfo object

Parameters:
aEncodedQual -