com.borland.sctm.ws.planning.entities
Class DataSource

java.lang.Object
  extended by com.borland.sctm.ws.planning.entities.DataSource
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
DataSource()
           
DataSource(java.lang.String name, int id, java.lang.String description, java.lang.String typeName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this DataSource.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this DataSource.
 java.lang.String getName()
          Gets the name value for this DataSource.
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
 java.lang.String getTypeName()
          Gets the typeName value for this DataSource.
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this DataSource.
 void setId(int id)
          Sets the id value for this DataSource.
 void setName(java.lang.String name)
          Sets the name value for this DataSource.
 void setTypeName(java.lang.String typeName)
          Sets the typeName value for this DataSource.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSource

public DataSource()

DataSource

public DataSource(java.lang.String name,
                  int id,
                  java.lang.String description,
                  java.lang.String typeName)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getId

public int getId()
Gets the id value for this DataSource.

Returns:
id

setId

public void setId(int id)
Sets the id value for this DataSource.

Parameters:
id -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getTypeName

public java.lang.String getTypeName()
Gets the typeName value for this DataSource.

Returns:
typeName

setTypeName

public void setTypeName(java.lang.String typeName)
Sets the typeName value for this DataSource.

Parameters:
typeName -

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 © 2010. All Rights Reserved.