public class AssetCategoryPropertySoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AssetCategoryPropertySoap() |
AssetCategoryPropertySoap(long categoryId,
long categoryPropertyId,
long companyId,
java.util.Calendar createDate,
java.lang.String key,
java.util.Calendar modifiedDate,
long primaryKey,
long userId,
java.lang.String userName,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCategoryId()
Gets the categoryId value for this AssetCategoryPropertySoap.
|
long |
getCategoryPropertyId()
Gets the categoryPropertyId value for this AssetCategoryPropertySoap.
|
long |
getCompanyId()
Gets the companyId value for this AssetCategoryPropertySoap.
|
java.util.Calendar |
getCreateDate()
Gets the createDate value for this AssetCategoryPropertySoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getKey()
Gets the key value for this AssetCategoryPropertySoap.
|
java.util.Calendar |
getModifiedDate()
Gets the modifiedDate value for this AssetCategoryPropertySoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this AssetCategoryPropertySoap.
|
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 |
getUserId()
Gets the userId value for this AssetCategoryPropertySoap.
|
java.lang.String |
getUserName()
Gets the userName value for this AssetCategoryPropertySoap.
|
java.lang.String |
getValue()
Gets the value value for this AssetCategoryPropertySoap.
|
int |
hashCode() |
void |
setCategoryId(long categoryId)
Sets the categoryId value for this AssetCategoryPropertySoap.
|
void |
setCategoryPropertyId(long categoryPropertyId)
Sets the categoryPropertyId value for this AssetCategoryPropertySoap.
|
void |
setCompanyId(long companyId)
Sets the companyId value for this AssetCategoryPropertySoap.
|
void |
setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this AssetCategoryPropertySoap.
|
void |
setKey(java.lang.String key)
Sets the key value for this AssetCategoryPropertySoap.
|
void |
setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this AssetCategoryPropertySoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this AssetCategoryPropertySoap.
|
void |
setUserId(long userId)
Sets the userId value for this AssetCategoryPropertySoap.
|
void |
setUserName(java.lang.String userName)
Sets the userName value for this AssetCategoryPropertySoap.
|
void |
setValue(java.lang.String value)
Sets the value value for this AssetCategoryPropertySoap.
|
public AssetCategoryPropertySoap()
public AssetCategoryPropertySoap(long categoryId,
long categoryPropertyId,
long companyId,
java.util.Calendar createDate,
java.lang.String key,
java.util.Calendar modifiedDate,
long primaryKey,
long userId,
java.lang.String userName,
java.lang.String value)
public long getCategoryId()
public void setCategoryId(long categoryId)
categoryId - public long getCategoryPropertyId()
public void setCategoryPropertyId(long categoryPropertyId)
categoryPropertyId - 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 getKey()
public void setKey(java.lang.String key)
key - public java.util.Calendar getModifiedDate()
public void setModifiedDate(java.util.Calendar modifiedDate)
modifiedDate - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - 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 getValue()
public void setValue(java.lang.String value)
value - 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)