7.0 Action Request System Java API

com.remedy.arsys.api
Class EntryReturn

java.lang.Object
  extended bycom.remedy.arsys.api.BulkEntryReturn
      extended bycom.remedy.arsys.api.EntryReturn
All Implemented Interfaces:
java.lang.Cloneable

public class EntryReturn
extends BulkEntryReturn
implements java.lang.Cloneable

The EntryReturn class defines the return values for entry related bulk calls that return an entry Id.


Constructor Summary
EntryReturn()
          Constructs a new EntryReturn object
 
Method Summary
 java.lang.Object clone()
          Makes a copy of the object.
 EntryID getEntryId()
          Returns the entry Id.
 
Methods inherited from class com.remedy.arsys.api.BulkEntryReturn
getCallType, getStatusList
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryReturn

public EntryReturn()
Constructs a new EntryReturn object

Method Detail

getEntryId

public EntryID getEntryId()
Returns the entry Id.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Makes a copy of the object.

Overrides:
clone in class BulkEntryReturn
Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API