|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.ObjectToObjectLink
com.ptc.windchill.esi.txn.ReleaseActivity
public class ReleaseActivity
A record of a unit of work in an external system
Use the newReleaseActivity static factory method(s), not
the ReleaseActivity 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 |
ACTION
Label for the attribute. |
static String |
CREATOR
Label for the attribute; The name of the user who created this entry. |
static String |
DELETED
Label for the attribute. |
static String |
DESCRIPTION
Label for the attribute; Helpful display information for RPC results, should be the logical class of the object Supported API: true |
static String |
RELEASABLE_OBJECT_ROLE
Label for the attribute. |
static String |
RELEASE_CLASS
Label for the attribute. |
static String |
RELEASE_STAMP
Label for the attribute; Timestamp of the release. |
static String |
STATUS
Label for the attribute. |
static String |
TARGET_ROLE
Label for the attribute. |
| Method Summary | |
|---|---|
ReleaseActivityAction |
getAction()
Gets the object for the association that plays role: ACTION. |
String |
getCreator()
Gets the value of the attribute: CREATOR. |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
Releasable |
getReleasableObject()
Gets the object for the association that plays role: RELEASABLE_OBJECT_ROLE. |
String |
getReleaseClass()
Gets the value of the attribute: RELEASE_CLASS. |
Timestamp |
getReleaseStamp()
Gets the value of the attribute: RELEASE_STAMP. |
ReleaseStatusType |
getStatus()
Gets the object for the association that plays role: STATUS. |
ESITarget |
getTarget()
Gets the object for the association that plays role: TARGET_ROLE. |
boolean |
isDeleted()
Gets the value of the attribute: DELETED. |
void |
setAction(ReleaseActivityAction a_Action)
Sets the object for the association that plays role: ACTION. |
void |
setCreator(String a_Creator)
Sets the value of the attribute: CREATOR. |
void |
setDeleted(boolean a_Deleted)
Sets the value of the attribute: DELETED. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setReleasableObject(Releasable releasableObject)
Sets the object for the association that plays role: RELEASABLE_OBJECT_ROLE. |
void |
setReleaseClass(String a_ReleaseClass)
Sets the value of the attribute: RELEASE_CLASS. |
void |
setReleaseStamp(Timestamp a_ReleaseStamp)
Sets the value of the attribute: RELEASE_STAMP. |
void |
setStatus(ReleaseStatusType a_Status)
Sets the object for the association that plays role: STATUS. |
void |
setTarget(ESITarget target)
Sets the object for the association that plays role: TARGET_ROLE. |
| Methods inherited from class wt.fc.WTObject |
|---|
getDisplayIdentifier, getDisplayIdentity, getDisplayType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String RELEASABLE_OBJECT_ROLE
public static final String TARGET_ROLE
public static final String RELEASE_STAMP
public static final String CREATOR
public static final String DELETED
public static final String DESCRIPTION
public static final String RELEASE_CLASS
public static final String STATUS
public static final String ACTION
| Method Detail |
|---|
public Releasable getReleasableObject()
public void setReleasableObject(Releasable releasableObject)
throws WTPropertyVetoException
releasableObject -
WTPropertyVetoExceptionpublic ESITarget getTarget()
public void setTarget(ESITarget target)
throws WTPropertyVetoException
target -
WTPropertyVetoExceptionpublic Timestamp getReleaseStamp()
public void setReleaseStamp(Timestamp a_ReleaseStamp)
throws WTPropertyVetoException
a_ReleaseStamp -
WTPropertyVetoExceptionpublic String getCreator()
public void setCreator(String a_Creator)
throws WTPropertyVetoException
a_Creator -
WTPropertyVetoExceptionpublic boolean isDeleted()
public void setDeleted(boolean a_Deleted)
throws WTPropertyVetoException
a_Deleted -
WTPropertyVetoExceptionpublic String getDescription()
public void setDescription(String a_Description)
throws WTPropertyVetoException
a_Description -
WTPropertyVetoExceptionpublic String getReleaseClass()
public void setReleaseClass(String a_ReleaseClass)
throws WTPropertyVetoException
a_ReleaseClass -
WTPropertyVetoExceptionpublic ReleaseStatusType getStatus()
public void setStatus(ReleaseStatusType a_Status)
throws WTPropertyVetoException
a_Status -
WTPropertyVetoExceptionpublic ReleaseActivityAction getAction()
public void setAction(ReleaseActivityAction a_Action)
throws WTPropertyVetoException
a_Action -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||