7.0 Action Request System Java API

com.remedy.arsys.api
Class DisplayInstanceInfo

java.lang.Object
  extended bycom.remedy.arsys.api.DisplayInstanceInfo
All Implemented Interfaces:
java.lang.Cloneable

public class DisplayInstanceInfo
extends java.lang.Object
implements java.lang.Cloneable

The DisplayInstanceInfo class defines the display instance of a field for a particular schema view.


Constructor Summary
DisplayInstanceInfo(InternalID vui, PropInfo[] properties)
          Constructs a new DisplayInstanceInfo object
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 InternalID getVUIId()
          Retrieves the InternalID of the associated view.
 PropInfo[] getVUIProperties()
          Retrieves the display properties.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayInstanceInfo

public DisplayInstanceInfo(InternalID vui,
                           PropInfo[] properties)
Constructs a new DisplayInstanceInfo object

Parameters:
vui - The InternalID associated with the view.
properties - The field display properties specific to that view represented by using an array of PropInfo.
Method Detail

getVUIProperties

public PropInfo[] getVUIProperties()
Retrieves the display properties.


getVUIId

public InternalID getVUIId()
Retrieves the InternalID of the associated view.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API