|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.upgrade.history.Assembly
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 |
private IUHPersistenceDelegate persistenceDelegate_
private int id_
private Installation installation_
private ReleaseId releaseIdentifier_
Constructor Detail |
Assembly(IUHPersistenceDelegate persistence_delegate, Installation installation, int id, ReleaseId release_identifier)
Method Detail |
int getId()
public Installation getInstallation()
public ReleaseId getReleaseId()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |