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–2021 POSCO ICT. All rights reserved.