com.yahoo.marketing.apt
Class FlashCreative

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

public class FlashCreative
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  byte[] binaryData
           
private  java.util.Calendar createTimestamp
           
private  java.lang.String fileExtension
           
private  java.lang.String flashVersion
           
private  java.lang.Long folderID
           
private  java.lang.Long frameCount
           
private  java.lang.Long frameRate
           
private  java.lang.Boolean hasAudio
           
private  java.lang.Boolean hasVideo
           
private  java.lang.Long height
           
private  java.lang.Long ID
           
private  java.util.Calendar lastUpdateTimestamp
           
private  java.lang.String name
           
private  java.lang.String secureURL
           
private  CreativeStatus status
           
private  CreativeType type
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  java.lang.String url
           
private  java.lang.String urlPath
           
private  java.lang.Long weight
           
private  java.lang.Long width
           
 
Constructor Summary
FlashCreative()
           
FlashCreative(java.lang.Long ID, java.lang.String accountID, byte[] binaryData, java.util.Calendar createTimestamp, java.lang.String fileExtension, java.lang.String flashVersion, java.lang.Long folderID, java.lang.Long frameCount, java.lang.Long frameRate, java.lang.Boolean hasAudio, java.lang.Boolean hasVideo, java.lang.Long height, java.util.Calendar lastUpdateTimestamp, java.lang.String name, java.lang.String secureURL, CreativeStatus status, CreativeType type, java.lang.String url, java.lang.String urlPath, java.lang.Long weight, java.lang.Long width)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountID()
          Gets the accountID value for this FlashCreative.
 byte[] getBinaryData()
          Gets the binaryData value for this FlashCreative.
 java.util.Calendar getCreateTimestamp()
          Gets the createTimestamp value for this FlashCreative.
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 getFileExtension()
          Gets the fileExtension value for this FlashCreative.
 java.lang.String getFlashVersion()
          Gets the flashVersion value for this FlashCreative.
 java.lang.Long getFolderID()
          Gets the folderID value for this FlashCreative.
 java.lang.Long getFrameCount()
          Gets the frameCount value for this FlashCreative.
 java.lang.Long getFrameRate()
          Gets the frameRate value for this FlashCreative.
 java.lang.Boolean getHasAudio()
          Gets the hasAudio value for this FlashCreative.
 java.lang.Boolean getHasVideo()
          Gets the hasVideo value for this FlashCreative.
 java.lang.Long getHeight()
          Gets the height value for this FlashCreative.
 java.lang.Long getID()
          Gets the ID value for this FlashCreative.
 java.util.Calendar getLastUpdateTimestamp()
          Gets the lastUpdateTimestamp value for this FlashCreative.
 java.lang.String getName()
          Gets the name value for this FlashCreative.
 java.lang.String getSecureURL()
          Gets the secureURL value for this FlashCreative.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 CreativeStatus getStatus()
          Gets the status value for this FlashCreative.
 CreativeType getType()
          Gets the type value for this FlashCreative.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUrl()
          Gets the url value for this FlashCreative.
 java.lang.String getUrlPath()
          Gets the urlPath value for this FlashCreative.
 java.lang.Long getWeight()
          Gets the weight value for this FlashCreative.
 java.lang.Long getWidth()
          Gets the width value for this FlashCreative.
 int hashCode()
           
 void setAccountID(java.lang.String accountID)
          Sets the accountID value for this FlashCreative.
 void setBinaryData(byte[] binaryData)
          Sets the binaryData value for this FlashCreative.
 void setCreateTimestamp(java.util.Calendar createTimestamp)
          Sets the createTimestamp value for this FlashCreative.
 void setFileExtension(java.lang.String fileExtension)
          Sets the fileExtension value for this FlashCreative.
 void setFlashVersion(java.lang.String flashVersion)
          Sets the flashVersion value for this FlashCreative.
 void setFolderID(java.lang.Long folderID)
          Sets the folderID value for this FlashCreative.
 void setFrameCount(java.lang.Long frameCount)
          Sets the frameCount value for this FlashCreative.
 void setFrameRate(java.lang.Long frameRate)
          Sets the frameRate value for this FlashCreative.
 void setHasAudio(java.lang.Boolean hasAudio)
          Sets the hasAudio value for this FlashCreative.
 void setHasVideo(java.lang.Boolean hasVideo)
          Sets the hasVideo value for this FlashCreative.
 void setHeight(java.lang.Long height)
          Sets the height value for this FlashCreative.
 void setID(java.lang.Long ID)
          Sets the ID value for this FlashCreative.
 void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
          Sets the lastUpdateTimestamp value for this FlashCreative.
 void setName(java.lang.String name)
          Sets the name value for this FlashCreative.
 void setSecureURL(java.lang.String secureURL)
          Sets the secureURL value for this FlashCreative.
 void setStatus(CreativeStatus status)
          Sets the status value for this FlashCreative.
 void setType(CreativeType type)
          Sets the type value for this FlashCreative.
 void setUrl(java.lang.String url)
          Sets the url value for this FlashCreative.
 void setUrlPath(java.lang.String urlPath)
          Sets the urlPath value for this FlashCreative.
 void setWeight(java.lang.Long weight)
          Sets the weight value for this FlashCreative.
 void setWidth(java.lang.Long width)
          Sets the width value for this FlashCreative.
 
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

binaryData

private byte[] binaryData

createTimestamp

private java.util.Calendar createTimestamp

fileExtension

private java.lang.String fileExtension

flashVersion

