|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains an information about the author of the deployment package.
Method Summary | |
java.lang.String |
getCompany()
Returns the company which has created the package. |
java.lang.String |
getEmail()
Returns an email address of the packager. |
java.lang.String |
getName()
Returns the name of the packager. |
Endpoint |
getUrl()
Returns the URL where more information about the packager can be found. |
void |
setCompany(java.lang.String company)
Sets the company which has created the package. |
void |
setEmail(java.lang.String email)
Sets the email address of the packager. |
void |
setName(java.lang.String name)
Sets the name of the packager. |
void |
setUrl(Endpoint url)
Sets the URL where more information about the packager can be found. |
Methods inherited from interface org.systinet.wasp.dd.DeploymentPart |
getDeploymentDescriptor |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the packagerpublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- the email address of the packagerpublic java.lang.String getCompany()
public void setCompany(java.lang.String company)
company
- the company which has created the packagepublic Endpoint getUrl()
public void setUrl(Endpoint url)
url
- the URL where more information about the packager can be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |