atg.svc.repository.beans.methods
Class WindowAttributeMethods
java.lang.Object
atg.svc.repository.beans.methods.WindowAttributeMethods
public class WindowAttributeMethods
- extends java.lang.Object
Defines extension methods for the WindowAttribute object.
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 |
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
WindowAttributeMethods
public WindowAttributeMethods()
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.