|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yahoo.marketing.apt.CustomizableFlashTemplate
public class CustomizableFlashTemplate
| 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.util.Calendar |
createTimestamp
|
private java.lang.Long |
customizableFlashCreativeID
|
private java.lang.Long |
folderID
|
private java.lang.Long |
height
|
private java.lang.Long |
ID
|
private ImageFlashVariableConstraints[] |
imageFlashVariableConstraints
|
private java.util.Calendar |
lastUpdateTimestamp
|
private java.lang.String |
name
|
private TemplateStatus |
status
|
private TextFlashVariableConstraints[] |
textFlashVariableConstraints
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private java.lang.Long |
width
|
| Constructor Summary | |
|---|---|
CustomizableFlashTemplate()
|
|
CustomizableFlashTemplate(java.lang.Long ID,
java.lang.String accountID,
AdFormat adFormat,
java.lang.Long adSizeID,
java.util.Calendar createTimestamp,
java.lang.Long customizableFlashCreativeID,
java.lang.Long folderID,
java.lang.Long height,
ImageFlashVariableConstraints[] imageFlashVariableConstraints,
java.util.Calendar lastUpdateTimestamp,
java.lang.String name,
TemplateStatus status,
TextFlashVariableConstraints[] textFlashVariableConstraints,
java.lang.Long width)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAccountID()
Gets the accountID value for this CustomizableFlashTemplate. |
AdFormat |
getAdFormat()
Gets the adFormat value for this CustomizableFlashTemplate. |
java.lang.Long |
getAdSizeID()
Gets the adSizeID value for this CustomizableFlashTemplate. |
java.util.Calendar |
getCreateTimestamp()
Gets the createTimestamp value for this CustomizableFlashTemplate. |
java.lang.Long |
getCustomizableFlashCreativeID()
Gets the customizableFlashCreativeID value for this CustomizableFlashTemplate. |
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 |
getFolderID()
Gets the folderID value for this CustomizableFlashTemplate. |
java.lang.Long |
getHeight()
Gets the height value for this CustomizableFlashTemplate. |
java.lang.Long |
getID()
Gets the ID value for this CustomizableFlashTemplate. |
ImageFlashVariableConstraints[] |
getImageFlashVariableConstraints()
Gets the imageFlashVariableConstraints value for this CustomizableFlashTemplate. |
java.util.Calendar |
getLastUpdateTimestamp()
Gets the lastUpdateTimestamp value for this CustomizableFlashTemplate. |
java.lang.String |
getName()
Gets the name value for this CustomizableFlashTemplate. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
TemplateStatus |
getStatus()
Gets the status value for this CustomizableFlashTemplate. |
TextFlashVariableConstraints[] |
getTextFlashVariableConstraints()
Gets the textFlashVariableConstraints value for this CustomizableFlashTemplate. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.Long |
getWidth()
Gets the width value for this CustomizableFlashTemplate. |
int |
hashCode()
|
void |
setAccountID(java.lang.String accountID)
Sets the accountID value for this CustomizableFlashTemplate. |
void |
setAdFormat(AdFormat adFormat)
Sets the adFormat value for this CustomizableFlashTemplate. |
void |
setAdSizeID(java.lang.Long adSizeID)
Sets the adSizeID value for this CustomizableFlashTemplate. |
void |
setCreateTimestamp(java.util.Calendar createTimestamp)
Sets the createTimestamp value for this CustomizableFlashTemplate. |
void |
setCustomizableFlashCreativeID(java.lang.Long customizableFlashCreativeID)
Sets the customizableFlashCreativeID value for this CustomizableFlashTemplate. |
void |
setFolderID(java.lang.Long folderID)
Sets the folderID value for this CustomizableFlashTemplate. |
void |
setHeight(java.lang.Long height)
Sets the height value for this CustomizableFlashTemplate. |
void |
setID(java.lang.Long ID)
Sets the ID value for this CustomizableFlashTemplate. |
void |
setImageFlashVariableConstraints(ImageFlashVariableConstraints[] imageFlashVariableConstraints)
Sets the imageFlashVariableConstraints value for this CustomizableFlashTemplate. |
void |
setLastUpdateTimestamp(java.util.Calendar lastUpdateTimestamp)
Sets the lastUpdateTimestamp value for this CustomizableFlashTemplate. |
void |
setName(java.lang.String name)
Sets the name value for this CustomizableFlashTemplate. |
void |
setStatus(TemplateStatus status)
Sets the status value for this CustomizableFlashTemplate. |
void |
setTextFlashVariableConstraints(TextFlashVariableConstraints[] textFlashVariableConstraints)
Sets the textFlashVariableConstraints value for this CustomizableFlashTemplate. |
void |
setWidth(java.lang.Long width)
Sets the width value for this CustomizableFlashTemplate. |
| 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 AdFormat adFormat
private java.lang.Long adSizeID
private java.util.Calendar createTimestamp
private java.lang.Long customizableFlashCreativeID
private java.lang.Long folderID
private java.lang.Long height
private ImageFlashVariableConstraints[] imageFlashVariableConstraints
private java.util.Calendar lastUpdateTimestamp
private java.lang.String name
private TemplateStatus status
private TextFlashVariableConstraints[] textFlashVariableConstraints
private java.lang.Long width
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
|---|
public CustomizableFlashTemplate()
public CustomizableFlashTemplate(java.lang.Long ID,
java.lang.String accountID,
AdFormat adFormat,
java.lang.Long adSizeID,
java.util.Calendar createTimestamp,
java.lang.Long customizableFlashCreativeID,
java.lang.Long folderID,
java.lang.Long height,
ImageFlashVariableConstraints[] imageFlashVariableConstraints,
java.util.Calendar lastUpdateTimestamp,
java.lang.String name,
TemplateStatus status,
TextFlashVariableConstraints[] textFlashVariableConstraints,
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 AdFormat getAdFormat()
public void setAdFormat(AdFormat adFormat)
adFormat - public java.lang.Long getAdSizeID()
public void setAdSizeID(java.lang.Long adSizeID)
adSizeID - public java.util.Calendar getCreateTimestamp()
public void setCreateTimestamp(java.util.Calendar createTimestamp)
createTimestamp - public java.lang.Long getCustomizableFlashCreativeID()
public void setCustomizableFlashCreativeID(java.lang.Long customizableFlashCreativeID)
customizableFlashCreativeID - public java.lang.Long getFolderID()
public void setFolderID(java.lang.Long folderID)
folderID - public java.lang.Long getHeight()
public void setHeight(java.lang.Long height)
height - public ImageFlashVariableConstraints[] getImageFlashVariableConstraints()
public void setImageFlashVariableConstraints(ImageFlashVariableConstraints[] imageFlashVariableConstraints)
imageFlashVariableConstraints - 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 TemplateStatus getStatus()
public void setStatus(TemplateStatus status)
status - public TextFlashVariableConstraints[] getTextFlashVariableConstraints()
public void setTextFlashVariableConstraints(TextFlashVariableConstraints[] textFlashVariableConstraints)
textFlashVariableConstraints - 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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||