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

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

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

See Also:
Serialized Form

Constructor Summary
ExpandoColumnSoap()
           
ExpandoColumnSoap(long columnId, long companyId, java.lang.String defaultData, java.lang.String name, long primaryKey, long tableId, int type, java.lang.String typeSettings)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getColumnId()
          Gets the columnId value for this ExpandoColumnSoap.
 long getCompanyId()
          Gets the companyId value for this ExpandoColumnSoap.
 java.lang.String getDefaultData()
          Gets the defaultData value for this ExpandoColumnSoap.
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 ExpandoColumnSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this ExpandoColumnSoap.
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 ExpandoColumnSoap.
 int getType()
          Gets the type value for this ExpandoColumnSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getTypeSettings()
          Gets the typeSettings value for this ExpandoColumnSoap.
 int hashCode()
           
 void setColumnId(long columnId)
          Sets the columnId value for this ExpandoColumnSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this ExpandoColumnSoap.
 void setDefaultData(java.lang.String defaultData)
          Sets the defaultData value for this ExpandoColumnSoap.
 void setName(java.lang.String name)
          Sets the name value for this ExpandoColumnSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this ExpandoColumnSoap.
 void setTableId(long tableId)
          Sets the tableId value for this ExpandoColumnSoap.
 void setType(int type)
          Sets the type value for this ExpandoColumnSoap.
 void setTypeSettings(java.lang.String typeSettings)
          Sets the typeSettings value for this ExpandoColumnSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandoColumnSoap

public ExpandoColumnSoap()

ExpandoColumnSoap

public ExpandoColumnSoap(long columnId,
                         long companyId,
                         java.lang.String defaultData,
                         java.lang.String name,
                         long primaryKey,
                         long tableId,
                         int type,
                         java.lang.String typeSettings)
Method Detail

getColumnId

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

Returns:
columnId

setColumnId

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

Parameters:
columnId -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getDefaultData

public java.lang.String getDefaultData()
Gets the defaultData value for this ExpandoColumnSoap.

Returns:
defaultData

setDefaultData

public void setDefaultData(java.lang.String defaultData)
Sets the defaultData value for this ExpandoColumnSoap.

Parameters:
defaultData -

getName

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

Returns:
name

setName

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

Parameters:
name -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getTableId

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

Returns:
tableId

setTableId

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

Parameters:
tableId -

getType

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

Returns:
type

setType

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

Parameters:
type -

getTypeSettings

public java.lang.String getTypeSettings()
Gets the typeSettings value for this ExpandoColumnSoap.

Returns:
typeSettings

setTypeSettings

public void setTypeSettings(java.lang.String typeSettings)
Sets the typeSettings value for this ExpandoColumnSoap.

Parameters:
typeSettings -

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