com.liferay.client.portlet.expando.model
Class ExpandoRowSoap

java.lang.Object
  extended by com.liferay.client.portlet.expando.model.ExpandoRowSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ExpandoRowSoap()
           
ExpandoRowSoap(long primaryKey, long rowId, long tableId)
           
 
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
 long getPrimaryKey()
          Gets the primaryKey value for this ExpandoRowSoap.
 long getRowId()
          Gets the rowId value for this ExpandoRowSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getTableId()
          Gets the tableId value for this ExpandoRowSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this ExpandoRowSoap.
 void setRowId(long rowId)
          Sets the rowId value for this ExpandoRowSoap.
 void setTableId(long tableId)
          Sets the tableId value for this ExpandoRowSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoRowSoap

public ExpandoRowSoap()

ExpandoRowSoap

public ExpandoRowSoap(long primaryKey,
                      long rowId,
                      long tableId)
Method Detail

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getRowId

public long getRowId()
Gets the rowId value for this ExpandoRowSoap.

Returns:
rowId

setRowId

public void setRowId(long rowId)
Sets the rowId value for this ExpandoRowSoap.

Parameters:
rowId -

getTableId

public long getTableId()
Gets the tableId value for this ExpandoRowSoap.

Returns:
tableId

setTableId

public void setTableId(long tableId)
Sets the tableId value for this ExpandoRowSoap.

Parameters:
tableId -

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