com.yahoo.marketing.apt
Class LibraryAdComment

java.lang.Object
  extended by com.yahoo.marketing.apt.LibraryAdComment
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String accountID
           
private  java.lang.String comment
           
private  java.lang.Long createdByUserID
           
private  java.lang.String createdByUserName
           
private  java.util.Calendar createTimestamp
           
private  java.lang.Long ID
           
private  java.lang.Long libraryAdID
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
LibraryAdComment()
           
LibraryAdComment(java.lang.Long ID, java.lang.String accountID, java.lang.String comment, java.util.Calendar createTimestamp, java.lang.Long createdByUserID, java.lang.String createdByUserName, java.lang.Long libraryAdID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountID()
          Gets the accountID value for this LibraryAdComment.
 java.lang.String getComment()
          Gets the comment value for this LibraryAdComment.
 java.lang.Long getCreatedByUserID()
          Gets the createdByUserID value for this LibraryAdComment.
 java.lang.String getCreatedByUserName()
          Gets the createdByUserName value for this LibraryAdComment.
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this LibraryAdComment.
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.Long getID()
          Gets the ID value for this LibraryAdComment.
 java.lang.Long getLibraryAdID()
          Gets the libraryAdID value for this LibraryAdComment.
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 hashCode()
           
 void setAccountID(java.lang.String accountID)
          Sets the accountID value for this LibraryAdComment.
 void setComment(java.lang.String comment)
          Sets the comment value for this LibraryAdComment.
 void setCreatedByUserID(java.lang.Long createdByUserID)
          Sets the createdByUserID value for this LibraryAdComment.
 void setCreatedByUserName(java.lang.String createdByUserName)
          Sets the createdByUserName value for this LibraryAdComment.
 void setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this LibraryAdComment.
 void setID(java.lang.Long ID)
          Sets the ID value for this LibraryAdComment.
 void setLibraryAdID(java.lang.Long libraryAdID)
          Sets the libraryAdID value for this LibraryAdComment.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

private java.lang.Long ID

accountID

private java.lang.String accountID

comment

private java.lang.String comment

createTimestamp

private java.util.Calendar createTimestamp

createdByUserID

private java.lang.Long createdByUserID

createdByUserName

private java.lang.String createdByUserName

libraryAdID

private java.lang.Long libraryAdID

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

LibraryAdComment

public LibraryAdComment()

LibraryAdComment

public LibraryAdComment(java.lang.Long ID,
                        java.lang.String accountID,
                        java.lang.String comment,
                        java.util.Calendar createTimestamp,
                        java.lang.Long createdByUserID,
                        java.lang.String createdByUserName,
                        java.lang.Long libraryAdID)
Method Detail

getID

public java.lang.Long getID()
Gets the ID value for this LibraryAdComment.

Returns:
ID

setID

public void setID(java.lang.Long ID)
Sets the ID value for this LibraryAdComment.

Parameters:
ID -

getAccountID

public java.lang.String getAccountID()
Gets the accountID value for this LibraryAdComment.

Returns:
accountID

setAccountID

public void setAccountID(java.lang.String accountID)
Sets the accountID value for this LibraryAdComment.

Parameters:
accountID -

getComment

public java.lang.String getComment()
Gets the comment value for this LibraryAdComment.

Returns:
comment

setComment

public void setComment(java.lang.String comment)
Sets the comment value for this LibraryAdComment.

Parameters:
comment -

getCreateTimestamp

public java.util.Calendar getCreateTimestamp()
Gets the createTimestamp value for this LibraryAdComment.

Returns:
createTimestamp

setCreateTimestamp

public void setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this LibraryAdComment.

Parameters:
createTimestamp -

getCreatedByUserID

public java.lang.Long getCreatedByUserID()
Gets the createdByUserID value for this LibraryAdComment.

Returns:
createdByUserID

setCreatedByUserID

public void setCreatedByUserID(java.lang.Long createdByUserID)
Sets the createdByUserID value for this LibraryAdComment.

Parameters:
createdByUserID -

getCreatedByUserName

public java.lang.String getCreatedByUserName()
Gets the createdByUserName value for this LibraryAdComment.

Returns:
createdByUserName

setCreatedByUserName

public void setCreatedByUserName(java.lang.String createdByUserName)
Sets the createdByUserName value for this LibraryAdComment.

Parameters:
createdByUserName -

getLibraryAdID

public java.lang.Long getLibraryAdID()
Gets the libraryAdID value for this LibraryAdComment.

Returns:
libraryAdID

setLibraryAdID

public void setLibraryAdID(java.lang.Long libraryAdID)
Sets the libraryAdID value for this LibraryAdComment.

Parameters:
libraryAdID -

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