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

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

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

See Also:
Serialized Form

Constructor Summary
RoleSoap()
           
RoleSoap(long classNameId, long classPK, long companyId, java.lang.String description, java.lang.String name, long primaryKey, long roleId, java.lang.String subtype, java.lang.String title, int type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getClassNameId()
          Gets the classNameId value for this RoleSoap.
 long getClassPK()
          Gets the classPK value for this RoleSoap.
 long getCompanyId()
          Gets the companyId value for this RoleSoap.
 java.lang.String getDescription()
          Gets the description value for this RoleSoap.
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 getName()
          Gets the name value for this RoleSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this RoleSoap.
 long getRoleId()
          Gets the roleId value for this RoleSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSubtype()
          Gets the subtype value for this RoleSoap.
 java.lang.String getTitle()
          Gets the title value for this RoleSoap.
 int getType()
          Gets the type value for this RoleSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setClassNameId(long classNameId)
          Sets the classNameId value for this RoleSoap.
 void setClassPK(long classPK)
          Sets the classPK value for this RoleSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this RoleSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this RoleSoap.
 void setName(java.lang.String name)
          Sets the name value for this RoleSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this RoleSoap.
 void setRoleId(long roleId)
          Sets the roleId value for this RoleSoap.
 void setSubtype(java.lang.String subtype)
          Sets the subtype value for this RoleSoap.
 void setTitle(java.lang.String title)
          Sets the title value for this RoleSoap.
 void setType(int type)
          Sets the type value for this RoleSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleSoap

public RoleSoap()

RoleSoap

public RoleSoap(long classNameId,
                long classPK,
                long companyId,
                java.lang.String description,
                java.lang.String name,
                long primaryKey,
                long roleId,
                java.lang.String subtype,
                java.lang.String title,
                int type)
Method Detail

getClassNameId

public long getClassNameId()
Gets the classNameId value for this RoleSoap.

Returns:
classNameId

setClassNameId

public void setClassNameId(long classNameId)
Sets the classNameId value for this RoleSoap.

Parameters:
classNameId -

getClassPK

public long getClassPK()
Gets the classPK value for this RoleSoap.

Returns:
classPK

setClassPK

public void setClassPK(long classPK)
Sets the classPK value for this RoleSoap.

Parameters:
classPK -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getName

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

Returns:
name

setName

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

Parameters:
name -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getRoleId

public long getRoleId()
Gets the roleId value for this RoleSoap.

Returns:
roleId

setRoleId

public void setRoleId(long roleId)
Sets the roleId value for this RoleSoap.

Parameters:
roleId -

getSubtype

public java.lang.String getSubtype()
Gets the subtype value for this RoleSoap.

Returns:
subtype

setSubtype

public void setSubtype(java.lang.String subtype)
Sets the subtype value for this RoleSoap.

Parameters:
subtype -

getTitle

public java.lang.String getTitle()
Gets the title value for this RoleSoap.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this RoleSoap.

Parameters:
title -

getType

public int getType()
Gets the type value for this RoleSoap.

Returns:
type

setType

public void setType(int type)
Sets the type value for this RoleSoap.

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