Uses of Class
com.ptc.windchill.counterpart.CounterPartAttachment

Packages that use CounterPartAttachment
com.ptc.windchill.counterpart   
 

Uses of CounterPartAttachment in com.ptc.windchill.counterpart
 

Methods in com.ptc.windchill.counterpart that return CounterPartAttachment
private  CounterPartAttachment CounterPartDelta.getAttachment(String key)
           
private  CounterPartAttachment CounterPartDelta.createAttachment(String key, long version, long lastModified)
           
static CounterPartAttachment CounterPartAttachment.newCounterPartAttachment()
          Default factory for the class.
 CounterPartAttachment AttachmentToDelta.getCounterPartAttachment()
          Gets the object for the association that plays role: COUNTER_PART_ATTACHMENT_ROLE.
 

Methods in com.ptc.windchill.counterpart with parameters of type CounterPartAttachment
private  void CounterPartDelta.flagAttachment(CounterPartAttachment attachment)
           
protected  boolean CounterPartAttachment.readVersion(CounterPartAttachment thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void AttachmentToDelta.setCounterPartAttachment(CounterPartAttachment theCounterPartAttachment)
          Sets the object for the association that plays role: COUNTER_PART_ATTACHMENT_ROLE.
static AttachmentToDelta AttachmentToDelta.newAttachmentToDelta(CounterPartDelta theCounterPartDelta, CounterPartAttachment theCounterPartAttachment)
          Default factory for the class.
 

Constructors in com.ptc.windchill.counterpart with parameters of type CounterPartAttachment
AttachmentLocator(CounterPartAttachment attachment)