com.yahoo.marketing.apt
Class LibraryCustomHTMLAd

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

public class LibraryCustomHTMLAd
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  AdFormat adFormat
           
private  java.lang.Long adSizeID
           
private  java.lang.Boolean associatedToAdGroup
           
private  java.util.Calendar createTimestamp
           
private  long[] creativeIDs
           
private  EditorialStatus editorialStatus
           
private  java.lang.Long folderID
           
private  java.lang.Long height
           
private  java.lang.String htmlTagWithMacros
           
private  java.lang.Long ID
           
private  java.lang.String impressionTrackingURL
           
private  java.util.Calendar lastUpdateTimestamp
           
private  java.lang.String name
           
private  LibraryAdStatus status
           
private  AdType type
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.Long width
           
 
Constructor Summary
LibraryCustomHTMLAd()
           
LibraryCustomHTMLAd(java.lang.Long ID, java.lang.String accountID, AdFormat adFormat, java.lang.Long adSizeID, java.lang.Boolean associatedToAdGroup, java.util.Calendar createTimestamp, long[] creativeIDs, EditorialStatus editorialStatus, java.lang.Long folderID, java.lang.Long height, java.lang.String htmlTagWithMacros, java.lang.String impressionTrackingURL, java.util.Calendar lastUpdateTimestamp, java.lang.String name, LibraryAdStatus status, AdType type, java.lang.Long width)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountID()
          Gets the accountID value for this LibraryCustomHTMLAd.
 AdFormat getAdFormat()
          Gets the adFormat value for this LibraryCustomHTMLAd.
 java.lang.Long getAdSizeID()
          Gets the adSizeID value for this LibraryCustomHTMLAd.
 java.lang.Boolean getAssociatedToAdGroup()
          Gets the associatedToAdGroup value for this LibraryCustomHTMLAd.
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this LibraryCustomHTMLAd.
 long[] getCreativeIDs()
          Gets the creativeIDs value for this LibraryCustomHTMLAd.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EditorialStatus getEditorialStatus()
          Gets the editorialStatus value for this LibraryCustomHTMLAd.
 java.lang.Long getFolderID()
          Gets the folderID value for this LibraryCustomHTMLAd.
 java.lang.Long getHeight()
          Gets the height value for this LibraryCustomHTMLAd.
 java.lang.String getHtmlTagWithMacros()
          Gets the htmlTagWithMacros value for this LibraryCustomHTMLAd.
 java.lang.Long getID()
          Gets the ID value for this LibraryCustomHTMLAd.
 java.lang.String getImpressionTrackingURL()
          Gets the impressionTrackingURL value for this LibraryCustomHTMLAd.
 java.util.Calendar getLastUpdateTimestamp()
          Gets the lastUpdateTimestamp value for this LibraryCustomHTMLAd.
 java.lang.String getName()
          Gets the name value for this LibraryCustomHTMLAd.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 LibraryAdStatus getStatus()
          Gets the status value for this LibraryCustomHTMLAd.
 AdType getType()
          Gets the type value for this LibraryCustomHTMLAd.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.Long getWidth()
          Gets the width value for this LibraryCustomHTMLAd.
 int hashCode()
           
 void setAccountID(java.lang.String accountID)
          Sets the accountID value for this LibraryCustomHTMLAd.
 void setAdFormat(AdFormat adFormat)
          Sets the adFormat value for this LibraryCustomHTMLAd.
 void setAdSizeID(java.lang.Long adSizeID)
          Sets the adSizeID value for this LibraryCustomHTMLAd.
 void setAssociatedToAdGroup(java.lang.Boolean associatedToAdGroup)
          Sets the associatedToAdGroup value for this LibraryCustomHTMLAd.
 void setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this LibraryCustomHTMLAd.
 void setCreativeIDs(long[] creativeIDs)
          Sets the creativeIDs value for this LibraryCustomHTMLAd.
 void setEditorialStatus(EditorialStatus editorialStatus)
          Sets the editorialStatus value for this LibraryCustomHTMLAd.
 void setFolderID(java.lang.Long folderID)
          Sets the folderID value for this LibraryCustomHTMLAd.
 void setHeight(java.lang.Long height)
          Sets the height value for this LibraryCustomHTMLAd.
 void setHtmlTagWithMacros(java.lang.String htmlTagWithMacros)
          Sets the htmlTagWithMacros value for this LibraryCustomHTMLAd.
 void setID(java.lang.Long ID)
          Sets the ID value for this LibraryCustomHTMLAd.
 void setImpressionTrackingURL(java.lang.String impressionTrackingURL)
          Sets the impressionTrackingURL value for this LibraryCustomHTMLAd.
 void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
          Sets the lastUpdateTimestamp value for this LibraryCustomHTMLAd.
 void setName(java.lang.String name)
          Sets the name value for this LibraryCustomHTMLAd.
 void setStatus(LibraryAdStatus status)
          Sets the status value for this LibraryCustomHTMLAd.
 void setType(AdType type)
          Sets the type value for this LibraryCustomHTMLAd.
 void setWidth(java.lang.Long width)
          Sets the width value for this LibraryCustomHTMLAd.
 
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

adFormat

private AdFormat adFormat

adSizeID

private java.lang.Long adSizeID

associatedToAdGroup

private java.lang.Boolean associatedToAdGroup

createTimestamp

private java.util.Calendar createTimestamp

creativeIDs

private long[] creativeIDs

editorialStatus

private EditorialStatus editorialStatus

folderID

private java.lang.Long folderID

height

private java.lang.Long height

htmlTagWithMacros

private java.lang.String htmlTagWithMacros

