|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.DDEInfo
The DDEInfo
class specifies a DDE result value to assign in a Set Fields
action. This option is available for active links on Windows clients only.
Constructor Summary | |
DDEInfo()
constructor |
|
DDEInfo(java.lang.String serviceName,
java.lang.String topic,
java.lang.String item,
long action,
java.lang.String pathToProgram,
java.lang.String command)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
long |
getAction()
Returns integer value identifying the type of DDE action. |
java.lang.String |
getCommand()
Returns string specifying the command to execute. |
java.lang.String |
getItem()
Returns string specifying the item to retrieve. |
java.lang.String |
getPathToProgram()
Returns string specifying the path to the application. |
java.lang.String |
getServiceName()
Returns string specifying the service to use. |
java.lang.String |
getTopic()
Returns string specifying the topic to use. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setAction(long action)
Sets integer value identifying the type of DDE action. |
void |
setCommand(java.lang.String command)
Sets string specifying the command to execute. |
void |
setItem(java.lang.String item)
Sets string specifying the item to retrieve. |
void |
setPathToProgram(java.lang.String pathToProgram)
Sets string specifying the path to the application. |
void |
setServiceName(java.lang.String serviceName)
Sets string specifying the service to use. |
void |
setTopic(java.lang.String topic)
Sets string specifying the topic to use. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DDEInfo()
public DDEInfo(java.lang.String serviceName, java.lang.String topic, java.lang.String item, long action, java.lang.String pathToProgram, java.lang.String command)
Method Detail |
public java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
public java.lang.String getTopic()
public void setTopic(java.lang.String topic)
public java.lang.String getItem()
public void setItem(java.lang.String item)
public long getAction()
public void setAction(long action)
AR_DDE_REQUEST
for this item.
public java.lang.String getPathToProgram()
public void setPathToProgram(java.lang.String pathToProgram)
public java.lang.String getCommand()
public void setCommand(java.lang.String command)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |