com.ptc.windchill.counterpart
Class cInitialDelta

java.lang.Object
  extended bywt.fc.WTObject
      extended bywt.enterprise.Simple
          extended bycom.ptc.windchill.counterpart.CounterPartDelta
              extended bycom.ptc.windchill.counterpart.cInitialDelta
All Implemented Interfaces:
AccessControlled, BusinessInformation, DisplayIdentification, DomainAdministered, Externalizable, Lockable, NetFactor, Notifiable, ObjectMappable, Persistable, Serializable

class cInitialDelta
extends CounterPartDelta


Nested Class Summary
private static class cInitialDelta.cInitialDeltaMasterClassification
           
private static class cInitialDelta.cInitialDeltaRootClass
           
private static class cInitialDelta.cInitialDeltaRootClassDescription
           
private static class cInitialDelta.cInitialDeltaRootClassName
           
private static class cInitialDelta.cInitialDeltaRootClassTreeName
           
private static class cInitialDelta.cInitialDeltaRootPropertyFolder
           
private static class cInitialDelta.cInitialDeltaRootPropertyFolderDescription
           
private static class cInitialDelta.cInitialDeltaRootPropertyFolderName
           
 
Field Summary
 
Fields inherited from class com.ptc.windchill.counterpart.CounterPartDelta
EXTERNALIZATION_VERSION_UID, kUninitializedDeltaSystemID, kUploadLock, OLD_FORMAT_VERSION_UID, serialVersionUID
 
Fields inherited from class wt.enterprise.Simple
 
Fields inherited from class wt.fc.WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMP
 
Fields inherited from interface wt.locks.Lockable
LOCK, LOCK_DATE, LOCK_NOTE, LOCKED, LOCKER, LOCKER_EMAIL, LOCKER_FULL_NAME, LOCKER_NAME
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Fields inherited from interface wt.admin.DomainAdministered
DOMAIN_REF, INHERITED_DOMAIN
 
Fields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITY
 
Fields inherited from interface wt.notify.Notifiable
EVENT_SET
 
Fields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE
 
Constructor Summary
(package private) cInitialDelta()
           
 
Method Summary
protected  Properties getAccessControlProperties()
           
protected  nitidus.sil.be.clf.iMasterClassificationManager getClassification()
           
protected  HashMap getIDMap()
           
protected  byte[] getPublicClassification()
           
protected  nitidus.sil.be.unit.iUnitManager getUnits()
           
protected  void setAccessControlProperties(Properties accessControlProperties)
           
protected  void setClassification(nitidus.sil.be.clf.iMasterClassificationManager classification)
           
protected  void setIDMap(HashMap idMap)
           
protected  void setPublicClassification(byte[] publicClassification)
           
protected  void setUnits(nitidus.sil.be.unit.iUnitManager units)
           
 
Methods inherited from class com.ptc.windchill.counterpart.CounterPartDelta
createAttachmentFromImage, deleteAttachmentLock, equals, flagAllAttachmentsForDeletion, getAttachmentBytes, getAttachmentLocatorList, getAttachmentLocators, getAttachmentLockSessionID, getAttachmentLockTimestamp, getClassificationWithUnits, getConceptualClassname, getLock, getLockDate, getLocker, getLockerEMail, getLockerFullName, getLockerName, getLockNote, getSavedClassification, hashCode, initialize, initializeRunLocks, isLocked, newCounterPartDelta, readExternal, readExternal, readVersion, removeExpiredFlaggedAttachments, saveClassification, saveClassificationWithUnits, savePublicClassification, saveUnits, setAttachmentLocatorList, setAttachmentLock, setAttachments, setClassificationWithUnits, setLock, setSavedElements, setSystemID, takeDownloadLock, writeExternal, writeExternal
 
Methods inherited from class wt.enterprise.Simple
getBusinessType, getDomainRef, getEventSet, getIdentity, isInheritedDomain, readVersion, setDomainRef, setEventSet, setInheritedDomain
 
Methods inherited from class wt.fc.WTObject
checkAttributes, duplicate, finalize, getClassInfo, getCreateTimestamp, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getModifyTimestamp, getPersistInfo, getType, readVersion, setPersistInfo, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo
 

Constructor Detail

cInitialDelta

cInitialDelta()
Method Detail

getUnits

protected nitidus.sil.be.unit.iUnitManager getUnits()
Overrides:
getUnits in class CounterPartDelta

setUnits

protected void setUnits(nitidus.sil.be.unit.iUnitManager units)
Overrides:
setUnits in class CounterPartDelta

getClassification

protected nitidus.sil.be.clf.iMasterClassificationManager getClassification()
Overrides:
getClassification in class CounterPartDelta

setClassification

protected void setClassification(nitidus.sil.be.clf.iMasterClassificationManager classification)
Overrides:
setClassification in class CounterPartDelta

getPublicClassification

protected byte[] getPublicClassification()
Overrides:
getPublicClassification in class CounterPartDelta

setPublicClassification

protected void setPublicClassification(byte[] publicClassification)
Overrides:
setPublicClassification in class CounterPartDelta

getAccessControlProperties

protected Properties getAccessControlProperties()

setAccessControlProperties

protected void setAccessControlProperties(Properties accessControlProperties)

getIDMap

protected HashMap getIDMap()

setIDMap

protected void setIDMap(HashMap idMap)