Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.relational
Interface PartitionKey

All Superinterfaces:
Extensible, OWBNamedObject, PropertyOwner, PurePhysicalObject

public interface PartitionKey
extends PurePhysicalObject

PartitionKey interface represents a relational data entity index .


Method Summary
 boolean getDeployable()
          Get the Deployable Value.
 IndexPartitionOwner getIndexPartitionOwner()
          Get the IndexPartitionOwner who owns this PartitionKey.
 java.lang.String getPartitionKeyType()
          Get the PartitionKeyType.
 void setDeployable(boolean type)
          Sets the Deployable Value.
 void setIndexPartitionOwner(IndexPartitionOwner owner)
          Sets the IndexPartitionOwner who owns this PartitionKey.
 void setPartitionKeyType(java.lang.String type)
          Sets the PartitionKeyType.

 

Methods inherited from interface oracle.owb.foundation.OWBNamedObject
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName

 

Methods inherited from interface oracle.owb.foundation.property.PropertyOwner
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValue, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValue, setPropertyValueByString

 

Method Detail

getIndexPartitionOwner

public IndexPartitionOwner getIndexPartitionOwner()
Get the IndexPartitionOwner who owns this PartitionKey.
Returns:
an IndexPartitionOwner object.

setIndexPartitionOwner

public void setIndexPartitionOwner(IndexPartitionOwner owner)
Sets the IndexPartitionOwner who owns this PartitionKey.

setDeployable

public void setDeployable(boolean type)
Sets the Deployable Value.

setPartitionKeyType

public void setPartitionKeyType(java.lang.String type)
Sets the PartitionKeyType.
Parameters:
type - denotes the ParitionKey type.

getDeployable

public boolean getDeployable()
Get the Deployable Value.
Returns:
deployable value true or false.

getPartitionKeyType

public java.lang.String getPartitionKeyType()
Get the PartitionKeyType.
Returns:
PartitionKeyType as a String object.

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.