com.liferay.client.soap.portal.model
Class WebsiteSoap

java.lang.Object
  extended by com.liferay.client.soap.portal.model.WebsiteSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
WebsiteSoap()
           
WebsiteSoap(long classNameId, long classPK, long companyId, java.util.Calendar createDate, java.util.Calendar modifiedDate, boolean primary, long primaryKey, int typeId, java.lang.String url, long userId, java.lang.String userName, long websiteId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getClassNameId()
          Gets the classNameId value for this WebsiteSoap.
 long getClassPK()
          Gets the classPK value for this WebsiteSoap.
 long getCompanyId()
          Gets the companyId value for this WebsiteSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this WebsiteSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this WebsiteSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this WebsiteSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getTypeId()
          Gets the typeId value for this WebsiteSoap.
 java.lang.String getUrl()
          Gets the url value for this WebsiteSoap.
 long getUserId()
          Gets the userId value for this WebsiteSoap.
 java.lang.String getUserName()
          Gets the userName value for this WebsiteSoap.
 long getWebsiteId()
          Gets the websiteId value for this WebsiteSoap.
 int hashCode()
           
 boolean isPrimary()
          Gets the primary value for this WebsiteSoap.
 void setClassNameId(long classNameId)
          Sets the classNameId value for this WebsiteSoap.
 void setClassPK(long classPK)
          Sets the classPK value for this WebsiteSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this WebsiteSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this WebsiteSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this WebsiteSoap.
 void setPrimary(boolean primary)
          Sets the primary value for this WebsiteSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this WebsiteSoap.
 void setTypeId(int typeId)
          Sets the typeId value for this WebsiteSoap.
 void setUrl(java.lang.String url)
          Sets the url value for this WebsiteSoap.
 void setUserId(long userId)
          Sets the userId value for this WebsiteSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this WebsiteSoap.
 void setWebsiteId(long websiteId)
          Sets the websiteId value for this WebsiteSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebsiteSoap

public WebsiteSoap()

WebsiteSoap

public WebsiteSoap(long classNameId,
                   long classPK,
                   long companyId,
                   java.util.Calendar createDate,
                   java.util.Calendar modifiedDate,
                   boolean primary,
                   long primaryKey,
                   int typeId,
                   java.lang.String url,
                   long userId,
                   java.lang.String userName,
                   long websiteId)
Method Detail

getClassNameId

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

Returns:
classNameId

setClassNameId

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

Parameters:
classNameId -

getClassPK

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

Returns:
classPK

setClassPK

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

Parameters:
classPK -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

isPrimary

public boolean isPrimary()
Gets the primary value for this WebsiteSoap.

Returns:
primary

setPrimary

public void setPrimary(boolean primary)
Sets the primary value for this WebsiteSoap.

Parameters:
primary -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getTypeId

public int getTypeId()
Gets the typeId value for this WebsiteSoap.

Returns:
typeId

setTypeId

public void setTypeId(int typeId)
Sets the typeId value for this WebsiteSoap.

Parameters:
typeId -

getUrl

public java.lang.String getUrl()
Gets the url value for this WebsiteSoap.

Returns:
url

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this WebsiteSoap.

Parameters:
url -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getWebsiteId

public long getWebsiteId()
Gets the websiteId value for this WebsiteSoap.

Returns:
websiteId

setWebsiteId

public void setWebsiteId(long websiteId)
Sets the websiteId value for this WebsiteSoap.

Parameters:
websiteId -

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