|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.WTObject
wt.enterprise.FolderResident
wt.rn.WTRNRequest
The WTRNRequest object is used to store information relating to a specific RosettaNet request.
Use the newWTRNRequest
static factory method(s), not the
WTRNRequest
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
Field Summary | |
static String |
ACKNOWLEDGEMENT_RECEIVED
Label for the attribute. |
private boolean |
acknowledgementReceived
|
private static String |
CLASSNAME
|
private String |
description
|
static String |
DESCRIPTION
Label for the attribute. |
private static int |
DESCRIPTION_UPPER_LIMIT
|
static String |
DISPLAY_URL
Label for the attribute. |
private static int |
DISPLAY_URL_UPPER_LIMIT
|
private String |
displayURL
|
static String |
EXCEPTION_RECEIVED
Label for the attribute. |
private boolean |
exceptionReceived
|
static long |
EXTERNALIZATION_VERSION_UID
|
private String |
name
|
static String |
NAME
Label for the attribute. |
private static int |
NAME_UPPER_LIMIT
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
static String |
RESPONSE_RECEIVED
Label for the attribute. |
private boolean |
responseReceived
|
(package private) static long |
serialVersionUID
|
Fields inherited from class wt.enterprise.FolderResident |
CREATOR, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME |
Fields inherited from class wt.fc.WTObject |
CREATE_TIMESTAMP, MODIFY_TIMESTAMP |
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.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Fields inherited from interface wt.admin.DomainAdministered |
DOMAIN_REF, INHERITED_DOMAIN |
Fields inherited from interface wt.ownership.Ownable |
OWNERSHIP |
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 | |
WTRNRequest()
|
Method Summary | |
private void |
descriptionValidate(String a_Description)
|
private void |
displayURLValidate(String a_DisplayURL)
|
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. |
String |
getConceptualClassname()
Deprecated. |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
String |
getDisplayURL()
Gets the value of the attribute: DISPLAY_URL. |
String |
getName()
Gets the value of the attribute: NAME. |
int |
hashCode()
Returns a hash code for this object based upon its ObjectIdentifier . |
boolean |
isAcknowledgementReceived()
Gets the value of the attribute: ACKNOWLEDGEMENT_RECEIVED. |
boolean |
isExceptionReceived()
Gets the value of the attribute: EXCEPTION_RECEIVED. |
boolean |
isResponseReceived()
Gets the value of the attribute: RESPONSE_RECEIVED. |
private void |
nameValidate(String a_Name)
|
static WTRNRequest |
newWTRNRequest()
Default factory for the class. |
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(WTRNRequest thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setAcknowledgementReceived(boolean a_AcknowledgementReceived)
Sets the value of the attribute: ACKNOWLEDGEMENT_RECEIVED. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setDisplayURL(String a_DisplayURL)
Sets the value of the attribute: DISPLAY_URL. |
void |
setExceptionReceived(boolean a_ExceptionReceived)
Sets the value of the attribute: EXCEPTION_RECEIVED. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setResponseReceived(boolean a_ResponseReceived)
Sets the value of the attribute: RESPONSE_RECEIVED. |
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.enterprise.FolderResident |
getBusinessType, getCabinet, getCabinetName, getCabinetReference, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getDomainRef, getEventSet, getFolderingInfo, getFolderPath, getIdentity, getLocation, getOwnership, initialize, isInheritedDomain, readVersion, setDomainRef, setEventSet, setFolderingInfo, setInheritedDomain, setOwnership |
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, 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 DISPLAY_URL
private static int DISPLAY_URL_UPPER_LIMIT
private String displayURL
public static final String ACKNOWLEDGEMENT_RECEIVED
private boolean acknowledgementReceived
public static final String RESPONSE_RECEIVED
private boolean responseReceived
public static final String EXCEPTION_RECEIVED
private boolean exceptionReceived
public static final String DESCRIPTION
private static int DESCRIPTION_UPPER_LIMIT
private String description
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
Constructor Detail |
public WTRNRequest()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class FolderResident
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class FolderResident
input
-
IOException
ClassNotFoundException
protected boolean readVersion(WTRNRequest 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 FolderResident
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 FolderResident
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public String getDisplayURL()
public void setDisplayURL(String a_DisplayURL) throws WTPropertyVetoException
a_DisplayURL
-
WTPropertyVetoException
private void displayURLValidate(String a_DisplayURL) throws WTPropertyVetoException
a_DisplayURL
-
WTPropertyVetoException
public boolean isAcknowledgementReceived()
public void setAcknowledgementReceived(boolean a_AcknowledgementReceived) throws WTPropertyVetoException
a_AcknowledgementReceived
-
WTPropertyVetoException
public boolean isResponseReceived()
public void setResponseReceived(boolean a_ResponseReceived) throws WTPropertyVetoException
a_ResponseReceived
-
WTPropertyVetoException
public boolean isExceptionReceived()
public void setExceptionReceived(boolean a_ExceptionReceived) throws WTPropertyVetoException
a_ExceptionReceived
-
WTPropertyVetoException
public String getDescription()
public void setDescription(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
private void descriptionValidate(String a_Description) throws WTPropertyVetoException
a_Description
-
WTPropertyVetoException
public String getName()
getName
in interface CabinetBased
getName
in class FolderResident
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
private void nameValidate(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public static WTRNRequest newWTRNRequest() 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 FolderResident
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 FolderResident
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |