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

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

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

See Also:
Serialized Form

Constructor Summary
ResourceSoap()
           
ResourceSoap(long codeId, java.lang.String primKey, long primaryKey, long resourceId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCodeId()
          Gets the codeId value for this ResourceSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getPrimaryKey()
          Gets the primaryKey value for this ResourceSoap.
 java.lang.String getPrimKey()
          Gets the primKey value for this ResourceSoap.
 long getResourceId()
          Gets the resourceId value for this ResourceSoap.
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()
           
 void setCodeId(long codeId)
          Sets the codeId value for this ResourceSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this ResourceSoap.
 void setPrimKey(java.lang.String primKey)
          Sets the primKey value for this ResourceSoap.
 void setResourceId(long resourceId)
          Sets the resourceId value for this ResourceSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSoap

public ResourceSoap()

ResourceSoap

public ResourceSoap(long codeId,
                    java.lang.String primKey,
                    long primaryKey,
                    long resourceId)
Method Detail

getCodeId

public long getCodeId()
Gets the codeId value for this ResourceSoap.

Returns:
codeId

setCodeId

public void setCodeId(long codeId)
Sets the codeId value for this ResourceSoap.

Parameters:
codeId -

getPrimKey

public java.lang.String getPrimKey()
Gets the primKey value for this ResourceSoap.

Returns:
primKey

setPrimKey

public void setPrimKey(java.lang.String primKey)
Sets the primKey value for this ResourceSoap.

Parameters:
primKey -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getResourceId

public long getResourceId()
Gets the resourceId value for this ResourceSoap.

Returns:
resourceId

setResourceId

public void setResourceId(long resourceId)
Sets the resourceId value for this ResourceSoap.

Parameters:
resourceId -

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