public class GlueMessageAttributeDefinition extends Object
Constructor and Description |
---|
GlueMessageAttributeDefinition()
»ý¼ºÀÚ(constructor).
|
GlueMessageAttributeDefinition(String type,
int seq,
String id,
String name,
String datatype,
int length,
int precision)
»ý¼ºÀÚ(constructor).
|
Modifier and Type | Method and Description |
---|---|
String |
getDatatype()
AttributeÀÇ datatype¼Ó¼ºÀ» °¡Á®¿Â´Ù
|
String |
getId()
AttributeÀÇ Id¼Ó¼ºÀ» °¡Á®¿Â´Ù
|
int |
getLength()
AttributeÀÇ length¼Ó¼ºÀ» °¡Á®¿Â´Ù
|
String |
getName()
AttributeÀÇ name¼Ó¼ºÀ» °¡Á®¿Â´Ù
|
int |
getPrecision()
AttributeÀÇ precision¼Ó¼ºÀ» °¡Á®¿Â´Ù
|
int |
getSeq()
AttributeÀÇ Seq¼Ó¼ºÀ» °¡Á®¿Â´Ù
|
String |
getType()
AttributeÀÇ type¼Ó¼ºÀ» °¡Á®¿Â´Ù
|
void |
setDatatype(String datatype)
AttributeÀÇ datatype¼Ó¼ºÀ» ÀúÀåÇÑ´Ù.
|
void |
setId(String id)
AttributeÀÇ Id¼Ó¼ºÀ» ÀúÀåÇÑ´Ù.
|
void |
setLength(int length)
AttributeÀÇ length¼Ó¼ºÀ» ÀúÀåÇÑ´Ù.
|
void |
setName(String name)
AttributeÀÇ name¼Ó¼ºÀ» ÀúÀåÇÑ´Ù.
|
void |
setPrecision(int precision)
AttributeÀÇ precision¼Ó¼ºÀ» ÀúÀåÇÑ´Ù.
|
void |
setSeq(int seq)
AttributeÀÇseq¼Ó¼ºÀ» ÀúÀåÇÑ´Ù.
|
void |
setType(String type)
AttributeÀÇ type¼Ó¼ºÀ» ÀúÀåÇÑ´Ù.
|
public GlueMessageAttributeDefinition()
public String getType()
public void setType(String type)
type
- AttributeÀÇ typepublic int getSeq()
public void setSeq(int seq)
seq
- AttributeÀÇ seqpublic String getId()
public void setId(String id)
id
- AttributeÀÇ Idpublic String getName()
public void setName(String name)
name
- AttributeÀÇ namepublic String getDatatype()
public void setDatatype(String datatype)
datatype
- AttributeÀÇ datatypepublic int getLength()
public void setLength(int length)
length
- AttributeÀÇ lengthpublic int getPrecision()
public void setPrecision(int precision)
precision
- AttributeÀÇ precisionCopyright © 2013–2020 POSCO ICT. All rights reserved.