|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the documentation contained in a deployment descriptor's part.
Method Summary | |
java.lang.String |
getDescription()
Returns the description of the dd part. |
java.lang.String |
getDisplayName()
Returns the display name, used in tools. |
java.lang.String |
getLargeIcon()
Returns the large icon, used in tools. |
java.lang.String |
getSmallIcon()
Returns the small icon, used in tools. |
Endpoint |
getURL()
Returns the URL containing additional documentation. |
void |
setDescription(java.lang.String description)
Sets the description of the dd part. |
void |
setDisplayName(java.lang.String displayName)
Sets the display name, used in tools. |
void |
setLargeIcon(java.lang.String icon)
Sets the large icon, used in tools. |
void |
setSmallIcon(java.lang.String icon)
Sets the small icon, used in tools. |
void |
setURL(Endpoint endpoint)
Sets the URL containing additional documentation. |
Method Detail |
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName
- the display namepublic java.lang.String getSmallIcon()
public void setSmallIcon(java.lang.String icon)
icon
- the small iconpublic java.lang.String getLargeIcon()
public void setLargeIcon(java.lang.String icon)
icon
- the large iconpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description of the dd partpublic Endpoint getURL()
public void setURL(Endpoint endpoint)
endpoint
- URL containing additional documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |