com.borland.sctm.ws.administration.entities
Class LocationDetails

java.lang.Object
  extended by com.borland.sctm.ws.administration.entities.Entity
      extended by com.borland.sctm.ws.administration.entities.NamedEntity
          extended by com.borland.sctm.ws.administration.entities.Location
              extended by com.borland.sctm.ws.administration.entities.LocationDetails
All Implemented Interfaces:
java.io.Serializable

public class LocationDetails
extends Location
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LocationDetails()
           
LocationDetails(int id, java.lang.String name, java.lang.String description, boolean isActive, boolean useCentralProxy, int proxyType, java.lang.String proxyHostName, int proxyPort)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getProxyHostName()
          Gets the proxyHostName value for this LocationDetails.
 int getProxyPort()
          Gets the proxyPort value for this LocationDetails.
 int getProxyType()
          Gets the proxyType value for this LocationDetails.
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()
           
 boolean isUseCentralProxy()
          Gets the useCentralProxy value for this LocationDetails.
 void setProxyHostName(java.lang.String proxyHostName)
          Sets the proxyHostName value for this LocationDetails.
 void setProxyPort(int proxyPort)
          Sets the proxyPort value for this LocationDetails.
 void setProxyType(int proxyType)
          Sets the proxyType value for this LocationDetails.
 void setUseCentralProxy(boolean useCentralProxy)
          Sets the useCentralProxy value for this LocationDetails.
 
Methods inherited from class com.borland.sctm.ws.administration.entities.Location
isIsActive, setIsActive
 
Methods inherited from class com.borland.sctm.ws.administration.entities.NamedEntity
getDescription, getName, setDescription, setName
 
Methods inherited from class com.borland.sctm.ws.administration.entities.Entity
getId, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationDetails

public LocationDetails()

LocationDetails

public LocationDetails(int id,
                       java.lang.String name,
                       java.lang.String description,
                       boolean isActive,
                       boolean useCentralProxy,
                       int proxyType,
                       java.lang.String proxyHostName,
                       int proxyPort)
Method Detail

isUseCentralProxy

public boolean isUseCentralProxy()
Gets the useCentralProxy value for this LocationDetails.

Returns:
useCentralProxy

setUseCentralProxy

public void setUseCentralProxy(boolean useCentralProxy)
Sets the useCentralProxy value for this LocationDetails.

Parameters:
useCentralProxy -

getProxyType

public int getProxyType()
Gets the proxyType value for this LocationDetails.

Returns:
proxyType

setProxyType

public void setProxyType(int proxyType)
Sets the proxyType value for this LocationDetails.

Parameters:
proxyType -

getProxyHostName

public java.lang.String getProxyHostName()
Gets the proxyHostName value for this LocationDetails.

Returns:
proxyHostName

setProxyHostName

public void setProxyHostName(java.lang.String proxyHostName)
Sets the proxyHostName value for this LocationDetails.

Parameters:
proxyHostName -

getProxyPort

public int getProxyPort()
Gets the proxyPort value for this LocationDetails.

Returns:
proxyPort

setProxyPort

public void setProxyPort(int proxyPort)
Sets the proxyPort value for this LocationDetails.

Parameters:
proxyPort -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Location

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.