|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.Action com.bmc.arsys.api.CommitChangesAction
public class CommitChangesAction
The CommitChangesAction
class is used to create and retrieve information about the Commit Changes active
link action. You use the Commit Changes action to apply changes in a form or to write the data entered in a dialog
box to the parent form.
For more information, see the Developing AR System Applications:Basic guide.
Constructor Summary | |
---|---|
CommitChangesAction()
constructor |
|
CommitChangesAction(String formName)
construct CommitChangesAction object using the name of the form to push infomation to |
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
String |
getFormName()
Returns name of form to push information to. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setFormName(String formName)
Sets name of form to push information to. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.Action |
---|
equals, getActionType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CommitChangesAction()
public CommitChangesAction(String formName)
Method Detail |
---|
public String getFormName()
public void setFormName(String formName)
public Object clone() throws CloneNotSupportedException
clone
in class Action
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Action
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Action
public String toString()
toString
in class Action
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |