atg.svc.repository.beans.methods
Class WindowAttributeMethods

java.lang.Object
  extended by atg.svc.repository.beans.methods.WindowAttributeMethods

public class WindowAttributeMethods
extends java.lang.Object

Defines extension methods for the WindowAttribute object.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
WindowAttributeMethods()
           
 
Method Summary
 java.lang.Object getValue(WindowAttribute pAttribute)
          Gets the value of the window attribute as an object.
 void setValue(java.lang.Object pValue, WindowAttribute pAttribute)
          Sets the value of the window attribute as an object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Constructor Detail

WindowAttributeMethods

public WindowAttributeMethods()
Method Detail

getValue

public java.lang.Object getValue(WindowAttribute pAttribute)
Gets the value of the window attribute as an object.

Parameters:
pAttribute - The attribute from which to retrieve the object.
Returns:
The value of the attribute as an object.

setValue

public void setValue(java.lang.Object pValue,
                     WindowAttribute pAttribute)
Sets the value of the window attribute as an object.

Parameters:
pValue - The new value of the attribute.
pAttribute - The attribute from which to retrieve the object.