private java.lang.String flashVersion

folderID

private java.lang.Long folderID

frameCount

private java.lang.Long frameCount

frameRate

private java.lang.Long frameRate

hasAudio

private java.lang.Boolean hasAudio

hasVideo

private java.lang.Boolean hasVideo

height

private java.lang.Long height

lastUpdateTimestamp

private java.util.Calendar lastUpdateTimestamp

name

private java.lang.String name

secureURL

private java.lang.String secureURL

status

private CreativeStatus status

type

private CreativeType type

url

private java.lang.String url

urlPath

private java.lang.String urlPath

weight

private java.lang.Long weight

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

FlashCreative

public FlashCreative()

FlashCreative

public FlashCreative(java.lang.Long ID,
                     java.lang.String accountID,
                     byte[] binaryData,
                     java.util.Calendar createTimestamp,
                     java.lang.String fileExtension,
                     java.lang.String flashVersion,
                     java.lang.Long folderID,
                     java.lang.Long frameCount,
                     java.lang.Long frameRate,
                     java.lang.Boolean hasAudio,
                     java.lang.Boolean hasVideo,
                     java.lang.Long height,
                     java.util.Calendar lastUpdateTimestamp,
                     java.lang.String name,
                     java.lang.String secureURL,
                     CreativeStatus status,
                     CreativeType type,
                     java.lang.String url,
                     java.lang.String urlPath,
                     java.lang.Long weight,
                     java.lang.Long width)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getAccountID

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

Returns:
accountID

setAccountID

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

Parameters:
accountID -

getBinaryData

public byte[] getBinaryData()
Gets the binaryData value for this FlashCreative.

Returns:
binaryData

setBinaryData

public void setBinaryData(byte[] binaryData)
Sets the binaryData value for this FlashCreative.

Parameters:
binaryData -

getCreateTimestamp

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

Returns:
createTimestamp

setCreateTimestamp

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

Parameters:
createTimestamp -

getFileExtension

public java.lang.String getFileExtension()
Gets the fileExtension value for this FlashCreative.

Returns:
fileExtension

setFileExtension

public void setFileExtension(java.lang.String fileExtension)
Sets the fileExtension value for this FlashCreative.

Parameters:
fileExtension -

getFlashVersion

public java.lang.String getFlashVersion()
Gets the flashVersion value for this FlashCreative.

Returns:
flashVersion

setFlashVersion

public void setFlashVersion(java.lang.String flashVersion)
Sets the flashVersion value for this FlashCreative.

Parameters:
flashVersion -

getFolderID

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

Returns:
folderID

setFolderID

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

Parameters:
folderID -

getFrameCount

public java.lang.Long getFrameCount()
Gets the frameCount value for this FlashCreative.

Returns:
frameCount

setFrameCount

public void setFrameCount(java.lang.Long frameCount)
Sets the frameCount value for this FlashCreative.

Parameters:
frameCount -

getFrameRate

public java.lang.Long getFrameRate()
Gets the frameRate value for this FlashCreative.

Returns:
frameRate

setFrameRate

public void setFrameRate(java.lang.Long frameRate)
Sets the frameRate value for this FlashCreative.

Parameters:
frameRate -

getHasAudio

public java.lang.Boolean getHasAudio()
Gets the hasAudio value for this FlashCreative.

Returns:
hasAudio

setHasAudio

public void setHasAudio(java.lang.Boolean hasAudio)
Sets the hasAudio value for this FlashCreative.

Parameters:
hasAudio -

getHasVideo

public java.lang.Boolean getHasVideo()
Gets the hasVideo value for this FlashCreative.

Returns:
hasVideo

setHasVideo

public void setHasVideo(java.lang.Boolean hasVideo)
Sets the hasVideo value for this FlashCreative.

Parameters:
hasVideo -

getHeight

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

Returns:
height

setHeight

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

Parameters:
height -

getLastUpdateTimestamp

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

Returns:
lastUpdateTimestamp

setLastUpdateTimestamp

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

Parameters:
lastUpdateTimestamp -

getName

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

Returns:
name

setName

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

Parameters:
name -

getSecureURL

public java.lang.String getSecureURL()
Gets the secureURL value for this FlashCreative.

Returns:
secureURL

setSecureURL

public void setSecureURL(java.lang.String secureURL)
Sets the secureURL value for this FlashCreative.

Parameters:
secureURL -

getStatus

public CreativeStatus getStatus()
Gets the status value for this FlashCreative.

Returns:
status

setStatus

public void setStatus(CreativeStatus status)
Sets the status value for this FlashCreative.

Parameters:
status -

getType

public CreativeType getType()
Gets the type value for this FlashCreative.

Returns:
type

setType

public void setType(CreativeType type)
Sets the type value for this FlashCreative.

Parameters:
type -

getUrl

public java.lang.String getUrl()
Gets the url value for this FlashCreative.

Returns:
url

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this FlashCreative.

Parameters:
url -

getUrlPath

public java.lang.String getUrlPath()
Gets the urlPath value for this FlashCreative.

Returns:
urlPath

setUrlPath

public void setUrlPath(java.lang.String urlPath)
Sets the urlPath value for this FlashCreative.

Parameters:
urlPath -

getWeight

public java.lang.Long getWeight()
Gets the weight value for this FlashCreative.

Returns:
weight

setWeight

public void setWeight(java.lang.Long weight)
Sets the weight value for this FlashCreative.

Parameters:
weight -

getWidth

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

Returns:
width

setWidth

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

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