|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.soap.portlet.journal.model.JournalTemplateSoap
public class JournalTemplateSoap
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 |
---|
public 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 |
---|
public boolean isCacheable()
public void setCacheable(boolean cacheable)
cacheable
- public long getCompanyId()
public void setCompanyId(long companyId)
companyId
- public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public long getGroupId()
public void setGroupId(long groupId)
groupId
- public long getId()
public void setId(long id)
id
- public java.lang.String getLangType()
public void setLangType(java.lang.String langType)
langType
- public java.util.Calendar getModifiedDate()
public void setModifiedDate(java.util.Calendar modifiedDate)
modifiedDate
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey
- public boolean isSmallImage()
public void setSmallImage(boolean smallImage)
smallImage
- public long getSmallImageId()
public void setSmallImageId(long smallImageId)
smallImageId
- public java.lang.String getSmallImageURL()
public void setSmallImageURL(java.lang.String smallImageURL)
smallImageURL
- public java.lang.String getStructureId()
public void setStructureId(java.lang.String structureId)
structureId
- public java.lang.String getTemplateId()
public void setTemplateId(java.lang.String templateId)
templateId
- public long getUserId()
public void setUserId(long userId)
userId
- public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName
- public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid
- public java.lang.String getXsl()
public void setXsl(java.lang.String xsl)
xsl
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |