com.liferay.client.soap.portlet.dynamicdatamapping.model
Class DDMTemplateSoap

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

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

See Also:
Serialized Form

Constructor Summary
DDMTemplateSoap()
           
DDMTemplateSoap(long companyId, java.util.Calendar createDate, java.lang.String description, long groupId, java.lang.String language, java.lang.String mode, java.util.Calendar modifiedDate, java.lang.String name, long primaryKey, java.lang.String script, long structureId, long templateId, java.lang.String type, long userId, java.lang.String userName, java.lang.String uuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this DDMTemplateSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this DDMTemplateSoap.
 java.lang.String getDescription()
          Gets the description value for this DDMTemplateSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getGroupId()
          Gets the groupId value for this DDMTemplateSoap.
 java.lang.String getLanguage()
          Gets the language value for this DDMTemplateSoap.
 java.lang.String getMode()
          Gets the mode value for this DDMTemplateSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this DDMTemplateSoap.
 java.lang.String getName()
          Gets the name value for this DDMTemplateSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this DDMTemplateSoap.
 java.lang.String getScript()
          Gets the script value for this DDMTemplateSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getStructureId()
          Gets the structureId value for this DDMTemplateSoap.
 long getTemplateId()
          Gets the templateId value for this DDMTemplateSoap.
 java.lang.String getType()
          Gets the type value for this DDMTemplateSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this DDMTemplateSoap.
 java.lang.String getUserName()
          Gets the userName value for this DDMTemplateSoap.
 java.lang.String getUuid()
          Gets the uuid value for this DDMTemplateSoap.
 int hashCode()
           
 void setCompanyId(long companyId)
          Sets the companyId value for this DDMTemplateSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this DDMTemplateSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this DDMTemplateSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this DDMTemplateSoap.
 void setLanguage(java.lang.String language)
          Sets the language value for this DDMTemplateSoap.
 void setMode(java.lang.String mode)
          Sets the mode value for this DDMTemplateSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this DDMTemplateSoap.
 void setName(java.lang.String name)
          Sets the name value for this DDMTemplateSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this DDMTemplateSoap.
 void setScript(java.lang.String script)
          Sets the script value for this DDMTemplateSoap.
 void setStructureId(long structureId)
          Sets the structureId value for this DDMTemplateSoap.
 void setTemplateId(long templateId)
          Sets the templateId value for this DDMTemplateSoap.
 void setType(java.lang.String type)
          Sets the type value for this DDMTemplateSoap.
 void setUserId(long userId)
          Sets the userId value for this DDMTemplateSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this DDMTemplateSoap.
 void setUuid(java.lang.String uuid)
          Sets the uuid value for this DDMTemplateSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMTemplateSoap

public DDMTemplateSoap()

DDMTemplateSoap

public DDMTemplateSoap(long companyId,
                       java.util.Calendar createDate,
                       java.lang.String description,
                       long groupId,
                       java.lang.String language,
                       java.lang.String mode,
                       java.util.Calendar modifiedDate,
                       java.lang.String name,
                       long primaryKey,
                       java.lang.String script,
                       long structureId,
                       long templateId,
                       java.lang.String type,
                       long userId,
                       java.lang.String userName,
                       java.lang.String uuid)
Method Detail

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this DDMTemplateSoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this DDMTemplateSoap.

Parameters:
createDate -

getDescription

public java.lang.String getDescription()
Gets the description value for this DDMTemplateSoap.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this DDMTemplateSoap.

Parameters:
description -

getGroupId

public long getGroupId()
Gets the groupId value for this DDMTemplateSoap.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this DDMTemplateSoap.

Parameters:
groupId -

getLanguage

public java.lang.String getLanguage()
Gets the language value for this DDMTemplateSoap.

Returns:
language

setLanguage

public void setLanguage(java.lang.String language)
Sets the language value for this DDMTemplateSoap.

Parameters:
language -

getMode

public java.lang.String getMode()
Gets the mode value for this DDMTemplateSoap.

Returns:
mode

setMode

public void setMode(java.lang.String mode)
Sets the mode value for this DDMTemplateSoap.

Parameters:
mode -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this DDMTemplateSoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this DDMTemplateSoap.

Parameters:
modifiedDate -

getName

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

Returns:
name

setName

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

Parameters:
name -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getScript

public java.lang.String getScript()
Gets the script value for this DDMTemplateSoap.

Returns:
script

setScript

public void setScript(java.lang.String script)
Sets the script value for this DDMTemplateSoap.

Parameters:
script -

getStructureId

public long getStructureId()
Gets the structureId value for this DDMTemplateSoap.

Returns:
structureId

setStructureId

public void setStructureId(long structureId)
Sets the structureId value for this DDMTemplateSoap.

Parameters:
structureId -

getTemplateId

public long getTemplateId()
Gets the templateId value for this DDMTemplateSoap.

Returns:
templateId

setTemplateId

public void setTemplateId(long templateId)
Sets the templateId value for this DDMTemplateSoap.

Parameters:
templateId -

getType

public java.lang.String getType()
Gets the type value for this DDMTemplateSoap.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this DDMTemplateSoap.

Parameters:
type -

getUserId

public long getUserId()
Gets the userId value for this DDMTemplateSoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this DDMTemplateSoap.

Parameters:
userId -

getUserName

public java.lang.String getUserName()
Gets the userName value for this DDMTemplateSoap.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this DDMTemplateSoap.

Parameters:
userName -

getUuid

public java.lang.String getUuid()
Gets the uuid value for this DDMTemplateSoap.

Returns:
uuid

setUuid

public void setUuid(java.lang.String uuid)
Sets the uuid value for this DDMTemplateSoap.

Parameters:
uuid -

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