|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.WTObject
wt.enterprise.RevisionControlled
wt.part.WTPart
This reference implementation of a PartVersion
represents
a snapshot of the changeable aspects of a part, is managed by WTPartService
and has an associated WTPartMaster
which represents
the unchanging aspects of this part. Many of the significant associations
of parts happen at the WTPartMaster
level.
Associations:
WTPartUsageLink
links this WTPart
to a WTPartMaster
that it uses (actually it uses one of the WTPart
s associated
with the WTPartMaster
based on a config spec)
WTPartSubstituteLink
links a WTPartMaster
to
a WTPartUsageLink
making it (actually one of its WTPart
s
based on a config spec) a substitute part for that particular usage
WTPartAlternateLink
links one WTPartMaster
to
another that is an alternate part for any usage (alternates are NOT defined
at this WTPart
level)
By virtue of its being RevisionControlled
it can
be:
WTPartConfigSpec
.
Much of the version/iteration functionality comes from being RevisionControlled
.
WTPartUsageLink
links to a WTPartMaster that is a component
of this part
WTPartReferenceLink
links to a WTDocumentMaster
WTPartDescribeLink
links to a WTDocument
Use the newWTPart
static factory method(s), not the WTPart
constructor, to construct instances of this class. Instances must be
constructed using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: true
Extendable: true
for information on check in and check out
,
wt.vc.views
,
wt.vc.baseline
,
wt.effectivity
,
"Making Parts Content Holders" in Customizer's Guide",
RevisionControlled
,
"Part Abstractions" in "Application Developer's Guide",
Serialized FormField Summary | |
private static String |
CLASSNAME
|
static String |
CONTAINER
Label for the attribute. |
private WTContainerRef |
containerReference
|
private Vector |
contentVector
|
static String |
DEFAULT_UNIT
Label for the attribute; The default unit of measure for the part. |
private Vector |
effVector
|
static long |
EXTERNALIZATION_VERSION_UID
|
private FederatableInfo |
federatableInfo
|
private boolean |
hasContents
|
private Vector |
httpVector
|
static String |
NAME
Label for the attribute; The name of the part -- the name a part is commonly refered to by, such as "piston". |
static String |
NUMBER
Label for the attribute; The number attribute represents the number for this part and all of its versions. |
protected static long |
OLD_FORMAT_VERSION_UID
|
private OneOffVersionInfo |
oneOffVersionInfo
|
private HttpContentOperation |
operation
|
static String |
PART_TYPE
Label for the attribute. |
private static int |
PART_TYPE_UPPER_LIMIT
|
private PartType |
partType
|
static long |
R30_EXTERNALIZATION_VERSION_UID
|
static long |
R51_EXTERNALIZATION_VERSION_UID
|
static long |
R60_EXTERNALIZATION_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private Source |
source
|
static String |
SOURCE
Label for the attribute. |
private static int |
SOURCE_UPPER_LIMIT
|
private AttributeContainer |
theAttributeContainer
|
private TypeDefinitionReference |
typeDefinitionReference
|
private ViewReference |
view
|
Fields inherited from class wt.enterprise.RevisionControlled |
MASTER, VERSION_DISPLAY_IDENTIFIER, VERSION_DISPLAY_IDENTITY, VERSION_DISPLAY_TYPE |
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
Fields inherited from interface wt.content.ContentHolder |
CONTENT_VECTOR, HAS_CONTENTS, HTTP_VECTOR, OPERATION |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.eff.EffManagedVersion |
EFF_VECTOR |
Fields inherited from interface wt.vc.Iterated |
BRANCH_IDENTIFIER, CONTROL_BRANCH, CREATOR, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_INFO, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAME |
Fields inherited from interface wt.vc.Versioned |
VERSION_IDENTIFIER, VERSION_INFO |
Fields inherited from interface wt.vc.views.ViewManageable |
VIEW, VIEW_NAME |
Fields inherited from interface wt.iba.value.IBAHolder |
ATTRIBUTE_CONTAINER |
Fields inherited from interface wt.ufid.Federatable |
FEDERATABLE_INFO |
Fields inherited from interface wt.type.Typed |
TYPE_DEFINITION_REFERENCE |
Fields inherited from interface wt.vc.OneOffVersioned |
ONE_OFF_VERSION_IDENTIFIER, ONE_OFF_VERSION_INFO |
Fields inherited from interface wt.inf.container.WTContained |
CONTAINER_ID, CONTAINER_NAME, CONTAINER_REFERENCE |
Fields inherited from interface wt.org.OrganizationOwnedVersion |
MASTER, MASTER_REFERENCE, ORGANIZATION_REFERENCE |
Fields inherited from interface wt.org.OrganizationOwned |
ORGANIZATION, ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIER |
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.vc.wip.Workable |
CHECKOUT_INFO |
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.ownership.Ownable |
OWNERSHIP |
Fields inherited from interface wt.folder.Foldered |
CABINET, CABINET_NAME, FOLDERING_INFO |
Fields inherited from interface wt.folder.CabinetBased |
CABINET_REFERENCE, FOLDER_PATH, LOCATION |
Fields inherited from interface wt.notify.Notifiable |
EVENT_SET |
Fields inherited from interface wt.index.Indexable |
INDEXER_SET |
Fields inherited from interface wt.lifecycle.LifeCycleManaged |
LIFE_CYCLE_AT_GATE, LIFE_CYCLE_BASIC, LIFE_CYCLE_NAME, LIFE_CYCLE_STATE, LIFE_CYCLE_TEMPLATE, STATE |
Fields inherited from interface wt.access.AdHocControlled |
ENTRY_SET |
Fields inherited from interface wt.team.TeamManaged |
TEAM_ID, TEAM_IDENTITY, TEAM_NAME, TEAM_TEMPLATE_ID, TEAM_TEMPLATE_IDENTITY, TEAM_TEMPLATE_NAME |
Fields inherited from interface wt.identity.DisplayIdentification |
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE |
Constructor Summary | |
WTPart()
|
Method Summary | |
void |
checkAttributes()
Validate the values of this Persistable object's attributes. |
private void |
containerReferenceValidate(WTContainerRef a_ContainerReference)
|
boolean |
equals(Object obj)
Indicates whether the given object is equal to this object from a persistence perspective, by comparing the two objects ObjectIdentifier s. |
private void |
federatableInfoValidate(FederatableInfo a_FederatableInfo)
|
AttributeContainer |
getAttributeContainer()
Gets the object for the association that plays role: ATTRIBUTE_CONTAINER. |
String |
getConceptualClassname()
Deprecated. |
WTContainer |
getContainer()
Gets the object for the association that plays role: CONTAINER. |
String |
getContainerName()
Gets the value of the attribute: CONTAINER_NAME. |
WTContainerRef |
getContainerReference()
Gets the value of the attribute: CONTAINER_REFERENCE. |
Vector |
getContentVector()
Gets the value of the attribute: CONTENT_VECTOR. |
QuantityUnit |
getDefaultUnit()
Gets the value of the attribute: DEFAULT_UNIT. |
Vector |
getEffVector()
Gets the object for the association that plays role: EFF_VECTOR. |
FederatableInfo |
getFederatableInfo()
Gets the object for the association that plays role: FEDERATABLE_INFO. |
Vector |
getHttpVector()
Gets the value of the attribute: HTTP_VECTOR. |
String |
getIdentity()
Returns the master identity plus the version identity for this part in the form of " |
LocalizableMessage |
getIterationDisplayIdentifierSansView()
|
String |
getName()
Gets the value of the attribute: NAME. |
String |
getNumber()
Gets the value of the attribute: NUMBER. |
OneOffVersionIdentifier |
getOneOffVersionIdentifier()
Gets the value of the attribute: ONE_OFF_VERSION_IDENTIFIER. |
OneOffVersionInfo |
getOneOffVersionInfo()
Gets the object for the association that plays role: ONE_OFF_VERSION_INFO. |
HttpContentOperation |
getOperation()
Gets the value of the attribute: OPERATION. |
WTOrganization |
getOrganization()
Gets the value of the attribute: ORGANIZATION. |
String |
getOrganizationCodingSystem()
Gets the value of the attribute: ORGANIZATION_CODING_SYSTEM. |
String |
getOrganizationName()
Gets the value of the attribute: ORGANIZATION_NAME. |
WTPrincipalReference |
getOrganizationReference()
Gets the value of the attribute: ORGANIZATION_REFERENCE. |
String |
getOrganizationUniqueIdentifier()
Gets the value of the attribute: ORGANIZATION_UNIQUE_IDENTIFIER. |
PartType |
getPartType()
Gets the object for the association that plays role: PART_TYPE. |
Source |
getSource()
Gets the object for the association that plays role: SOURCE. |
TypeDefinitionReference |
getTypeDefinitionReference()
Gets the object for the association that plays role: TYPE_DEFINITION_REFERENCE. |
ViewReference |
getView()
Gets the object for the association that plays role: VIEW. |
String |
getViewName()
Gets the value of the attribute: VIEW_NAME. |
int |
hashCode()
Returns a hash code for this object based upon its ObjectIdentifier . |
protected void |
initialize(String number,
String name)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number,
String name,
QuantityUnit defaultUnit)
Supports initialization, following construction of an instance. |
boolean |
isHasContents()
Gets the value of the attribute: HAS_CONTENTS. |
private void |
masterReferenceValidate(ObjectReference a_MasterReference)
|
static WTPart |
newWTPart()
Construct a new WTPart (and its WTPartMaster). |
static WTPart |
newWTPart(String number,
String name)
Constructs a new WTPart and sets the WTPartMaster's name and number to the passed-in values. |
static WTPart |
newWTPart(String number,
String name,
QuantityUnit defaultUnit)
Constructs a new WTPart and sets the WTPartMaster's name and number to the passed-in values. |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
void |
readExternal(PersistentRetrieveIfc input)
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(WTPart thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setAttributeContainer(AttributeContainer a_AttributeContainer)
Sets the object for the association that plays role: ATTRIBUTE_CONTAINER. |
void |
setContainer(WTContainer a_Container)
Sets the object for the association that plays role: CONTAINER. |
void |
setContainerReference(WTContainerRef a_ContainerReference)
Sets the value of the attribute: CONTAINER_REFERENCE. |
void |
setContentVector(Vector a_ContentVector)
Sets the value of the attribute: CONTENT_VECTOR. |
void |
setDefaultUnit(QuantityUnit a_DefaultUnit)
Sets the value of the attribute: DEFAULT_UNIT. |
void |
setEffVector(Vector a_EffVector)
Sets the object for the association that plays role: EFF_VECTOR. |
void |
setFederatableInfo(FederatableInfo a_FederatableInfo)
Sets the object for the association that plays role: FEDERATABLE_INFO. |
void |
setHasContents(boolean a_HasContents)
Sets the value of the attribute: HAS_CONTENTS. |
void |
setHttpVector(Vector a_HttpVector)
Sets the value of the attribute: HTTP_VECTOR. |
void |
setMaster(Mastered a_Master)
Sets the object for the association that plays role: MASTER. |
void |
setMasterReference(ObjectReference a_MasterReference)
Sets the value of the attribute: MASTER_REFERENCE. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setNumber(String a_Number)
Sets the value of the attribute: NUMBER. |
void |
setOneOffVersionInfo(OneOffVersionInfo a_OneOffVersionInfo)
Sets the object for the association that plays role: ONE_OFF_VERSION_INFO. |
void |
setOperation(HttpContentOperation a_Operation)
Sets the value of the attribute: OPERATION. |
void |
setOrganization(WTOrganization a_Organization)
Sets the value of the attribute: ORGANIZATION. |
void |
setOrganizationReference(WTPrincipalReference a_OrganizationReference)
Sets the value of the attribute: ORGANIZATION_REFERENCE. |
void |
setPartType(PartType a_PartType)
Sets the object for the association that plays role: PART_TYPE. |
void |
setSource(Source a_Source)
Sets the object for the association that plays role: SOURCE. |
void |
setTypeDefinitionReference(TypeDefinitionReference a_TypeDefinitionReference)
Sets the object for the association that plays role: TYPE_DEFINITION_REFERENCE. |
void |
setView(ViewReference a_View)
Sets the object for the association that plays role: VIEW. |
private void |
typeDefinitionReferenceValidate(TypeDefinitionReference a_TypeDefinitionReference)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
void |
writeExternal(PersistentStoreIfc output)
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store. |
Methods inherited from class wt.fc.WTObject |
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 |
getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo |
Methods inherited from interface wt.vc.Iterated |
getBranchIdentifier, getControlBranch, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationInfo, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setIterationInfo |
Methods inherited from interface wt.vc.Versioned |
getVersionIdentifier, getVersionInfo, setVersionInfo |
Methods inherited from interface wt.org.OrganizationOwnedVersion |
getMaster, getMasterReference |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String NUMBER
public static final String NAME
public static final String DEFAULT_UNIT
public static final String PART_TYPE
private static int PART_TYPE_UPPER_LIMIT
private PartType partType
public static final String SOURCE
private static int SOURCE_UPPER_LIMIT
private Source source
private Vector contentVector
private boolean hasContents
private HttpContentOperation operation
private Vector httpVector
private Vector effVector
private ViewReference view
private AttributeContainer theAttributeContainer
private FederatableInfo federatableInfo
private TypeDefinitionReference typeDefinitionReference
private OneOffVersionInfo oneOffVersionInfo
public static final String CONTAINER
private WTContainerRef containerReference
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
public static final long R30_EXTERNALIZATION_VERSION_UID
public static final long R51_EXTERNALIZATION_VERSION_UID
public static final long R60_EXTERNALIZATION_VERSION_UID
Constructor Detail |
public WTPart()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class RevisionControlled
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class RevisionControlled
input
-
IOException
ClassNotFoundException
protected boolean readVersion(WTPart thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
writeExternal
in class RevisionControlled
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
readExternal
in class RevisionControlled
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public String getNumber()
public void setNumber(String a_Number) throws WTPropertyVetoException
a_Number
-
WTPropertyVetoException
public String getName()
getName
in interface CabinetBased
getName
in class RevisionControlled
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public QuantityUnit getDefaultUnit()
public void setDefaultUnit(QuantityUnit a_DefaultUnit) throws WTPropertyVetoException
a_DefaultUnit
-
WTPropertyVetoException
public PartType getPartType()
public void setPartType(PartType a_PartType)
a_PartType
- public Source getSource()
public void setSource(Source a_Source)
a_Source
- public void setMaster(Mastered a_Master) throws WTPropertyVetoException, WTException
setMaster
in interface Iterated
setMaster
in class RevisionControlled
a_Master
-
WTPropertyVetoException
WTException
Mastered
public void setMasterReference(ObjectReference a_MasterReference) throws WTPropertyVetoException
setMasterReference
in interface Iterated
setMasterReference
in class RevisionControlled
a_MasterReference
-
WTPropertyVetoException
Mastered
private void masterReferenceValidate(ObjectReference a_MasterReference) throws WTPropertyVetoException
a_MasterReference
-
WTPropertyVetoException
public static WTPart newWTPart() throws WTException
WTException
public static WTPart newWTPart(String number, String name) throws WTException
number
- name
-
WTException
protected void initialize(String number, String name) throws WTException
number
- name
-
WTException
public String getIdentity()
getIdentity
in interface Persistable
getIdentity
in class RevisionControlled
public void checkAttributes() throws InvalidAttributeException
checkAttributes
in interface Persistable
checkAttributes
in class WTObject
InvalidAttributeException
public static WTPart newWTPart(String number, String name, QuantityUnit defaultUnit) throws WTException
number
- name
- defaultUnit
-
WTException
protected void initialize(String number, String name, QuantityUnit defaultUnit) throws WTException
number
- name
- defaultUnit
-
WTException
public Vector getContentVector()
getContentVector
in interface ContentHolder
public void setContentVector(Vector a_ContentVector) throws WTPropertyVetoException
setContentVector
in interface ContentHolder
a_ContentVector
-
WTPropertyVetoException
public boolean isHasContents()
isHasContents
in interface ContentHolder
public void setHasContents(boolean a_HasContents) throws WTPropertyVetoException
setHasContents
in interface ContentHolder
a_HasContents
-
WTPropertyVetoException
public HttpContentOperation getOperation()
getOperation
in interface ContentHolder
public void setOperation(HttpContentOperation a_Operation) throws WTPropertyVetoException
setOperation
in interface ContentHolder
a_Operation
-
WTPropertyVetoException
public Vector getHttpVector()
getHttpVector
in interface ContentHolder
public void setHttpVector(Vector a_HttpVector) throws WTPropertyVetoException
setHttpVector
in interface ContentHolder
a_HttpVector
-
WTPropertyVetoException
public Vector getEffVector()
getEffVector
in interface EffManagedVersion
public void setEffVector(Vector a_EffVector) throws WTPropertyVetoException
setEffVector
in interface EffManagedVersion
a_EffVector
-
WTPropertyVetoException
public String getViewName()
getViewName
in interface ViewManageable
public ViewReference getView()
getView
in interface ViewManageable
public void setView(ViewReference a_View)
setView
in interface ViewManageable
a_View
- public AttributeContainer getAttributeContainer()
getAttributeContainer
in interface IBAHolder
public void setAttributeContainer(AttributeContainer a_AttributeContainer)
setAttributeContainer
in interface IBAHolder
a_AttributeContainer
- public FederatableInfo getFederatableInfo()
getFederatableInfo
in interface Federatable
public void setFederatableInfo(FederatableInfo a_FederatableInfo) throws WTPropertyVetoException
setFederatableInfo
in interface Federatable
a_FederatableInfo
-
WTPropertyVetoException
private void federatableInfoValidate(FederatableInfo a_FederatableInfo) throws WTPropertyVetoException
a_FederatableInfo
-
WTPropertyVetoException
public TypeDefinitionReference getTypeDefinitionReference()
getTypeDefinitionReference
in interface Typed
public void setTypeDefinitionReference(TypeDefinitionReference a_TypeDefinitionReference) throws WTPropertyVetoException
setTypeDefinitionReference
in interface Typed
a_TypeDefinitionReference
-
WTPropertyVetoException
private void typeDefinitionReferenceValidate(TypeDefinitionReference a_TypeDefinitionReference) throws WTPropertyVetoException
a_TypeDefinitionReference
-
WTPropertyVetoException
public OneOffVersionIdentifier getOneOffVersionIdentifier()
getOneOffVersionIdentifier
in interface OneOffVersioned
public OneOffVersionInfo getOneOffVersionInfo()
getOneOffVersionInfo
in interface OneOffVersioned
public void setOneOffVersionInfo(OneOffVersionInfo a_OneOffVersionInfo) throws WTPropertyVetoException
setOneOffVersionInfo
in interface OneOffVersioned
a_OneOffVersionInfo
-
WTPropertyVetoException
public String getContainerName()
WTContainer
this object is assigned to.
getContainerName
in interface WTContained
public WTContainer getContainer()
getContainer
in interface WTContained
public void setContainer(WTContainer a_Container) throws WTPropertyVetoException, WTException
setContainer
in interface WTContained
a_Container
-
WTPropertyVetoException
WTException
public WTContainerRef getContainerReference()
getContainerReference
in interface WTContained
public void setContainerReference(WTContainerRef a_ContainerReference) throws WTPropertyVetoException
setContainerReference
in interface WTContained
a_ContainerReference
-
WTPropertyVetoException
private void containerReferenceValidate(WTContainerRef a_ContainerReference) throws WTPropertyVetoException
a_ContainerReference
-
WTPropertyVetoException
public WTPrincipalReference getOrganizationReference()
getOrganizationReference
in interface OrganizationOwnedVersion
public void setOrganizationReference(WTPrincipalReference a_OrganizationReference) throws WTPropertyVetoException
setOrganizationReference
in interface OrganizationOwnedVersion
a_OrganizationReference
-
WTPropertyVetoException
public String getOrganizationUniqueIdentifier()
getOrganizationUniqueIdentifier
in interface OrganizationOwned
public String getOrganizationCodingSystem()
getOrganizationCodingSystem
in interface OrganizationOwned
public String getOrganizationName()
getOrganizationName
in interface OrganizationOwned
public WTOrganization getOrganization()
getOrganization
in interface OrganizationOwned
public void setOrganization(WTOrganization a_Organization) throws WTPropertyVetoException
setOrganization
in interface OrganizationOwned
a_Organization
-
WTPropertyVetoException
public boolean equals(Object obj)
ObjectIdentifier
s.
Changed or stale copies are still considered equal by this method.
Delegates to PersistenceHelper.equals(Persistable,Object)
.
Warning: Certain core Windchill operations may depend upon
equals
being ObjectIdentifier
-based. Changes
to the default implementation should be done with care, if at all.
Supported API: false
equals
in class RevisionControlled
obj
-
public int hashCode()
ObjectIdentifier
.
Delegates to PersistenceHelper.hashCode(Persistable)
.
Warning: Certain core Windchill operations may depend upon
hashCode
being ObjectIdentifier-based
. Changes
to the default implementation should be done with care, if at all.
Supported API: false
hashCode
in class RevisionControlled
public LocalizableMessage getIterationDisplayIdentifierSansView()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |