org.squashtest.csp.core.bugtracker.mantis.binding
Class TagData

java.lang.Object
  extended by org.squashtest.csp.core.bugtracker.mantis.binding.TagData
All Implemented Interfaces:
Serializable

public class TagData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TagData()
           
TagData(BigInteger id, AccountData user_id, String name, String description, Calendar date_created, Calendar date_updated)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getDate_created()
          Gets the date_created value for this TagData.
 Calendar getDate_updated()
          Gets the date_updated value for this TagData.
 String getDescription()
          Gets the description value for this TagData.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 BigInteger getId()
          Gets the id value for this TagData.
 String getName()
          Gets the name value for this TagData.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 AccountData getUser_id()
          Gets the user_id value for this TagData.
 int hashCode()
           
 void setDate_created(Calendar date_created)
          Sets the date_created value for this TagData.
 void setDate_updated(Calendar date_updated)
          Sets the date_updated value for this TagData.
 void setDescription(String description)
          Sets the description value for this TagData.
 void setId(BigInteger id)
          Sets the id value for this TagData.
 void setName(String name)
          Sets the name value for this TagData.
 void setUser_id(AccountData user_id)
          Sets the user_id value for this TagData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagData

public TagData()

TagData

public TagData(BigInteger id,
               AccountData user_id,
               String name,
               String description,
               Calendar date_created,
               Calendar date_updated)
Method Detail

getId

public BigInteger getId()
Gets the id value for this TagData.

Returns:
id

setId

public void setId(BigInteger id)
Sets the id value for this TagData.

Parameters:
id -

getUser_id

public AccountData getUser_id()
Gets the user_id value for this TagData.

Returns:
user_id

setUser_id

public void setUser_id(AccountData user_id)
Sets the user_id value for this TagData.

Parameters:
user_id -

getName

public String getName()
Gets the name value for this TagData.

Returns:
name

setName

public void setName(String name)
Sets the name value for this TagData.

Parameters:
name -

getDescription

public String getDescription()
Gets the description value for this TagData.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this TagData.

Parameters:
description -

getDate_created

public Calendar getDate_created()
Gets the date_created value for this TagData.

Returns:
date_created

setDate_created

public void setDate_created(Calendar date_created)
Sets the date_created value for this TagData.

Parameters:
date_created -

getDate_updated

public Calendar getDate_updated()
Gets the date_updated value for this TagData.

Returns:
date_updated

setDate_updated

public void setDate_updated(Calendar date_updated)
Sets the date_updated value for this TagData.

Parameters:
date_updated -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.