com.electrotank.electroserver4.extensions.api
Class ExtensionBoundUserServerVariableResponse

java.lang.Object
  extended by com.electrotank.electroserver4.extensions.api.PluginApiResponse
      extended by com.electrotank.electroserver4.extensions.api.ExtensionBoundUserServerVariableResponse

public class ExtensionBoundUserServerVariableResponse
extends PluginApiResponse

Data object for an extension bound user server variable.

See Also:
ElectroServerApi.getExtensionBoundUserServerVariable, ElectroServerApi.setExtensionBoundUserServerVariable, ElectroServerApi.deleteExtensionBoundUserServerVariable, PluginApiResponse

Nested Class Summary
 
Nested classes/interfaces inherited from class com.electrotank.electroserver4.extensions.api.PluginApiResponse
PluginApiResponse.Status
 
Constructor Summary
ExtensionBoundUserServerVariableResponse()
           
 
Method Summary
 Object getValue()
          Returns the value of the extension bound user server variable
 void setValue(Object value)
          Sets the value of the extension bound user server variable
 
Methods inherited from class com.electrotank.electroserver4.extensions.api.PluginApiResponse
getStatus, isSuccess, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionBoundUserServerVariableResponse

public ExtensionBoundUserServerVariableResponse()
Method Detail

getValue

public Object getValue()
Returns the value of the extension bound user server variable

Returns:
value of the extension bound user server variable

setValue

public void setValue(Object value)
Sets the value of the extension bound user server variable

Parameters:
value - value of the extension bound user server variable


Copyright © 2007 Electrotank, Inc. All Rights Reserved.