com.liferay.client.soap.portal.model
Class CompanySoap

java.lang.Object
  extended by com.liferay.client.soap.portal.model.CompanySoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CompanySoap()
           
CompanySoap(long accountId, long companyId, java.lang.String homeURL, java.lang.String key, long logoId, java.lang.String mx, long primaryKey, boolean system, java.lang.String virtualHost, java.lang.String webId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getAccountId()
          Gets the accountId value for this CompanySoap.
 long getCompanyId()
          Gets the companyId value for this CompanySoap.
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 getHomeURL()
          Gets the homeURL value for this CompanySoap.
 java.lang.String getKey()
          Gets the key value for this CompanySoap.
 long getLogoId()
          Gets the logoId value for this CompanySoap.
 java.lang.String getMx()
          Gets the mx value for this CompanySoap.
 long getPrimaryKey()
          Gets the primaryKey value for this CompanySoap.
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 getVirtualHost()
          Gets the virtualHost value for this CompanySoap.
 java.lang.String getWebId()
          Gets the webId value for this CompanySoap.
 int hashCode()
           
 boolean isSystem()
          Gets the system value for this CompanySoap.
 void setAccountId(long accountId)
          Sets the accountId value for this CompanySoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this CompanySoap.
 void setHomeURL(java.lang.String homeURL)
          Sets the homeURL value for this CompanySoap.
 void setKey(java.lang.String key)
          Sets the key value for this CompanySoap.
 void setLogoId(long logoId)
          Sets the logoId value for this CompanySoap.
 void setMx(java.lang.String mx)
          Sets the mx value for this CompanySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this CompanySoap.
 void setSystem(boolean system)
          Sets the system value for this CompanySoap.
 void setVirtualHost(java.lang.String virtualHost)
          Sets the virtualHost value for this CompanySoap.
 void setWebId(java.lang.String webId)
          Sets the webId value for this CompanySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompanySoap

public CompanySoap()

CompanySoap

public CompanySoap(long accountId,
                   long companyId,
                   java.lang.String homeURL,
                   java.lang.String key,
                   long logoId,
                   java.lang.String mx,
                   long primaryKey,
                   boolean system,
                   java.lang.String virtualHost,
                   java.lang.String webId)
Method Detail

getAccountId

public long getAccountId()
Gets the accountId value for this CompanySoap.

Returns:
accountId

setAccountId

public void setAccountId(long accountId)
Sets the accountId value for this CompanySoap.

Parameters:
accountId -

getCompanyId

public long getCompanyId()
Gets the companyId value for this CompanySoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this CompanySoap.

Parameters:
companyId -

getHomeURL

public java.lang.String getHomeURL()
Gets the homeURL value for this CompanySoap.

Returns:
homeURL

setHomeURL

public void setHomeURL(java.lang.String homeURL)
Sets the homeURL value for this CompanySoap.

Parameters:
homeURL -

getKey

public java.lang.String getKey()
Gets the key value for this CompanySoap.

Returns:
key

setKey

public void setKey(java.lang.String key)
Sets the key value for this CompanySoap.

Parameters:
key -

getLogoId

public long getLogoId()
Gets the logoId value for this CompanySoap.

Returns:
logoId

setLogoId

public void setLogoId(long logoId)
Sets the logoId value for this CompanySoap.

Parameters:
logoId -

getMx

public java.lang.String getMx()
Gets the mx value for this CompanySoap.

Returns:
mx

setMx

public void setMx(java.lang.String mx)
Sets the mx value for this CompanySoap.

Parameters:
mx -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this CompanySoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this CompanySoap.

Parameters:
primaryKey -

isSystem

public boolean isSystem()
Gets the system value for this CompanySoap.

Returns:
system

setSystem

public void setSystem(boolean system)
Sets the system value for this CompanySoap.

Parameters:
system -

getVirtualHost

public java.lang.String getVirtualHost()
Gets the virtualHost value for this CompanySoap.

Returns:
virtualHost

setVirtualHost

public void setVirtualHost(java.lang.String virtualHost)
Sets the virtualHost value for this CompanySoap.

Parameters:
virtualHost -

getWebId

public java.lang.String getWebId()
Gets the webId value for this CompanySoap.

Returns:
webId

setWebId

public void setWebId(java.lang.String webId)
Sets the webId value for this CompanySoap.

Parameters:
webId -

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