|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yahoo.marketing.apt.FlashCreative
public class FlashCreative
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 |
---|
private java.lang.Long ID
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.util.Calendar lastUpdateTimestamp
private java.lang.String name
private java.lang.String secureURL
private CreativeStatus status
private CreativeType type
private java.lang.String url
private java.lang.String urlPath
private java.lang.Long weight
private java.lang.Long width
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public 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 |
---|
public java.lang.Long getID()
public void setID(java.lang.Long ID)
ID
- public java.lang.String getAccountID()
public void setAccountID(java.lang.String accountID)
accountID
- public byte[] getBinaryData()
public void setBinaryData(byte[] binaryData)
binaryData
- public java.util.Calendar getCreateTimestamp()
public void setCreateTimestamp(java.util.Calendar createTimestamp)
createTimestamp
- public java.lang.String getFileExtension()
public void setFileExtension(java.lang.String fileExtension)
fileExtension
- public java.lang.String getFlashVersion()
public void setFlashVersion(java.lang.String flashVersion)
flashVersion
- public java.lang.Long getFolderID()
public void setFolderID(java.lang.Long folderID)
folderID
- public java.lang.Long getFrameCount()
public void setFrameCount(java.lang.Long frameCount)
frameCount
- public java.lang.Long getFrameRate()
public void setFrameRate(java.lang.Long frameRate)
frameRate
- public java.lang.Boolean getHasAudio()
public void setHasAudio(java.lang.Boolean hasAudio)
hasAudio
- public java.lang.Boolean getHasVideo()
public void setHasVideo(java.lang.Boolean hasVideo)
hasVideo
- public java.lang.Long getHeight()
public void setHeight(java.lang.Long height)
height
- public java.util.Calendar getLastUpdateTimestamp()
public void setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
lastUpdateTimestamp
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.String getSecureURL()
public void setSecureURL(java.lang.String secureURL)
secureURL
- public CreativeStatus getStatus()
public void setStatus(CreativeStatus status)
status
- public CreativeType getType()
public void setType(CreativeType type)
type
- public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- public java.lang.String getUrlPath()
public void setUrlPath(java.lang.String urlPath)
urlPath
- public java.lang.Long getWeight()
public void setWeight(java.lang.Long weight)
weight
- public java.lang.Long getWidth()
public void setWidth(java.lang.Long width)
width
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |