public class RichMediaImageAsset extends RichMediaAsset implements Serializable
| Constructor and Description |
|---|
RichMediaImageAsset() |
RichMediaImageAsset(String fileName,
int fileSize,
long id,
long parentAssetId,
String type,
String altText,
boolean backupImage,
RichMediaExitEvent exitEvent,
int height,
int width) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAltText()
Gets the altText value for this RichMediaImageAsset.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
RichMediaExitEvent |
getExitEvent()
Gets the exitEvent value for this RichMediaImageAsset.
|
int |
getHeight()
Gets the height value for this RichMediaImageAsset.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
getWidth()
Gets the width value for this RichMediaImageAsset.
|
int |
hashCode() |
boolean |
isBackupImage()
Gets the backupImage value for this RichMediaImageAsset.
|
void |
setAltText(String altText)
Sets the altText value for this RichMediaImageAsset.
|
void |
setBackupImage(boolean backupImage)
Sets the backupImage value for this RichMediaImageAsset.
|
void |
setExitEvent(RichMediaExitEvent exitEvent)
Sets the exitEvent value for this RichMediaImageAsset.
|
void |
setHeight(int height)
Sets the height value for this RichMediaImageAsset.
|
void |
setWidth(int width)
Sets the width value for this RichMediaImageAsset.
|
getFileName, getFileSize, getId, getParentAssetId, getType, setFileName, setFileSize, setId, setParentAssetId, setTypepublic RichMediaImageAsset()
public RichMediaImageAsset(String fileName, int fileSize, long id, long parentAssetId, String type, String altText, boolean backupImage, RichMediaExitEvent exitEvent, int height, int width)
public String getAltText()
public void setAltText(String altText)
altText - public boolean isBackupImage()
public void setBackupImage(boolean backupImage)
backupImage - public RichMediaExitEvent getExitEvent()
public void setExitEvent(RichMediaExitEvent exitEvent)
exitEvent - public int getHeight()
public void setHeight(int height)
height - public int getWidth()
public void setWidth(int width)
width - public boolean equals(Object obj)
equals in class RichMediaAssetpublic int hashCode()
hashCode in class RichMediaAssetpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.