com.poscoict.glueframework.schema.parser
Class GlueLayoutInfo.GlueLayoutAttributeInfo

java.lang.Object
  extended by com.poscoict.glueframework.schema.parser.GlueLayoutInfo.GlueLayoutAttributeInfo
Enclosing class:
GlueLayoutInfo

public class GlueLayoutInfo.GlueLayoutAttributeInfo
extends Object


Constructor Summary
GlueLayoutInfo.GlueLayoutAttributeInfo(String type, int seq, String id, String name, String datatype, int length, int precision)
           
 
Method Summary
 String getDatatype()
           
 String getId()
           
 int getLength()
           
 String getName()
           
 int getPrecision()
           
 int getSeq()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlueLayoutInfo.GlueLayoutAttributeInfo

public GlueLayoutInfo.GlueLayoutAttributeInfo(String type,
                                              int seq,
                                              String id,
                                              String name,
                                              String datatype,
                                              int length,
                                              int precision)
Parameters:
type -
seq -
id -
name -
datatype -
length -
precision -
Method Detail

getType

public String getType()
Returns:
the type

getSeq

public int getSeq()
Returns:
the seq

getId

public String getId()
Returns:
the id

getName

public String getName()
Returns:
the name

getDatatype

public String getDatatype()
Returns:
the datatype

getLength

public int getLength()
Returns:
the length

getPrecision

public int getPrecision()
Returns:
the precision

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013–2015 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.