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

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

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

See Also:
Serialized Form

Constructor Summary
OrganizationSoap()
           
OrganizationSoap(java.lang.String comments, long companyId, long countryId, long leftOrganizationId, java.lang.String name, long organizationId, long parentOrganizationId, long primaryKey, boolean recursable, long regionId, long rightOrganizationId, int statusId, java.lang.String type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getComments()
          Gets the comments value for this OrganizationSoap.
 long getCompanyId()
          Gets the companyId value for this OrganizationSoap.
 long getCountryId()
          Gets the countryId value for this OrganizationSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getLeftOrganizationId()
          Gets the leftOrganizationId value for this OrganizationSoap.
 java.lang.String getName()
          Gets the name value for this OrganizationSoap.
 long getOrganizationId()
          Gets the organizationId value for this OrganizationSoap.
 long getParentOrganizationId()
          Gets the parentOrganizationId value for this OrganizationSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this OrganizationSoap.
 long getRegionId()
          Gets the regionId value for this OrganizationSoap.
 long getRightOrganizationId()
          Gets the rightOrganizationId value for this OrganizationSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStatusId()
          Gets the statusId value for this OrganizationSoap.
 java.lang.String getType()
          Gets the type value for this OrganizationSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isRecursable()
          Gets the recursable value for this OrganizationSoap.
 void setComments(java.lang.String comments)
          Sets the comments value for this OrganizationSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this OrganizationSoap.
 void setCountryId(long countryId)
          Sets the countryId value for this OrganizationSoap.
 void setLeftOrganizationId(long leftOrganizationId)
          Sets the leftOrganizationId value for this OrganizationSoap.
 void setName(java.lang.String name)
          Sets the name value for this OrganizationSoap.
 void setOrganizationId(long organizationId)
          Sets the organizationId value for this OrganizationSoap.
 void setParentOrganizationId(long parentOrganizationId)
          Sets the parentOrganizationId value for this OrganizationSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this OrganizationSoap.
 void setRecursable(boolean recursable)
          Sets the recursable value for this OrganizationSoap.
 void setRegionId(long regionId)
          Sets the regionId value for this OrganizationSoap.
 void setRightOrganizationId(long rightOrganizationId)
          Sets the rightOrganizationId value for this OrganizationSoap.
 void setStatusId(int statusId)
          Sets the statusId value for this OrganizationSoap.
 void setType(java.lang.String type)
          Sets the type value for this OrganizationSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationSoap

public OrganizationSoap()

OrganizationSoap

public OrganizationSoap(java.lang.String comments,
                        long companyId,
                        long countryId,
                        long leftOrganizationId,
                        java.lang.String name,
                        long organizationId,
                        long parentOrganizationId,
                        long primaryKey,
                        boolean recursable,
                        long regionId,
                        long rightOrganizationId,
                        int statusId,
                        java.lang.String type)
Method Detail

getComments

public java.lang.String getComments()
Gets the comments value for this OrganizationSoap.

Returns:
comments

setComments

public void setComments(java.lang.String comments)
Sets the comments value for this OrganizationSoap.

Parameters:
comments -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCountryId

public long getCountryId()
Gets the countryId value for this OrganizationSoap.

Returns:
countryId

setCountryId

public void setCountryId(long countryId)
Sets the countryId value for this OrganizationSoap.

Parameters:
countryId -

getLeftOrganizationId

public long getLeftOrganizationId()
Gets the leftOrganizationId value for this OrganizationSoap.

Returns:
leftOrganizationId

setLeftOrganizationId

public void setLeftOrganizationId(long leftOrganizationId)
Sets the leftOrganizationId value for this OrganizationSoap.

Parameters:
leftOrganizationId -

getName

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

Returns:
name

setName

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

Parameters:
name -

getOrganizationId

public long getOrganizationId()
Gets the organizationId value for this OrganizationSoap.

Returns:
organizationId

setOrganizationId

public void setOrganizationId(long organizationId)
Sets the organizationId value for this OrganizationSoap.

Parameters:
organizationId -

getParentOrganizationId

public long getParentOrganizationId()
Gets the parentOrganizationId value for this OrganizationSoap.

Returns:
parentOrganizationId

setParentOrganizationId

public void setParentOrganizationId(long parentOrganizationId)
Sets the parentOrganizationId value for this OrganizationSoap.

Parameters:
parentOrganizationId -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

isRecursable

public boolean isRecursable()
Gets the recursable value for this OrganizationSoap.

Returns:
recursable

setRecursable

public void setRecursable(boolean recursable)
Sets the recursable value for this OrganizationSoap.

Parameters:
recursable -

getRegionId

public long getRegionId()
Gets the regionId value for this OrganizationSoap.

Returns:
regionId

setRegionId

public void setRegionId(long regionId)
Sets the regionId value for this OrganizationSoap.

Parameters:
regionId -

getRightOrganizationId

public long getRightOrganizationId()
Gets the rightOrganizationId value for this OrganizationSoap.

Returns:
rightOrganizationId

setRightOrganizationId

public void setRightOrganizationId(long rightOrganizationId)
Sets the rightOrganizationId value for this OrganizationSoap.

Parameters:
rightOrganizationId -

getStatusId

public int getStatusId()
Gets the statusId value for this OrganizationSoap.

Returns:
statusId

setStatusId

public void setStatusId(int statusId)
Sets the statusId value for this OrganizationSoap.

Parameters:
statusId -

getType

public java.lang.String getType()
Gets the type value for this OrganizationSoap.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this OrganizationSoap.

Parameters:
type -

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