com.trackstudio.soap.client
Class ScriptBean

java.lang.Object
  extended by com.trackstudio.soap.client.ScriptBean
All Implemented Interfaces:
java.io.Serializable

public class ScriptBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ScriptBean()
           
ScriptBean(java.lang.String description, java.lang.String formula, java.lang.String id, java.lang.String name, java.lang.String ownerId, java.lang.String scriptTypeId, java.lang.String scriptTypeName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this ScriptBean.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFormula()
          Gets the formula value for this ScriptBean.
 java.lang.String getId()
          Gets the id value for this ScriptBean.
 java.lang.String getName()
          Gets the name value for this ScriptBean.
 java.lang.String getOwnerId()
          Gets the ownerId value for this ScriptBean.
 java.lang.String getScriptTypeId()
          Gets the scriptTypeId value for this ScriptBean.
 java.lang.String getScriptTypeName()
          Gets the scriptTypeName value for this ScriptBean.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this ScriptBean.
 void setFormula(java.lang.String formula)
          Sets the formula value for this ScriptBean.
 void setId(java.lang.String id)
          Sets the id value for this ScriptBean.
 void setName(java.lang.String name)
          Sets the name value for this ScriptBean.
 void setOwnerId(java.lang.String ownerId)
          Sets the ownerId value for this ScriptBean.
 void setScriptTypeId(java.lang.String scriptTypeId)
          Sets the scriptTypeId value for this ScriptBean.
 void setScriptTypeName(java.lang.String scriptTypeName)
          Sets the scriptTypeName value for this ScriptBean.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptBean

public ScriptBean()

ScriptBean

public ScriptBean(java.lang.String description,
                  java.lang.String formula,
                  java.lang.String id,
                  java.lang.String name,
                  java.lang.String ownerId,
                  java.lang.String scriptTypeId,
                  java.lang.String scriptTypeName)
Method Detail

getDescription

public java.lang.String getDescription()
Gets the description value for this ScriptBean.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ScriptBean.

Parameters:
description -

getFormula

public java.lang.String getFormula()
Gets the formula value for this ScriptBean.

Returns:
formula

setFormula

public void setFormula(java.lang.String formula)
Sets the formula value for this ScriptBean.

Parameters:
formula -

getId

public java.lang.String getId()
Gets the id value for this ScriptBean.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this ScriptBean.

Parameters:
id -

getName

public java.lang.String getName()
Gets the name value for this ScriptBean.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ScriptBean.

Parameters:
name -

getOwnerId

public java.lang.String getOwnerId()
Gets the ownerId value for this ScriptBean.

Returns:
ownerId

setOwnerId

public void setOwnerId(java.lang.String ownerId)
Sets the ownerId value for this ScriptBean.

Parameters:
ownerId -

getScriptTypeId

public java.lang.String getScriptTypeId()
Gets the scriptTypeId value for this ScriptBean.

Returns:
scriptTypeId

setScriptTypeId

public void setScriptTypeId(java.lang.String scriptTypeId)
Sets the scriptTypeId value for this ScriptBean.

Parameters:
scriptTypeId -

getScriptTypeName

public java.lang.String getScriptTypeName()
Gets the scriptTypeName value for this ScriptBean.

Returns:
scriptTypeName

setScriptTypeName

public void setScriptTypeName(java.lang.String scriptTypeName)
Sets the scriptTypeName value for this ScriptBean.

Parameters:
scriptTypeName -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.