|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Blueprint
This is the base interface for all blueprints. Like all such interfaces the goal here is to establish a base set of methods that work across all blueprints via universal signatures and define common functionality that should be provided by all blueprint implementations.
| Method Summary | |
|---|---|
String |
getAuthor()
|
String |
getDescription()
|
String |
getImplementingClass()
This method will return a different identifier depending on the implementing subclass. |
String |
getOrganization()
|
String |
getPublicationDate()
|
void |
setAuthor(String author)
This allows setting the individual contact of record for this release, if appropriate. |
void |
setDescription(String description)
|
void |
setOrganization(String organization)
|
void |
setPublicationDate(String publicationDate)
|
| Method Detail |
|---|
void setAuthor(String author)
author - The indentification string of an individual or contact entity for a company.String getAuthor()
String getImplementingClass()
String getDescription()
void setDescription(String description)
description - Returns the description of the blueprint.String getOrganization()
void setOrganization(String organization)
organization - Sets the organization that published this service blueprint.String getPublicationDate()
void setPublicationDate(String publicationDate)
publicationDate - Returns the date of publication for this service blueprint.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||