com.ptc.windchill.counterpart
Class AttachmentLocator

java.lang.Object
  extended bycom.ptc.windchill.counterpart.AttachmentLocator
All Implemented Interfaces:
Serializable

public class AttachmentLocator
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  ObjectIdentifier fAttachmentOID
           
private  String fKey
           
private  long fLength
           
private  long fVersion
           
 
Constructor Summary
AttachmentLocator(CounterPartAttachment attachment)
           
 
Method Summary
 ObjectIdentifier getAttachmentOID()
           
 String getKey()
           
 long getLength()
           
 long getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fKey

private String fKey

fVersion

private long fVersion

fLength

private long fLength

fAttachmentOID

private ObjectIdentifier fAttachmentOID
Constructor Detail

AttachmentLocator

public AttachmentLocator(CounterPartAttachment attachment)
Method Detail

getKey

public String getKey()

getVersion

public long getVersion()

getLength

public long getLength()

getAttachmentOID

public ObjectIdentifier getAttachmentOID()