com.liferay.client.soap.portlet.journal.model
Class JournalTemplateSoap

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

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

See Also:
Serialized Form

Constructor Summary
JournalTemplateSoap()
           
JournalTemplateSoap(boolean cacheable, long companyId, java.util.Calendar createDate, java.lang.String description, long groupId, long id, java.lang.String langType, java.util.Calendar modifiedDate, java.lang.String name, long primaryKey, boolean smallImage, long smallImageId, java.lang.String smallImageURL, java.lang.String structureId, java.lang.String templateId, long userId, java.lang.String userName, java.lang.String uuid, java.lang.String xsl)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this JournalTemplateSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this JournalTemplateSoap.
 java.lang.String getDescription()
          Gets the description value for this JournalTemplateSoap.
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 JournalTemplateSoap.
 long getId()
          Gets the id value for this JournalTemplateSoap.
 java.lang.String getLangType()
          Gets the langType value for this JournalTemplateSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this JournalTemplateSoap.
 java.lang.String getName()
          Gets the name value for this JournalTemplateSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this JournalTemplateSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getSmallImageId()
          Gets the smallImageId value for this JournalTemplateSoap.
 java.lang.String getSmallImageURL()
          Gets the smallImageURL value for this JournalTemplateSoap.
 java.lang.String getStructureId()
          Gets the structureId value for this JournalTemplateSoap.
 java.lang.String getTemplateId()
          Gets the templateId value for this JournalTemplateSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this JournalTemplateSoap.
 java.lang.String getUserName()
          Gets the userName value for this JournalTemplateSoap.
 java.lang.String getUuid()
          Gets the uuid value for this JournalTemplateSoap.
 java.lang.String getXsl()
          Gets the xsl value for this JournalTemplateSoap.
 int hashCode()
           
 boolean isCacheable()
          Gets the cacheable value for this JournalTemplateSoap.
 boolean isSmallImage()
          Gets the smallImage value for this JournalTemplateSoap.
 void setCacheable(boolean cacheable)
          Sets the cacheable value for this JournalTemplateSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this JournalTemplateSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this JournalTemplateSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this JournalTemplateSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this JournalTemplateSoap.
 void setId(long id)
          Sets the id value for this JournalTemplateSoap.
 void setLangType(java.lang.String langType)
          Sets the langType value for this JournalTemplateSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this JournalTemplateSoap.
 void setName(java.lang.String name)
          Sets the name value for this JournalTemplateSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this JournalTemplateSoap.
 void setSmallImage(boolean smallImage)
          Sets the smallImage value for this JournalTemplateSoap.
 void setSmallImageId(long smallImageId)
          Sets the smallImageId value for this JournalTemplateSoap.
 void setSmallImageURL(java.lang.String smallImageURL)
          Sets the smallImageURL value for this JournalTemplateSoap.
 void setStructureId(java.lang.String structureId)
          Sets the structureId value for this JournalTemplateSoap.
 void setTemplateId(java.lang.String templateId)
          Sets the templateId value for this JournalTemplateSoap.
 void setUserId(long userId)
          Sets the userId value for this JournalTemplateSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this JournalTemplateSoap.
 void setUuid(java.lang.String uuid)
          Sets the uuid value for this JournalTemplateSoap.
 void setXsl(java.lang.String xsl)
          Sets the xsl value for this JournalTemplateSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalTemplateSoap

public JournalTemplateSoap()

JournalTemplateSoap

public JournalTemplateSoap(boolean cacheable,
                           long companyId,
                           java.util.Calendar createDate,
                           java.lang.String description,
                           long groupId,
                           long id,
                           java.lang.String langType,
                           java.util.Calendar modifiedDate,
                           java.lang.String name,
                           long primaryKey,
                           boolean smallImage,
                           long smallImageId,
                           java.lang.String smallImageURL,
                           java.lang.String structureId,
                           java.lang.String templateId,
                           long userId,
                           java.lang.String userName,
                           java.lang.String uuid,
                           java.lang.String xsl)
Method Detail

isCacheable

public boolean isCacheable()
Gets the cacheable value for this JournalTemplateSoap.

Returns:
cacheable

setCacheable

public void setCacheable(boolean cacheable)
Sets the cacheable value for this JournalTemplateSoap.

Parameters:
cacheable -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getId

public long getId()
Gets the id value for this JournalTemplateSoap.

Returns:
id

setId

public void setId(long id)
Sets the id value for this JournalTemplateSoap.

Parameters:
id -

getLangType

public java.lang.String getLangType()
Gets the langType value for this JournalTemplateSoap.

Returns:
langType

setLangType

public void setLangType(java.lang.String langType)
Sets the langType value for this JournalTemplateSoap.

Parameters:
langType -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getName

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

Returns:
name

setName

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

Parameters:
name -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

isSmallImage

public boolean isSmallImage()
Gets the smallImage value for this JournalTemplateSoap.

Returns:
smallImage

setSmallImage

public void setSmallImage(boolean smallImage)
Sets the smallImage value for this JournalTemplateSoap.

Parameters:
smallImage -

getSmallImageId

public long getSmallImageId()
Gets the smallImageId value for this JournalTemplateSoap.

Returns:
smallImageId

setSmallImageId

public void setSmallImageId(long smallImageId)
Sets the smallImageId value for this JournalTemplateSoap.

Parameters:
smallImageId -

getSmallImageURL

public java.lang.String getSmallImageURL()
Gets the smallImageURL value for this JournalTemplateSoap.

Returns:
smallImageURL

setSmallImageURL

public void setSmallImageURL(java.lang.String smallImageURL)
Sets the smallImageURL value for this JournalTemplateSoap.

Parameters:
smallImageURL -

getStructureId

public java.lang.String getStructureId()
Gets the structureId value for this JournalTemplateSoap.

Returns:
structureId

setStructureId

public void setStructureId(java.lang.String structureId)
Sets the structureId value for this JournalTemplateSoap.

Parameters:
structureId -

getTemplateId

public java.lang.String getTemplateId()
Gets the templateId value for this JournalTemplateSoap.

Returns:
templateId

setTemplateId

public void setTemplateId(java.lang.String templateId)
Sets the templateId value for this JournalTemplateSoap.

Parameters:
templateId -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getUuid

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

Returns:
uuid

setUuid

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

Parameters:
uuid -

getXsl

public java.lang.String getXsl()
Gets the xsl value for this JournalTemplateSoap.

Returns:
xsl

setXsl

public void setXsl(java.lang.String xsl)
Sets the xsl value for this JournalTemplateSoap.

Parameters:
xsl -

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