com.poscoict.glueframework.schema.parser
Class GlueLayoutInfo

java.lang.Object
  extended by com.poscoict.glueframework.schema.parser.GlueLayoutInfo

public class GlueLayoutInfo
extends Object


Nested Class Summary
 class GlueLayoutInfo.GlueLayoutAttributeInfo
           
 
Constructor Summary
GlueLayoutInfo(String id, String name)
           
 
Method Summary
 void addAttributeInfo(String type, int seq, String id, String name, String datatype, int length, int precision)
           
 List<GlueLayoutInfo.GlueLayoutAttributeInfo> getAttributeList()
           
 String getId()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlueLayoutInfo

public GlueLayoutInfo(String id,
                      String name)
Parameters:
id -
name -
Method Detail

getId

public String getId()
Returns:
the id

getName

public String getName()
Returns:
the name

getAttributeList

public List<GlueLayoutInfo.GlueLayoutAttributeInfo> getAttributeList()
Returns:

addAttributeInfo

public void addAttributeInfo(String type,
                             int seq,
                             String id,
                             String name,
                             String datatype,
                             int length,
                             int precision)
Parameters:
type -
seq -
id -
name -
datatype -
length -
precision -

toString

public String toString()
Overrides:
toString in class Object


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