|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.WTObject
wt.recent.RecentUpdate
Use the newRecentUpdate
static factory method(s), not the
RecentUpdate
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
Field Summary | |
static String |
BUSINESS_OBJECT_REF
Label for the attribute. |
private static int |
BUSINESS_OBJECT_REF_UPPER_LIMIT
|
private String |
businessObjectRef
|
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
static String |
LIST_KEY_NAME
Label for the attribute. |
private static int |
LIST_KEY_NAME_UPPER_LIMIT
|
private String |
listKeyName
|
private String |
name
|
static String |
NAME
Label for the attribute. |
private static int |
NAME_UPPER_LIMIT
|
protected static long |
OLD_FORMAT_VERSION_UID
|
static String |
OWNER_REF
Label for the attribute. |
private WTPrincipalReference |
ownerRef
|
static String |
RECENT_OBJECT_MASTER_REF
Label for the attribute. |
private ObjectReference |
recentObjectMasterRef
|
private static String |
RESOURCE
|
private static ReferenceFactory |
rf
|
(package private) static long |
serialVersionUID
|
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
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 | |
RecentUpdate()
|
Method Summary | |
private void |
businessObjectRefValidate(String a_BusinessObjectRef)
|
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. |
boolean |
equals(RecentUpdate otherObj,
boolean isDifferent)
Supported API: false |
String |
getBusinessObjectRef()
Gets the value of the attribute: BUSINESS_OBJECT_REF. |
String |
getConceptualClassname()
Deprecated. |
String |
getListKeyName()
Gets the value of the attribute: LIST_KEY_NAME. |
String |
getName()
Gets the value of the attribute: NAME. |
protected static String |
getName(Persistable a)
Gets the identityString for the given object. |
WTPrincipalReference |
getOwnerRef()
Gets the value of the attribute: OWNER_REF. |
ObjectReference |
getRecentObjectMasterRef()
Gets the value of the attribute: RECENT_OBJECT_MASTER_REF. |
int |
hashCode()
Returns a hash code for this object based upon its ObjectIdentifier . |
protected void |
initialize(WTContainer a,
String key)
Supported API: false |
protected void |
initialize(WTObject a,
String key)
Supported API: false |
private void |
listKeyNameValidate(String a_ListKeyName)
|
private void |
nameValidate(String a_Name)
|
static RecentUpdate |
newRecentUpdate()
Default factory for the class. |
static RecentUpdate |
newRecentUpdate(WTContainer a,
String key)
Supported API: false |
static RecentUpdate |
newRecentUpdate(WTObject a,
String key)
Supported API: false |
private void |
ownerRefValidate(WTPrincipalReference a_OwnerRef)
|
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(RecentUpdate thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
private void |
recentObjectMasterRefValidate(ObjectReference a_RecentObjectMasterRef)
|
void |
setBusinessObjectRef(String a_BusinessObjectRef)
Sets the value of the attribute: BUSINESS_OBJECT_REF. |
void |
setListKeyName(String a_ListKeyName)
Sets the value of the attribute: LIST_KEY_NAME. |
private void |
setMaster(WTObject a)
|
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setOwnerRef(WTPrincipalReference a_OwnerRef)
Sets the value of the attribute: OWNER_REF. |
void |
setRecentObjectMasterRef(ObjectReference a_RecentObjectMasterRef)
Sets the value of the attribute: RECENT_OBJECT_MASTER_REF. |
protected static String |
toRefString(Persistable a)
Gets the object key for the given object. |
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 |
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 |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final String BUSINESS_OBJECT_REF
private static int BUSINESS_OBJECT_REF_UPPER_LIMIT
private String businessObjectRef
public static final String OWNER_REF
private WTPrincipalReference ownerRef
public static final String RECENT_OBJECT_MASTER_REF
private ObjectReference recentObjectMasterRef
public static final String LIST_KEY_NAME
private static int LIST_KEY_NAME_UPPER_LIMIT
private String listKeyName
public static final String NAME
private static int NAME_UPPER_LIMIT
private String name
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static ReferenceFactory rf
Constructor Detail |
public RecentUpdate()
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(RecentUpdate 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 String getBusinessObjectRef()
public void setBusinessObjectRef(String a_BusinessObjectRef) throws WTPropertyVetoException
a_BusinessObjectRef
-
WTPropertyVetoException
private void businessObjectRefValidate(String a_BusinessObjectRef) throws WTPropertyVetoException
a_BusinessObjectRef
-
WTPropertyVetoException
public WTPrincipalReference getOwnerRef()
public void setOwnerRef(WTPrincipalReference a_OwnerRef) throws WTPropertyVetoException
a_OwnerRef
-
WTPropertyVetoException
private void ownerRefValidate(WTPrincipalReference a_OwnerRef) throws WTPropertyVetoException
a_OwnerRef
-
WTPropertyVetoException
public ObjectReference getRecentObjectMasterRef()
public void setRecentObjectMasterRef(ObjectReference a_RecentObjectMasterRef) throws WTPropertyVetoException
a_RecentObjectMasterRef
-
WTPropertyVetoException
private void recentObjectMasterRefValidate(ObjectReference a_RecentObjectMasterRef) throws WTPropertyVetoException
a_RecentObjectMasterRef
-
WTPropertyVetoException
public String getListKeyName()
public void setListKeyName(String a_ListKeyName) throws WTPropertyVetoException
a_ListKeyName
-
WTPropertyVetoException
private void listKeyNameValidate(String a_ListKeyName) throws WTPropertyVetoException
a_ListKeyName
-
WTPropertyVetoException
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
private void nameValidate(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public boolean equals(RecentUpdate otherObj, boolean isDifferent)
otherObj
- isDifferent
-
public static RecentUpdate newRecentUpdate(WTObject a, String key) throws WTException
a
- key
-
WTException
protected void initialize(WTObject a, String key) throws WTException
a
- key
-
WTException
public static RecentUpdate newRecentUpdate(WTContainer a, String key) throws WTException
a
- key
-
WTException
protected void initialize(WTContainer a, String key) throws WTException
a
- key
-
WTException
public static RecentUpdate newRecentUpdate() throws WTException
WTException
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
protected static String getName(Persistable a) throws WTException
WTException
private void setMaster(WTObject a) throws WTException, WTPropertyVetoException
WTException
WTPropertyVetoException
protected static String toRefString(Persistable a) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |