public class WebsiteSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
WebsiteSoap() |
WebsiteSoap(long classNameId,
long classPK,
long companyId,
java.util.Calendar createDate,
java.util.Calendar modifiedDate,
long mvccVersion,
boolean primary,
long primaryKey,
long typeId,
java.lang.String url,
long userId,
java.lang.String userName,
java.lang.String uuid,
long websiteId) |
| Modifier and Type | Method and Description |
|---|---|
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 |
getMvccVersion()
Gets the mvccVersion 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
|
long |
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.
|
java.lang.String |
getUuid()
Gets the uuid 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 |
setMvccVersion(long mvccVersion)
Sets the mvccVersion 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(long 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 |
setUuid(java.lang.String uuid)
Sets the uuid value for this WebsiteSoap.
|
void |
setWebsiteId(long websiteId)
Sets the websiteId value for this WebsiteSoap.
|
public WebsiteSoap()
public WebsiteSoap(long classNameId,
long classPK,
long companyId,
java.util.Calendar createDate,
java.util.Calendar modifiedDate,
long mvccVersion,
boolean primary,
long primaryKey,
long typeId,
java.lang.String url,
long userId,
java.lang.String userName,
java.lang.String uuid,
long websiteId)
public long getClassNameId()
public void setClassNameId(long classNameId)
classNameId - public long getClassPK()
public void setClassPK(long classPK)
classPK - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate - public java.util.Calendar getModifiedDate()
public void setModifiedDate(java.util.Calendar modifiedDate)
modifiedDate - public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public boolean isPrimary()
public void setPrimary(boolean primary)
primary - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public long getTypeId()
public void setTypeId(long typeId)
typeId - public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - 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 long getWebsiteId()
public void setWebsiteId(long websiteId)
websiteId - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)