impressionTrackingURL

private java.lang.String impressionTrackingURL

lastUpdateTimestamp

private java.util.Calendar lastUpdateTimestamp

name

private java.lang.String name

status

private LibraryAdStatus status

type

private AdType type

width

private java.lang.Long width

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

LibraryCustomHTMLAd

public LibraryCustomHTMLAd()

LibraryCustomHTMLAd

public LibraryCustomHTMLAd(java.lang.Long ID,
                           java.lang.String accountID,
                           AdFormat adFormat,
                           java.lang.Long adSizeID,
                           java.lang.Boolean associatedToAdGroup,
                           java.util.Calendar createTimestamp,
                           long[] creativeIDs,
                           EditorialStatus editorialStatus,
                           java.lang.Long folderID,
                           java.lang.Long height,
                           java.lang.String htmlTagWithMacros,
                           java.lang.String impressionTrackingURL,
                           java.util.Calendar lastUpdateTimestamp,
                           java.lang.String name,
                           LibraryAdStatus status,
                           AdType type,
                           java.lang.Long width)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getAccountID

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

Returns:
accountID

setAccountID

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

Parameters:
accountID -

getAdFormat

public AdFormat getAdFormat()
Gets the adFormat value for this LibraryCustomHTMLAd.

Returns:
adFormat

setAdFormat

public void setAdFormat(AdFormat adFormat)
Sets the adFormat value for this LibraryCustomHTMLAd.

Parameters:
adFormat -

getAdSizeID

public java.lang.Long getAdSizeID()
Gets the adSizeID value for this LibraryCustomHTMLAd.

Returns:
adSizeID

setAdSizeID

public void setAdSizeID(java.lang.Long adSizeID)
Sets the adSizeID value for this LibraryCustomHTMLAd.

Parameters:
adSizeID -

getAssociatedToAdGroup

public java.lang.Boolean getAssociatedToAdGroup()
Gets the associatedToAdGroup value for this LibraryCustomHTMLAd.

Returns:
associatedToAdGroup

setAssociatedToAdGroup

public void setAssociatedToAdGroup(java.lang.Boolean associatedToAdGroup)
Sets the associatedToAdGroup value for this LibraryCustomHTMLAd.

Parameters:
associatedToAdGroup -

getCreateTimestamp

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

Returns:
createTimestamp

setCreateTimestamp

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

Parameters:
createTimestamp -

getCreativeIDs

public long[] getCreativeIDs()
Gets the creativeIDs value for this LibraryCustomHTMLAd.

Returns:
creativeIDs

setCreativeIDs

public void setCreativeIDs(long[] creativeIDs)
Sets the creativeIDs value for this LibraryCustomHTMLAd.

Parameters:
creativeIDs -

getEditorialStatus

public EditorialStatus getEditorialStatus()
Gets the editorialStatus value for this LibraryCustomHTMLAd.

Returns:
editorialStatus

setEditorialStatus

public void setEditorialStatus(EditorialStatus editorialStatus)
Sets the editorialStatus value for this LibraryCustomHTMLAd.

Parameters:
editorialStatus -

getFolderID

public java.lang.Long getFolderID()
Gets the folderID value for this LibraryCustomHTMLAd.

Returns:
folderID

setFolderID

public void setFolderID(java.lang.Long folderID)
Sets the folderID value for this LibraryCustomHTMLAd.

Parameters:
folderID -

getHeight

public java.lang.Long getHeight()
Gets the height value for this LibraryCustomHTMLAd.

Returns:
height

setHeight

public void setHeight(java.lang.Long height)
Sets the height value for this LibraryCustomHTMLAd.

Parameters:
height -

getHtmlTagWithMacros

public java.lang.String getHtmlTagWithMacros()
Gets the htmlTagWithMacros value for this LibraryCustomHTMLAd.

Returns:
htmlTagWithMacros

setHtmlTagWithMacros

public void setHtmlTagWithMacros(java.lang.String htmlTagWithMacros)
Sets the htmlTagWithMacros value for this LibraryCustomHTMLAd.

Parameters:
htmlTagWithMacros -

getImpressionTrackingURL

public java.lang.String getImpressionTrackingURL()
Gets the impressionTrackingURL value for this LibraryCustomHTMLAd.

Returns:
impressionTrackingURL

setImpressionTrackingURL

public void setImpressionTrackingURL(java.lang.String impressionTrackingURL)
Sets the impressionTrackingURL value for this LibraryCustomHTMLAd.

Parameters:
impressionTrackingURL -

getLastUpdateTimestamp

public java.util.Calendar getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this LibraryCustomHTMLAd.

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this LibraryCustomHTMLAd.

Parameters:
lastUpdateTimestamp -

getName

public java.lang.String getName()
Gets the name value for this LibraryCustomHTMLAd.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this LibraryCustomHTMLAd.

Parameters:
name -

getStatus

public LibraryAdStatus getStatus()
Gets the status value for this LibraryCustomHTMLAd.

Returns:
status

setStatus

public void setStatus(LibraryAdStatus status)
Sets the status value for this LibraryCustomHTMLAd.

Parameters:
status -

getType

public AdType getType()
Gets the type value for this LibraryCustomHTMLAd.

Returns:
type

setType

public void setType(AdType type)
Sets the type value for this LibraryCustomHTMLAd.

Parameters:
type -

getWidth

public java.lang.Long getWidth()
Gets the width value for this LibraryCustomHTMLAd.

Returns:
width

setWidth

public void setWidth(java.lang.Long width)
Sets the width value for this LibraryCustomHTMLAd.

Parameters:
width -

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