com.liferay.client.soap.portlet.expando.model
Class ExpandoValueSoap

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

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

See Also:
Serialized Form

Constructor Summary
ExpandoValueSoap()
           
ExpandoValueSoap(long classNameId, long classPK, long columnId, long companyId, java.lang.String data, long primaryKey, long rowId, long tableId, long valueId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getClassNameId()
          Gets the classNameId value for this ExpandoValueSoap.
 long getClassPK()
          Gets the classPK value for this ExpandoValueSoap.
 long getColumnId()
          Gets the columnId value for this ExpandoValueSoap.
 long getCompanyId()
          Gets the companyId value for this ExpandoValueSoap.
 java.lang.String getData()
          Gets the data value for this ExpandoValueSoap.
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 ExpandoValueSoap.
 long getRowId()
          Gets the rowId value for this ExpandoValueSoap.
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 ExpandoValueSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getValueId()
          Gets the valueId value for this ExpandoValueSoap.
 int hashCode()
           
 void setClassNameId(long classNameId)
          Sets the classNameId value for this ExpandoValueSoap.
 void setClassPK(long classPK)
          Sets the classPK value for this ExpandoValueSoap.
 void setColumnId(long columnId)
          Sets the columnId value for this ExpandoValueSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this ExpandoValueSoap.
 void setData(java.lang.String data)
          Sets the data value for this ExpandoValueSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this ExpandoValueSoap.
 void setRowId(long rowId)
          Sets the rowId value for this ExpandoValueSoap.
 void setTableId(long tableId)
          Sets the tableId value for this ExpandoValueSoap.
 void setValueId(long valueId)
          Sets the valueId value for this ExpandoValueSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoValueSoap

public ExpandoValueSoap()

ExpandoValueSoap

public ExpandoValueSoap(long classNameId,
                        long classPK,
                        long columnId,
                        long companyId,
                        java.lang.String data,
                        long primaryKey,
                        long rowId,
                        long tableId,
                        long valueId)
Method Detail

getClassNameId

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

Returns:
classNameId

setClassNameId

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

Parameters:
classNameId -

getClassPK

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

Returns:
classPK

setClassPK

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

Parameters:
classPK -

getColumnId

public long getColumnId()
Gets the columnId value for this ExpandoValueSoap.

Returns:
columnId

setColumnId

public void setColumnId(long columnId)
Sets the columnId value for this ExpandoValueSoap.

Parameters:
columnId -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getData

public java.lang.String getData()
Gets the data value for this ExpandoValueSoap.

Returns:
data

setData

public void setData(java.lang.String data)
Sets the data value for this ExpandoValueSoap.

Parameters:
data -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getRowId

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

Returns:
rowId

setRowId

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

Parameters:
rowId -

getTableId

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

Returns:
tableId

setTableId

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

Parameters:
tableId -

getValueId

public long getValueId()
Gets the valueId value for this ExpandoValueSoap.

Returns:
valueId

setValueId

public void setValueId(long valueId)
Sets the valueId value for this ExpandoValueSoap.

Parameters:
valueId -

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