com.ptc.windchill.uwgm.cadx.remove
Class RemoveDataObject
java.lang.Object
com.ptc.windchill.uwgm.cadx.remove.RemoveDataObject
- All Implemented Interfaces:
- Serializable
- public class RemoveDataObject
- extends Object
- implements Serializable
- See Also:
- Serialized Form
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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()