com.remedy.arsys.api
Class DisplayInstanceInfo
java.lang.Object
|
+--com.remedy.arsys.api.DisplayInstanceInfo
- 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.
|
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 |
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.
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.
- Overrides:
- clone in class java.lang.Object