Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

oracle.apps.fnd.applxdf.comp
Class StorageParameters

java.lang.Object
  extended by oracle.apps.fnd.applxdf.comp.StorageParameters

public class StorageParameters
extends java.lang.Object

class definition.


Constructor Summary
StorageParameters()
          Constructor.
 
Method Summary
 java.lang.String getDegree()
          Get the degree value.
 java.lang.String getFreeListGroups()
          Get the free list froups.
 java.lang.String getFreeLists()
          Get the free lists.
 java.lang.String getInitialExtent()
          Get the INITIAL
 java.lang.String getIniTrans()
          Get the INITTRANS.
 java.lang.String getMaxExtents()
          Get the MAX EXTENTS.
 java.lang.String getMaxTrans()
          Get the MAXTRANS.
 java.lang.String getMinExtents()
          Get the MIN EXTENTS.
 java.lang.String getNextExtent()
          Get the NEXT value.
 java.lang.String getPartitioned()
          Get the partitioned value.
 java.lang.String getPctFree()
          Get percentage free.
 java.lang.String getPctIncrease()
          Get the Percentage Increase.
 java.lang.String getPctUsed()
          Get the percentage used.
 void setDegree(java.lang.String val)
          Set the degree.
 void setFreeListGroups(java.lang.String val)
          Set the free list groups.
 void setFreeLists(java.lang.String val)
          Set the free list.
 void setInitialExtent(java.lang.String val)
          Set the INITIAL.
 void setIniTrans(java.lang.String val)
          Set the INITTRANS.
 void setIotType(boolean val)
          Set IOT type.
 void setMaxExtents(java.lang.String val)
          Set the MAX EXTENTS.
 void setMaxTrans(java.lang.String val)
          Set the MAXTRANS.
 void setMinExtents(java.lang.String val)
          Set the MIN EXTENTS.
 void setNextExtent(java.lang.String val)
          Set the NEXT value.
 void setPartitioned(java.lang.String val)
          Set the partitioned value.
 void setPctFree(java.lang.String val)
          Set the percentage free vlaue.
 void setPctIncrease(java.lang.String val)
          Set the Percentage Increase.
 void setPctUsed(java.lang.String val)
          Set the percentage used.
 java.lang.String storageDiff(StorageParameters targetStorage, int temp)
          Check the differences and update the storage parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageParameters

public StorageParameters()
Constructor.

Method Detail

getPctFree

public java.lang.String getPctFree()
Get percentage free.

Returns:
percentage free string

setPctFree

public void setPctFree(java.lang.String val)
Set the percentage free vlaue.

Parameters:
val - percentage free vlaue

getPctUsed

public java.lang.String getPctUsed()
Get the percentage used.

Returns:
percentage used value

setPctUsed

public void setPctUsed(java.lang.String val)
Set the percentage used.

Parameters:
val - percentage used

setIotType

public void setIotType(boolean val)
Set IOT type.

Parameters:
val - IOT type value

getIniTrans

public java.lang.String getIniTrans()
Get the INITTRANS.

Returns:
INITTRANS

setIniTrans

public void setIniTrans(java.lang.String val)
Set the INITTRANS.

Parameters:
val - INITTRANS value

getMaxTrans

public java.lang.String getMaxTrans()
Get the MAXTRANS.

Returns:
MAXTRANS

setMaxTrans

public void setMaxTrans(java.lang.String val)
Set the MAXTRANS.

Parameters:
val - MAXTRANS value

getInitialExtent

public java.lang.String getInitialExtent()
Get the INITIAL

Returns:
INITIAL value

setInitialExtent

public void setInitialExtent(java.lang.String val)
Set the INITIAL.

Parameters:
val - INITIAL value

getNextExtent

public java.lang.String getNextExtent()
Get the NEXT value.

Returns:
NEXT vlaue

setNextExtent

public void setNextExtent(java.lang.String val)
Set the NEXT value.

Parameters:
val - NEXT value

getMinExtents

public java.lang.String getMinExtents()
Get the MIN EXTENTS.

Returns:
MIN EXTENTS

setMinExtents

public void setMinExtents(java.lang.String val)
Set the MIN EXTENTS.

Parameters:
val - MIN EXTENTS

getMaxExtents

public java.lang.String getMaxExtents()
Get the MAX EXTENTS.

Returns:
MAX EXTENTS

setMaxExtents

public void setMaxExtents(java.lang.String val)
Set the MAX EXTENTS.

Parameters:
val - MAX EXTENTS

getPctIncrease

public java.lang.String getPctIncrease()
Get the Percentage Increase.

Returns:
Percentage Increase

setPctIncrease

public void setPctIncrease(java.lang.String val)
Set the Percentage Increase.

Parameters:
val - Percentage Increase value

getPartitioned

public java.lang.String getPartitioned()
Get the partitioned value.

Returns:
partitioned value

setPartitioned

public void setPartitioned(java.lang.String val)
Set the partitioned value.

Parameters:
val - partitioned value

getFreeLists

public java.lang.String getFreeLists()
Get the free lists.

Returns:
the free lists string

setFreeLists

public void setFreeLists(java.lang.String val)
Set the free list.

Parameters:
val - free lists string

getFreeListGroups

public java.lang.String getFreeListGroups()
Get the free list froups.

Returns:
free list groups string

setFreeListGroups

public void setFreeListGroups(java.lang.String val)
Set the free list groups.

Parameters:
val - free list groups string

getDegree

public java.lang.String getDegree()
Get the degree value.

Returns:
degree value

setDegree

public void setDegree(java.lang.String val)
Set the degree.

Parameters:
val - degree value

storageDiff

public java.lang.String storageDiff(StorageParameters targetStorage,
                                    int temp)
Check the differences and update the storage parameters.

Parameters:
targetStorage - storage parameters
temp -
Returns:

Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

Copyright © 2011 Oracle. All Rights Reserved.