|
Copyright @ 2002 SAP. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
DCReference |
getComponent()
Returns the component of the referenced entity |
java.lang.String |
getName()
Returns the name of the referenced entity |
java.lang.String |
getPackageName()
Returns the name of the package the referenced entity belongs to |
java.lang.String |
getPublicPart()
Returns the public part of the referenced entity |
java.lang.String |
getSubType()
Returns the subtype of the references entity |
java.lang.String |
getType()
Returns the type of the referenced entity |
void |
serialize(XMLWriter writer)
Serializes the reference to the given XMLWriter. |
void |
setComponent(DCReference component)
Sets the component of the referenced entity |
void |
setName(java.lang.String name)
Sets the name of the referenced entity |
void |
setPackageName(java.lang.String packageName)
Sets the name of the package the referenced entity belongs to |
void |
setPublicPart(java.lang.String publicPart)
Sets the public part of the referenced entity |
void |
setSubType(java.lang.String subtype)
Sets the subtype of the referenced entity |
void |
setType(java.lang.String type)
Sets the type of the referenced entity |
void |
validate()
Verifies that the component reference is valid (according to the DTD). |
| Methods inherited from interface com.sap.tc.complib.Identifiable |
getUniqueKey |
| Method Detail |
public DCReference getComponent()
public void setComponent(DCReference component)
public java.lang.String getPublicPart()
public void setPublicPart(java.lang.String publicPart)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getPackageName()
public void setPackageName(java.lang.String packageName)
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 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 | |||||||||