|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface representing components in general. Enhanced by interfaces DevelopmentComponent and SoftwareComponent.
| Method Summary | |
java.lang.String |
getCaption()
Returns a human readable name of the component |
java.lang.String |
getDescription()
Returns the description of the component |
java.lang.String |
getName()
Returns the name of the component |
java.lang.String |
getVendor()
Returns the vendor of the component |
void |
serialize(XMLWriter writer)
Serializes the component to the given XMLWriter. |
void |
setCaption(java.lang.String caption)
Sets a human readable name of the component |
void |
setDescription(java.lang.String description)
Sets the description of the component |
void |
setName(java.lang.String name)
Sets the name of the component |
void |
setVendor(java.lang.String vendor)
Sets the vendor of the component |
void |
validate()
Verifies that the component is valid (according to the DTD). |
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getVendor()
public void setVendor(java.lang.String vendor)
public java.lang.String getCaption()
public void setCaption(java.lang.String caption)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public void validate()
throws ValidationException
ValidationException - if the object is not valid.
public void serialize(XMLWriter writer)
throws ValidationException
writer - the XMLWriter to use for serialization.
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||