com.ptc.windchill.uwgm.cadx.remove
Class RemoveDataObject

java.lang.Object
  extended bycom.ptc.windchill.uwgm.cadx.remove.RemoveDataObject
All Implemented Interfaces:
Serializable

public class RemoveDataObject
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String drawingStr
           
private  String genericOrInstance
           
private  int includeInstRule
           
private  int includeOpt
           
private  int includeType
           
private  int instanceType
           
private  String objRequiredStr
           
private  String objURL
           
private  Object removeObj
           
private  String rule
           
private  String typeIcon
           
 
Constructor Summary
RemoveDataObject(Object obj)
           
RemoveDataObject(Object obj, String inclRule, String ObjUrl, String icon, int includeType, int includeInstRule, int includOpt, String genericOrInstance, int instanceType, String objRequiredStr, String drawingStr)
           
 
Method Summary
 String getdrawingStr()
           
 String getgenericOrInstance()
           
 int getincludeInstRule()
           
 int getincludeOpt()
           
 int getincludeType()
           
 int getinstanceType()
           
 String getObjIcon()
           
 String getobjRequiredStr()
           
 String getObjRule()
           
 String getObjUrl()
           
 Object getRemoveObj()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

removeObj

private Object removeObj

objURL

private String objURL

rule

private String rule

typeIcon

private String typeIcon

includeType

private int includeType

includeInstRule

private int includeInstRule

includeOpt

private int includeOpt

genericOrInstance

private String genericOrInstance

instanceType

private int instanceType

objRequiredStr

private String objRequiredStr

drawingStr

private String drawingStr
Constructor Detail

RemoveDataObject

public RemoveDataObject(Object obj)

RemoveDataObject

public RemoveDataObject(Object obj,
                        String inclRule,
                        String ObjUrl,
                        String icon,
                        int includeType,
                        int includeInstRule,
                        int includOpt,
                        String genericOrInstance,
                        int instanceType,
                        String objRequiredStr,
                        String drawingStr)
Method Detail

getRemoveObj

public Object getRemoveObj()

getObjRule

public String getObjRule()

getObjUrl

public String getObjUrl()

getObjIcon

public String getObjIcon()

getincludeType

public int getincludeType()

getincludeInstRule

public int getincludeInstRule()

getincludeOpt

public int getincludeOpt()

getgenericOrInstance

public String getgenericOrInstance()

getinstanceType

public int getinstanceType()

getobjRequiredStr

public String getobjRequiredStr()

getdrawingStr

public String getdrawingStr()