|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDescriptor
This interface encapsulates the idea of a description for a service policy.
Method Summary | |
---|---|
java.lang.String |
getContextHelpId()
Returns the context help id. |
java.lang.String |
getDescription()
Returns the description for this descriptor. |
java.lang.String |
getIconBundleId()
Returns the icon bundle id. |
java.lang.String |
getIconPath()
Returns the icon path relative to an icon bundle. |
java.lang.String |
getLongName()
Returns the long name for the descriptor. |
java.lang.String |
getShortName()
Returns the short name for the descriptor |
void |
setContextHelpId(java.lang.String contextHelpId)
Sets the context help id for this descriptor. |
void |
setDescription(java.lang.String description)
Sets the description for this descriptor. |
void |
setIconBundleId(java.lang.String iconBundleId)
Sets the icon bundle id for this descriptor. |
void |
setIconPath(java.lang.String iconPath)
Sets the icon patch for this descriptor. |
void |
setLongName(java.lang.String longName)
Sets the long name for the descriptor. |
void |
setShortName(java.lang.String name)
Sets the short name for the descriptor. |
Method Detail |
---|
java.lang.String getShortName()
void setShortName(java.lang.String name)
name
- java.lang.String getLongName()
void setLongName(java.lang.String longName)
longName
- java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- java.lang.String getIconPath()
void setIconPath(java.lang.String iconPath)
iconPath
- java.lang.String getIconBundleId()
void setIconBundleId(java.lang.String iconBundleId)
iconBundleId
- java.lang.String getContextHelpId()
void setContextHelpId(java.lang.String contextHelpId)
contextHelpId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |