public class RichMediaEventBase extends Base implements Serializable
| Constructor and Description |
|---|
RichMediaEventBase() |
RichMediaEventBase(long id,
String name,
String description,
long metEventId,
String mode,
long parentAssetId,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the description value for this RichMediaEventBase.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long |
getMetEventId()
Gets the metEventId value for this RichMediaEventBase.
|
String |
getMode()
Gets the mode value for this RichMediaEventBase.
|
long |
getParentAssetId()
Gets the parentAssetId value for this RichMediaEventBase.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getType()
Gets the type value for this RichMediaEventBase.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDescription(String description)
Sets the description value for this RichMediaEventBase.
|
void |
setMetEventId(long metEventId)
Sets the metEventId value for this RichMediaEventBase.
|
void |
setMode(String mode)
Sets the mode value for this RichMediaEventBase.
|
void |
setParentAssetId(long parentAssetId)
Sets the parentAssetId value for this RichMediaEventBase.
|
void |
setType(String type)
Sets the type value for this RichMediaEventBase.
|
public String getDescription()
public void setDescription(String description)
description - public long getMetEventId()
public void setMetEventId(long metEventId)
metEventId - public String getMode()
public void setMode(String mode)
mode - public long getParentAssetId()
public void setParentAssetId(long parentAssetId)
parentAssetId - public String getType()
public void setType(String type)
type - public 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.