AR System Java API

com.bmc.arsys.api
Class EntryPointInfo

java.lang.Object
  extended by com.bmc.arsys.api.EntryPointInfo
All Implemented Interfaces:
Serializable, Cloneable

public class EntryPointInfo
extends Object
implements Cloneable, Serializable

The EntryPointInfo class and methods are used to represent the properties of entry point objects.

See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets description of the entry point.
 String getEntryPointDisplayLabel()
          Gets display label for the entry point.
 String getHelpText()
          Gets help text of the entry point.
 String getName()
           
 String getOwnerAppDisplayLabel()
          Gets the application display label of the entry point owner.
 String getOwnerAppName()
          Gets the application name of the entry point owner.
 List<ContainerOwner> getOwnerObjList()
          Gets the list of forms that own the entry point.
 List<PermissionInfo> getPermissions()
          Gets permissions (access control) of the entry point.
 ObjectPropertyMap getProps()
          Gets the entry point's object properties.
 List<Reference> getReferences()
          Gets an entry point reference list.
 Timestamp getTimestamp()
          Gets the time stamp of when the entry point was last changed.
 int getType()
          Gets entry point type.
 int hashCode()
           
 void setDescription(String description)
          Sets description of the entry point.
 void setEntryPointDisplayLabel(String label)
          Sets display label for the entry point.
 void setHelpText(String helpText)
          Sets help text of the entry point.
 void setName(String name)
           
 void setOwnerAppDisplayLabel(String label)
          Sets the application display label of the entry point owner.
 void setOwnerAppName(String name)
          Sets the application name of the entry point owner.
 void setOwnerObjList(List<ContainerOwner> owner)
          Sets the list of forms that own the entry point.
 void setPermissions(List<PermissionInfo> permissionList)
          Sets permissions of the entry point.
 void setProps(ObjectPropertyMap props)
          Sets the entry point's object properties.
 void setReferences(List<Reference> references)
          Sets an entry point reference list.
 void setTimestamp(Timestamp timestamp)
          Sets the time stamp of when the entry point was last changed.
 void setType(int type)
          Sets entry point type.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public int getType()
Gets entry point type.
  • Constants.AR_ENTRYPOINT_TYPE_AL_GUIDE : (INT):
  • Constants.AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH : (INT):
  • Constants.AR_ENTRYPOINT_TYPE_DEFAULT_NEW : (INT):


  • setType

    public void setType(int type)
    Sets entry point type.
  • Constants.AR_ENTRYPOINT_TYPE_AL_GUIDE : (INT):
  • Constants.AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH : (INT):
  • Constants.AR_ENTRYPOINT_TYPE_DEFAULT_NEW : (INT):


  • getEntryPointDisplayLabel

    public String getEntryPointDisplayLabel()
    Gets display label for the entry point.


    setEntryPointDisplayLabel

    public void setEntryPointDisplayLabel(String label)
    Sets display label for the entry point.


    getOwnerAppName

    public String getOwnerAppName()
    Gets the application name of the entry point owner.


    setOwnerAppName

    public void setOwnerAppName(String name)
    Sets the application name of the entry point owner.


    getOwnerAppDisplayLabel

    public String getOwnerAppDisplayLabel()
    Gets the application display label of the entry point owner.


    setOwnerAppDisplayLabel

    public void setOwnerAppDisplayLabel(String label)
    Sets the application display label of the entry point owner.


    getPermissions

    public List<PermissionInfo> getPermissions()
    Gets permissions (access control) of the entry point.


    setPermissions

    public void setPermissions(List<PermissionInfo> permissionList)
    Sets permissions of the entry point.


    getOwnerObjList

    public List<ContainerOwner> getOwnerObjList()
    Gets the list of forms that own the entry point.


    setOwnerObjList

    public void setOwnerObjList(List<ContainerOwner> owner)
    Sets the list of forms that own the entry point.


    getDescription

    public String getDescription()
    Gets description of the entry point.


    setDescription

    public void setDescription(String description)
    Sets description of the entry point.


    getReferences

    public List<Reference> getReferences()
    Gets an entry point reference list.


    setReferences

    public void setReferences(List<Reference> references)
    Sets an entry point reference list.


    getHelpText

    public String getHelpText()
    Gets help text of the entry point.


    setHelpText

    public void setHelpText(String helpText)
    Sets help text of the entry point.


    getTimestamp

    public Timestamp getTimestamp()
    Gets the time stamp of when the entry point was last changed.


    setTimestamp

    public void setTimestamp(Timestamp timestamp)
    Sets the time stamp of when the entry point was last changed.


    getProps

    public ObjectPropertyMap getProps()
    Gets the entry point's object properties.


    setProps

    public void setProps(ObjectPropertyMap props)
    Sets the entry point's object properties.


    toString

    public String toString()
    Overrides:
    toString in class Object

    hashCode

    public int hashCode()
    Overrides:
    hashCode in class Object

    equals

    public boolean equals(Object obj)
    Overrides:
    equals in class Object

    AR System Java API

    ? Copyright 2006, 2007 BMC Software, Inc.