com.ptc.windchill.upgrade.history
Class IUApplication
java.lang.Object
com.ptc.windchill.upgrade.history.IUApplication
- public class IUApplication
- extends Object
IUApplication contains information about a single IncrementalUpdate.
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
persistenceDelegate_
private IUHPersistenceDelegate persistenceDelegate_
upgradePhase_
private UpgradePhase upgradePhase_
uuid_
private UUID uuid_
name_
private String name_
IUApplication
IUApplication(IUHPersistenceDelegate persistence_delegate,
UpgradePhase upgrade_phase,
UUID uuid,
String name)
getUpgradePhase
public UpgradePhase getUpgradePhase()
getInstallation
public Installation getInstallation()
getUUID
public UUID getUUID()
getName
public String getName()
getTargetVersions
public ReleaseId[] getTargetVersions()
throws IUHException
- Throws:
IUHException
getTimestamp
public Date getTimestamp()
toString
public String toString()
- Returns a String representation of this IUApplication, e.g.
UUID=1010 SourceVersion=3.5.1 TargetVersion=4.0.0 Timestamp=Sun Mar 19 10:37:50 CST 2