|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.StructItemInfo
public class StructItemInfo
The StructItemInfo
class represents a particular object to export or import.
Field Summary | |
---|---|
static int |
ACTIVE_LINK
Active link definition |
static int |
ADMIN_EXT
No longer supported. |
static int |
APPLICATION
Definition of Applications. |
static int |
CHAR_MENU
Character menu definition |
static int |
CONTAINER
Container definition |
static int |
DIST_MAP
Mapping definition for Distributed Server Option |
static int |
DIST_POOL
Distributed pools definition. |
static int |
ESCALATION
Escalation definition |
static int |
FIELD
|
static int |
FILTER
Filter definition |
static int |
IMAGE
Image Definition |
static int |
SCHEMA
Form definition, including views, help text, and change diary information |
static int |
SCHEMA_DATA
Form data |
static int |
SCHEMA_DEFN
Structure definition for configuring Remedy User cache (special purpose export) |
static int |
SCHEMA_MAIL
Email template for submitting requests (special purpose export) |
static int |
SCHEMA_VIEW
Display definition for configuring Remedy User cache (special purpose export) |
static int |
SCHEMA_VIEW_MIN
Display definition without bitmaps for Remedy User |
static int |
VUI
Definition of single VUI. |
static int |
VUI_2
Definition of all VUIs instead of just one. |
Constructor Summary | |
---|---|
StructItemInfo()
|
|
StructItemInfo(IARPersistentObject obj)
|
|
StructItemInfo(IARPersistentObject obj,
boolean asXml)
|
|
StructItemInfo(int type,
String name)
|
|
StructItemInfo(int type,
String name,
String[] selectedElements)
|
|
StructItemInfo(int type,
String name,
String[] selectedElements,
int exportOption)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
int |
getExportOption()
Returns export options associated with the AR System object. |
String |
getName()
Returns name associated with the AR System object. |
String[] |
getSelectedElements()
Returns list of selected elements. |
int |
getType()
Returns integer value indicating the type of AR System object. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setExportOption(int exportOption)
Sets the export option of the AR System object |
void |
setName(String name)
Sets the name of the AR System object |
void |
setSelectedElements(String[] elements)
Sets the list of selected elements |
void |
setType(int type)
Sets the type of the AR System object |
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SCHEMA
public static final int FIELD
public static final int SCHEMA_DEFN
public static final int SCHEMA_VIEW
public static final int SCHEMA_DATA
public static final int SCHEMA_MAIL
public static final int FILTER
public static final int ACTIVE_LINK
public static final int ADMIN_EXT
public static final int CHAR_MENU
public static final int ESCALATION
public static final int DIST_MAP
public static final int SCHEMA_VIEW_MIN
public static final int CONTAINER
public static final int DIST_POOL
public static final int VUI
public static final int VUI_2
public static final int IMAGE
public static final int APPLICATION
Constructor Detail |
---|
public StructItemInfo()
public StructItemInfo(IARPersistentObject obj)
public StructItemInfo(IARPersistentObject obj, boolean asXml)
public StructItemInfo(int type, String name)
public StructItemInfo(int type, String name, String[] selectedElements, int exportOption)
public StructItemInfo(int type, String name, String[] selectedElements)
Method Detail |
---|
public int getType()
SCHEMA
SCHEMA_DEFN
SCHEMA_VIEW
SCHEMA_MAIL
FILTER
ACTIVE_LINK
ADMIN_EXT
CHAR_MENU
ESCALATION
DIST_MAP
SCHEMA_VIEW_MIN
CONTAINER
DIST_POOL
VUI
VUI_2
public String getName()
public int getExportOption()
public String[] getSelectedElements()
public void setName(String name)
name
- New name to usepublic void setExportOption(int exportOption)
exportOption
- New export option to usepublic void setSelectedElements(String[] elements)
elements
- List of elementspublic void setType(int type)
type
- Type to setpublic String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |