com.bea.portal.tools.content.type
Class PropertyDefinitionIDBuilder

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceIDBuilder<T>
      extended by com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PropertyDefinitionID>
          extended by com.bea.portal.tools.content.type.PropertyDefinitionIDBuilder
All Implemented Interfaces
Serializable, Cloneable

public class PropertyDefinitionIDBuilder
extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PropertyDefinitionID>

Builds and parses PropertyDefinitionID instances.

See Also
Serialized Form

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
PropertyDefinitionIDBuilder()
          Constructor.
 
Method Summary
 PropertyDefinitionID createResourceID()
          Create the PropertyDefinitionID.
 String getPropertyName()
          Get the name of the property definition.
 TypeID getTypeID()
          Get the TypeID of the type.
 PropertyDefinitionIDBuilder parseResourceURN(String resourceURN)
          Parse the given URN.
 PropertyDefinitionIDBuilder setPropertyName(String name)
          Change the name of the property definition.
 PropertyDefinitionIDBuilder setTypeID(TypeID typeID)
          Change the TypeID of the type.
 
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, setExpectedResourceType, setResourceType, setResourceURN, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDefinitionIDBuilder

public PropertyDefinitionIDBuilder()
Constructor.

Method Detail

parseResourceURN

public PropertyDefinitionIDBuilder parseResourceURN(String resourceURN)
Parse the given URN.

Overrides:
parseResourceURN in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PropertyDefinitionID>
Parameters
resourceURN - the URN of the referrent resource
Returns
this TaggedResourceIDBuilder

getTypeID

public TypeID getTypeID()
Get the TypeID of the type.

Returns
the TypeID of the type

setTypeID

public PropertyDefinitionIDBuilder setTypeID(TypeID typeID)
Change the TypeID of the type.

Parameters
typeID - the TypeID of the type
Returns
this PropertyDefinitionIDBuilder

getPropertyName

public String getPropertyName()
Get the name of the property definition.

Returns
the name of the property definition

setPropertyName

public PropertyDefinitionIDBuilder setPropertyName(String name)
Change the name of the property definition.

Parameters
name - name of the property definition
Returns
this PropertyDefinitionIDBuilder

createResourceID

public PropertyDefinitionID createResourceID()
Create the PropertyDefinitionID.

Overrides:
createResourceID in class ResourceIDBuilder<PropertyDefinitionID>
Returns
the PropertyDefinitionID


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.