|
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.EntryPointInfo
public class EntryPointInfo
The EntryPointInfo
class and methods are used to represent the properties of entry point objects.
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 |
---|
public String getName()
public void setName(String name)
public int getType()
Constants.AR_ENTRYPOINT_TYPE_AL_GUIDE
: (INT):
Constants.AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH
: (INT):
Constants.AR_ENTRYPOINT_TYPE_DEFAULT_NEW
: (INT):
public void setType(int type)
Constants.AR_ENTRYPOINT_TYPE_AL_GUIDE
: (INT):
Constants.AR_ENTRYPOINT_TYPE_DEFAULT_SEARCH
: (INT):
Constants.AR_ENTRYPOINT_TYPE_DEFAULT_NEW
: (INT):
public String getEntryPointDisplayLabel()
public void setEntryPointDisplayLabel(String label)
public String getOwnerAppName()
public void setOwnerAppName(String name)
public String getOwnerAppDisplayLabel()
public void setOwnerAppDisplayLabel(String label)
public List<PermissionInfo> getPermissions()
public void setPermissions(List<PermissionInfo> permissionList)
public List<ContainerOwner> getOwnerObjList()
public void setOwnerObjList(List<ContainerOwner> owner)
public String getDescription()
public void setDescription(String description)
public List<Reference> getReferences()
public void setReferences(List<Reference> references)
public String getHelpText()
public void setHelpText(String helpText)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
public ObjectPropertyMap getProps()
public void setProps(ObjectPropertyMap props)
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |