|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.rf.common.namespace.DestinationDescriptor
Class implementing a destination of a resource in a namespace.
| Field Summary | |
protected String |
childName
|
protected OrderPosition |
orderPosition
|
protected boolean |
overwriteEnforced
|
protected IRid |
parentCollectionRid
|
| Constructor Summary | |
DestinationDescriptor(IRid parentCollectionRid,
String childName,
boolean overwriteEnforced)
Construct object of class DestinationDescriptor. |
|
DestinationDescriptor(IRid parentCollectionRid,
String childName,
OrderPosition orderPosition,
boolean overwriteEnforced)
Construct object of class DestinationDescriptor. |
|
| Method Summary | |
String |
getChildName()
Get name of the child resource. |
OrderPosition |
getOrderPosition()
Get order position of the child resource. |
IRid |
getParentCollectionRid()
Get parent collection resource id of the resource. |
boolean |
isOverwriteEnforced()
Get flag whether or not an existing resource should be overwritten. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected IRid parentCollectionRid
protected String childName
protected OrderPosition orderPosition
protected boolean overwriteEnforced
| Constructor Detail |
public DestinationDescriptor(IRid parentCollectionRid,
String childName,
boolean overwriteEnforced)
parentCollectionRid - parent collection resource id of the resourcechildName - name of the child resourceoverwriteEnforced - flag whether or not an existing resource should be
overwritten
public DestinationDescriptor(IRid parentCollectionRid,
String childName,
OrderPosition orderPosition,
boolean overwriteEnforced)
parentCollectionRid - parent collection resource id of the resourcechildName - name of the child resourceorderPosition - order position of the child resourceoverwriteEnforced - flag whether or not an existing resource should be
overwritten| Method Detail |
public IRid getParentCollectionRid()
getParentCollectionRid in interface IDestinationDescriptorpublic String getChildName()
getChildName in interface IDestinationDescriptorpublic OrderPosition getOrderPosition()
getOrderPosition in interface IDestinationDescriptorpublic boolean isOverwriteEnforced()
isOverwriteEnforced in interface IDestinationDescriptor
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||