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

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

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

See Also:
Serialized Form

Constructor Summary
ExpandoTableSoap()
           
ExpandoTableSoap(long classNameId, java.lang.String name, long primaryKey, long tableId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getClassNameId()
          Gets the classNameId value for this ExpandoTableSoap.
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 ExpandoTableSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this ExpandoTableSoap.
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 ExpandoTableSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setClassNameId(long classNameId)
          Sets the classNameId value for this ExpandoTableSoap.
 void setName(java.lang.String name)
          Sets the name value for this ExpandoTableSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this ExpandoTableSoap.
 void setTableId(long tableId)
          Sets the tableId value for this ExpandoTableSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoTableSoap

public ExpandoTableSoap()

ExpandoTableSoap

public ExpandoTableSoap(long classNameId,
                        java.lang.String name,
                        long primaryKey,
                        long tableId)
Method Detail

getClassNameId

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

Returns:
classNameId

setClassNameId

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

Parameters:
classNameId -

getName

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

Returns:
name

setName

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

Parameters:
name -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getTableId

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

Returns:
tableId

setTableId

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

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