com.ptc.windchill.upgrade.history
Class Assembly

java.lang.Object
  extended bycom.ptc.windchill.upgrade.history.Assembly

public class Assembly
extends Object


Field Summary
private  int id_
           
private  Installation installation_
           
private  IUHPersistenceDelegate persistenceDelegate_
           
private  ReleaseId releaseIdentifier_
           
 
Constructor Summary
(package private) Assembly(IUHPersistenceDelegate persistence_delegate, Installation installation, int id, ReleaseId release_identifier)
           
 
Method Summary
(package private)  int getId()
           
 Installation getInstallation()
           
 ReleaseId getReleaseId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

persistenceDelegate_

private IUHPersistenceDelegate persistenceDelegate_

id_

private int id_

installation_

private Installation installation_

releaseIdentifier_

private ReleaseId releaseIdentifier_
Constructor Detail

Assembly

Assembly(IUHPersistenceDelegate persistence_delegate,
         Installation installation,
         int id,
         ReleaseId release_identifier)
Method Detail

getId

int getId()

getInstallation

public Installation getInstallation()

getReleaseId

public ReleaseId getReleaseId()

toString

public String toString()