public class AssetTagPropertySoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AssetTagPropertySoap() |
AssetTagPropertySoap(long companyId,
java.util.Calendar createDate,
java.lang.String key,
java.util.Calendar modifiedDate,
long primaryKey,
long tagId,
long tagPropertyId,
long userId,
java.lang.String userName,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Gets the companyId value for this AssetTagPropertySoap.
|
java.util.Calendar |
getCreateDate()
Gets the createDate value for this AssetTagPropertySoap.
|
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 AssetTagPropertySoap.
|
java.util.Calendar |
getModifiedDate()
Gets the modifiedDate value for this AssetTagPropertySoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this AssetTagPropertySoap.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
long |
getTagId()
Gets the tagId value for this AssetTagPropertySoap.
|
long |
getTagPropertyId()
Gets the tagPropertyId value for this AssetTagPropertySoap.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long |
getUserId()
Gets the userId value for this AssetTagPropertySoap.
|
java.lang.String |
getUserName()
Gets the userName value for this AssetTagPropertySoap.
|
java.lang.String |
getValue()
Gets the value value for this AssetTagPropertySoap.
|
int |
hashCode() |
void |
setCompanyId(long companyId)
Sets the companyId value for this AssetTagPropertySoap.
|
void |
setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this AssetTagPropertySoap.
|
void |
setKey(java.lang.String key)
Sets the key value for this AssetTagPropertySoap.
|
void |
setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this AssetTagPropertySoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this AssetTagPropertySoap.
|
void |
setTagId(long tagId)
Sets the tagId value for this AssetTagPropertySoap.
|
void |
setTagPropertyId(long tagPropertyId)
Sets the tagPropertyId value for this AssetTagPropertySoap.
|
void |
setUserId(long userId)
Sets the userId value for this AssetTagPropertySoap.
|
void |
setUserName(java.lang.String userName)
Sets the userName value for this AssetTagPropertySoap.
|
void |
setValue(java.lang.String value)
Sets the value value for this AssetTagPropertySoap.
|
public AssetTagPropertySoap()
public AssetTagPropertySoap(long companyId,
java.util.Calendar createDate,
java.lang.String key,
java.util.Calendar modifiedDate,
long primaryKey,
long tagId,
long tagPropertyId,
long userId,
java.lang.String userName,
java.lang.String value)
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 getTagId()
public void setTagId(long tagId)
tagId - public long getTagPropertyId()
public void setTagPropertyId(long tagPropertyId)
tagPropertyId - 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)