public class RichMediaAsset extends Object implements Serializable
| Constructor and Description |
|---|
RichMediaAsset() |
RichMediaAsset(String fileName,
int fileSize,
long id,
long parentAssetId,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFileName()
Gets the fileName value for this RichMediaAsset.
|
int |
getFileSize()
Gets the fileSize value for this RichMediaAsset.
|
long |
getId()
Gets the id value for this RichMediaAsset.
|
long |
getParentAssetId()
Gets the parentAssetId value for this RichMediaAsset.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getType()
Gets the type value for this RichMediaAsset.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setFileName(String fileName)
Sets the fileName value for this RichMediaAsset.
|
void |
setFileSize(int fileSize)
Sets the fileSize value for this RichMediaAsset.
|
void |
setId(long id)
Sets the id value for this RichMediaAsset.
|
void |
setParentAssetId(long parentAssetId)
Sets the parentAssetId value for this RichMediaAsset.
|
void |
setType(String type)
Sets the type value for this RichMediaAsset.
|
public String getFileName()
public void setFileName(String fileName)
fileName - public int getFileSize()
public void setFileSize(int fileSize)
fileSize - public long getId()
public void setId(long id)
id - 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.