Skip navigation links


oracle.iam.reconciliation.config.vo
Class StagingField

java.lang.Object
  extended by oracle.iam.reconciliation.config.vo.Field
      extended by oracle.iam.reconciliation.config.vo.StagingField

All Implemented Interfaces:
java.io.Serializable

public class StagingField
extends Field
See Also:
Serialized Form

Constructor Summary
StagingField(java.lang.String name, Type type, java.lang.Integer length)
           
StagingField(java.lang.String name, Type type, java.lang.Integer length, java.lang.Integer precision)
           
StagingField(java.lang.String name, Type type, java.lang.Integer length, java.lang.Integer precision, java.lang.Boolean indexed)
           

 

Method Summary
 java.lang.Integer getLength()
           
 java.lang.Integer getPrecision()
           
 Type getType()
           
 boolean isIndexed()
           
 void setLength(java.lang.Integer length)
           

 

Methods inherited from class oracle.iam.reconciliation.config.vo.Field
getName

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

StagingField

public StagingField(java.lang.String name,
                    Type type,
                    java.lang.Integer length)

StagingField

public StagingField(java.lang.String name,
                    Type type,
                    java.lang.Integer length,
                    java.lang.Integer precision)

StagingField

public StagingField(java.lang.String name,
                    Type type,
                    java.lang.Integer length,
                    java.lang.Integer precision,
                    java.lang.Boolean indexed)

Method Detail

isIndexed

public boolean isIndexed()

setLength

public void setLength(java.lang.Integer length)

getLength

public java.lang.Integer getLength()

getPrecision

public java.lang.Integer getPrecision()

getType

public Type getType()

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.