com.ptc.netmarkets.nmixb
Class AppDataHolder

java.lang.Object
  extended bycom.ptc.netmarkets.nmixb.AppDataHolder
All Implemented Interfaces:
ContentDataProxy

public class AppDataHolder
extends Object
implements ContentDataProxy


Field Summary
 String businessType
           
 long checkSum
           
 ContentRoleType contentRoleType
           
 String description
           
 String fileName
           
 long filesize
           
 String formatName
           
 float kb
           
 String uploadFromPath
           
 
Constructor Summary
private AppDataHolder()
           
(package private) AppDataHolder(ApplicationData ad)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

businessType

public String businessType

fileName

public String fileName

checkSum

public long checkSum

filesize

public long filesize

kb

public float kb

formatName

public String formatName

uploadFromPath

public String uploadFromPath

contentRoleType

public ContentRoleType contentRoleType

description

public String description
Constructor Detail

AppDataHolder

private AppDataHolder()

AppDataHolder

AppDataHolder(ApplicationData ad)