|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.WTObject
wt.effectivity.WTIncorporationDate
Windchill's default implementation of an incorporation date.
Use the newWTIncorporationDate
static factory method(s),
not the WTIncorporationDate
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: false
Extendable: false
IncorporationDate
,
Serialized FormField Summary | |
private static String |
CLASSNAME
Deprecated. |
static String |
CREATION
Deprecated. |
private ObjectReference |
creationReference
Deprecated. |
static String |
DELETION
Deprecated. |
private ObjectReference |
deletionReference
Deprecated. |
static String |
EFF_CONTEXT
Deprecated. |
static String |
EFF_CONTEXT_REFERENCE
Deprecated. |
private ObjectReference |
effContextReference
Deprecated. |
static long |
EXTERNALIZATION_VERSION_UID
Deprecated. |
protected static long |
OLD_FORMAT_VERSION_UID
Deprecated. |
private DateEffRange |
range
Deprecated. |
private static String |
RESOURCE
Deprecated. |
(package private) static long |
serialVersionUID
Deprecated. |
static String |
TARGET
Deprecated. |
private VersionReference |
targetReference
Deprecated. |
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
Fields inherited from interface wt.eff.IncorporationDate |
RANGE |
Fields inherited from interface wt.eff.Eff |
CREATION_REFERENCE, DELETION_REFERENCE, TARGET_REFERENCE |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.identity.DisplayIdentification |
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE |
Constructor Summary | |
WTIncorporationDate()
Deprecated. |
Method Summary | |
private void |
creationReferenceValidate(ObjectReference a_CreationReference)
Deprecated. |
private void |
deletionReferenceValidate(ObjectReference a_DeletionReference)
Deprecated. |
private void |
effContextReferenceValidate(ObjectReference a_EffContextReference)
Deprecated. |
boolean |
equals(Object obj)
Deprecated. |
String |
getConceptualClassname()
Deprecated. |
EffChangeAudit |
getCreation()
Deprecated. |
ObjectReference |
getCreationReference()
Deprecated. |
EffChangeAudit |
getDeletion()
Deprecated. |
ObjectReference |
getDeletionReference()
Deprecated. |
EffContext |
getEffContext()
Deprecated. |
ObjectReference |
getEffContextReference()
Deprecated. |
EffRange |
getRange()
Deprecated. |
EffManagedVersion |
getTarget()
Deprecated. |
VersionReference |
getTargetReference()
Deprecated. |
int |
hashCode()
Deprecated. |
protected void |
initialize(Timestamp startDate,
Timestamp endDate)
Deprecated. |
static WTIncorporationDate |
newWTIncorporationDate()
Deprecated. |
static WTIncorporationDate |
newWTIncorporationDate(Timestamp startDate,
Timestamp endDate)
Deprecated. |
private void |
rangeValidate(EffRange a_Range)
Deprecated. |
void |
readExternal(ObjectInput input)
Deprecated. |
void |
readExternal(PersistentRetrieveIfc input)
Deprecated. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Deprecated. Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(WTIncorporationDate thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Deprecated. |
void |
setCreation(EffChangeAudit a_Creation)
Deprecated. |
void |
setCreationReference(ObjectReference a_CreationReference)
Deprecated. |
void |
setDeletion(EffChangeAudit a_Deletion)
Deprecated. |
void |
setDeletionReference(ObjectReference a_DeletionReference)
Deprecated. |
void |
setEffContext(EffContext a_EffContext)
Deprecated. |
void |
setEffContextReference(ObjectReference a_EffContextReference)
Deprecated. |
void |
setRange(EffRange a_Range)
Deprecated. |
void |
setTarget(EffManagedVersion a_Target)
Deprecated. |
void |
setTargetReference(VersionReference a_TargetReference)
Deprecated. |
private void |
targetReferenceValidate(VersionReference a_TargetReference)
Deprecated. |
void |
writeExternal(ObjectOutput output)
Deprecated. |
void |
writeExternal(PersistentStoreIfc output)
Deprecated. |
Methods inherited from class wt.fc.WTObject |
checkAttributes, duplicate, finalize, getClassInfo, getCreateTimestamp, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, getModifyTimestamp, getPersistInfo, getType, initialize, 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 |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String EFF_CONTEXT
public static final String EFF_CONTEXT_REFERENCE
private ObjectReference effContextReference
private DateEffRange range
public static final String TARGET
private VersionReference targetReference
public static final String CREATION
private ObjectReference creationReference
public static final String DELETION
private ObjectReference deletionReference
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public WTIncorporationDate()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class WTObject
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class WTObject
input
-
IOException
ClassNotFoundException
protected boolean readVersion(WTIncorporationDate 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 WTObject
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 WTObject
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public EffContext getEffContext()
getEffContext
in interface IncorporationDate
public void setEffContext(EffContext a_EffContext) throws WTPropertyVetoException, WTException
setEffContext
in interface IncorporationDate
a_EffContext
-
WTPropertyVetoException
WTException
public ObjectReference getEffContextReference()
getEffContextReference
in interface IncorporationDate
public void setEffContextReference(ObjectReference a_EffContextReference) throws WTPropertyVetoException
setEffContextReference
in interface IncorporationDate
a_EffContextReference
-
WTPropertyVetoException
private void effContextReferenceValidate(ObjectReference a_EffContextReference) throws WTPropertyVetoException
a_EffContextReference
-
WTPropertyVetoException
public static WTIncorporationDate newWTIncorporationDate(Timestamp startDate, Timestamp endDate) throws WTException
startDate
- The effective start date.endDate
- The effective end date.
WTException
protected void initialize(Timestamp startDate, Timestamp endDate) throws WTException
startDate
- The effective start date.endDate
- The effective end date.
WTException
public static WTIncorporationDate newWTIncorporationDate() throws WTException
WTException
public EffRange getRange()
getRange
in interface IncorporationDate
public void setRange(EffRange a_Range) throws WTPropertyVetoException
setRange
in interface IncorporationDate
a_Range
-
WTPropertyVetoException
private void rangeValidate(EffRange a_Range) throws WTPropertyVetoException
a_Range
-
WTPropertyVetoException
public EffManagedVersion getTarget()
getTarget
in interface Eff
public void setTarget(EffManagedVersion a_Target) throws WTPropertyVetoException, WTException
setTarget
in interface Eff
a_Target
-
WTPropertyVetoException
WTException
public VersionReference getTargetReference()
getTargetReference
in interface Eff
public void setTargetReference(VersionReference a_TargetReference) throws WTPropertyVetoException
setTargetReference
in interface Eff
a_TargetReference
-
WTPropertyVetoException
private void targetReferenceValidate(VersionReference a_TargetReference) throws WTPropertyVetoException
a_TargetReference
-
WTPropertyVetoException
public EffChangeAudit getCreation()
getCreation
in interface Eff
public void setCreation(EffChangeAudit a_Creation) throws WTPropertyVetoException, WTException
setCreation
in interface Eff
a_Creation
-
WTPropertyVetoException
WTException
public ObjectReference getCreationReference()
getCreationReference
in interface Eff
public void setCreationReference(ObjectReference a_CreationReference) throws WTPropertyVetoException
setCreationReference
in interface Eff
a_CreationReference
-
WTPropertyVetoException
private void creationReferenceValidate(ObjectReference a_CreationReference) throws WTPropertyVetoException
a_CreationReference
-
WTPropertyVetoException
public EffChangeAudit getDeletion()
getDeletion
in interface Eff
public void setDeletion(EffChangeAudit a_Deletion) throws WTPropertyVetoException, WTException
setDeletion
in interface Eff
a_Deletion
-
WTPropertyVetoException
WTException
public ObjectReference getDeletionReference()
getDeletionReference
in interface Eff
public void setDeletionReference(ObjectReference a_DeletionReference) throws WTPropertyVetoException
setDeletionReference
in interface Eff
a_DeletionReference
-
WTPropertyVetoException
private void deletionReferenceValidate(ObjectReference a_DeletionReference) throws WTPropertyVetoException
a_DeletionReference
-
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 WTObject
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 WTObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |