| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.portal.tools.resource.ResourceIDBuilder<T>
com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PropertyID>
com.bea.portal.tools.content.PropertyIDBuilder
public final class PropertyIDBuilder
Builds and parses PropertyID instances.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class com.bea.portal.tools.resource.ResourceIDBuilder | 
|---|
ResourceIDBuilder.ParseContext | 
| Field Summary | 
|---|
| Fields inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder | 
|---|
tags | 
| Constructor Summary | |
|---|---|
PropertyIDBuilder()
Constructor.  | 
|
| Method Summary | |
|---|---|
 PropertyID | 
createResourceID()
Create the PropertyID. | 
 NodeID | 
getNodeID()
Get the NodeID of the content node. | 
 String | 
getPropertyName()
Get the name of the property.  | 
 PropertyIDBuilder | 
parseResourceURN(String resourceURN)
Parse the given URN.  | 
 PropertyIDBuilder | 
setPropertyName(String name)
Change the name of the property.  | 
 PropertyIDBuilder | 
setRepository(NodeID nodeID)
Change the NodeID of the content node. | 
| Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder | 
|---|
clone, getTag, getTags, getTagValue, getTagValue, parseResourcePath, processResourceTags, reset, setTagValue | 
| Methods inherited from class com.bea.portal.tools.resource.ResourceIDBuilder | 
|---|
createParseContext, getExpectedResourceType, getResourceType, getResourceURN, parseResourceTypeNamespaceURI, parseResourceURN, resolveResourceType, setResourceType, setResourceURN, toString | 
| Methods inherited from class java.lang.Object | 
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public PropertyIDBuilder()
| Method Detail | 
|---|
public PropertyIDBuilder parseResourceURN(String resourceURN)
parseResourceURN in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PropertyID>resourceURN - the URN of the referrent resource
TaggedResourceIDBuilderpublic NodeID getNodeID()
NodeID of the content node.
NodeID of the content nodepublic PropertyIDBuilder setRepository(NodeID nodeID)
NodeID of the content node.
nodeID - NodeID of the content node
PropertyIDBuilderpublic String getPropertyName()
public PropertyIDBuilder setPropertyName(String name)
name - the name of the property
PropertyIDBuilderpublic PropertyID createResourceID()
PropertyID.
createResourceID in class ResourceIDBuilder<PropertyID>PropertyID
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||