|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface representing an entity of a development component.
| Method Summary | |
java.lang.String |
getCaption()
Returns a human readable name of the entity |
java.lang.String |
getDescription()
Returns the description of the entity |
FileSet |
getFileSet()
|
java.lang.String |
getName()
Returns the name of the entity |
java.lang.String |
getPackageName()
Returns the package to which this entity belongs. |
java.lang.String |
getSubType()
Returns the subtype of the entity |
java.lang.String |
getType()
Returns the type of the entity |
void |
serialize(XMLWriter writer)
Serializes the reference to the given XMLWriter. |
void |
serialize(XMLWriter writer,
java.lang.String formatVersion)
|
void |
setCaption(java.lang.String caption)
Sets a human readable name of the entity |
void |
setDescription(java.lang.String description)
Sets the description of the entity |
void |
setFileSet(FileSet fileSet)
|
void |
setName(java.lang.String name)
Sets the name of the entity |
void |
setPackageName(java.lang.String packageName)
Sets the package to which this entity should belong. |
void |
setSubType(java.lang.String subtype)
Sets the subtype of the entity |
void |
setType(java.lang.String type)
Sets the type of the entity |
void |
validate()
Verifies that the enity is valid (according to the DTD). |
| Methods inherited from interface com.sap.tc.complib.Identifiable |
getUniqueKey |
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
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 java.lang.String getPackageName()
public void setPackageName(java.lang.String packageName)
a - package name, or null if a previously set package name should
be removed.public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getSubType()
public void setSubType(java.lang.String subtype)
public FileSet getFileSet()
public void setFileSet(FileSet fileSet)
fileSet -
public void validate()
throws ValidationException
ValidationException - if the entity is not valid.
public void serialize(XMLWriter writer)
throws ValidationException
writer - the XMLWriter to use for serialization.
public void serialize(XMLWriter writer,
java.lang.String formatVersion)
throws ValidationException
writer - formatVersion - ValidationException -
|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||