|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fc.WTObject
wt.fc.Item
com.ptc.windchill.esi.tgt.ESITarget
public class ESITarget
A location where ESI is to publish information.
Use the newESITarget static factory method(s), not the ESITarget
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: false
| Field Summary | |
|---|---|
static String |
DESCRIPTION
Label for the attribute; A user-friendly textual description of the target Supported API: true |
static String |
NAME
Label for the attribute; Name of the organization Supported API: true |
static String |
SYSTEM
Label for the attribute. |
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
IdentificationObject |
getIdentificationObject()
Supported API: true |
String |
getName()
Gets the value of the attribute: NAME. |
String |
getObjectID()
Return the UFID of this ESITarget object. |
String |
getSystem()
Gets the value of the attribute: SYSTEM. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
void |
setSystem(String a_System)
Sets the value of the attribute: SYSTEM. |
| 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 NAME
public static final String DESCRIPTION
public static final String SYSTEM
| Method Detail |
|---|
public String getName()
public void setName(String a_Name)
throws WTPropertyVetoException
a_Name -
WTPropertyVetoExceptionpublic String getDescription()
public void setDescription(String a_Description)
throws WTPropertyVetoException
a_Description -
WTPropertyVetoExceptionpublic String getSystem()
public void setSystem(String a_System)
throws WTPropertyVetoException
a_System -
WTPropertyVetoException
public String getObjectID()
throws WTException
WTException
public IdentificationObject getIdentificationObject()
throws WTException
getIdentificationObject in interface IdentifiedWTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||