egovframework.rfc3.common.vo
Class CodeSequenceCMS

java.lang.Object
  extended by egovframework.rfc3.common.vo.CodeSequenceCMS

public class CodeSequenceCMS
extends java.lang.Object

각 테이블 고유값 자동으로 증가시키기

Since:
2010.12.09
Version:
egovframework RFC 3.0
Author:
허성철
See Also:
 << 개정이력(Modification Information) >>
 
   수정일      수정자          수정내용
  -------    --------    ---------------------------
   2010.12.09  허성철 egovframe 수정작업
  
  Copyright (C) 2010 by skoinfo  All right reserved.
  

Constructor Summary
CodeSequenceCMS()
           
 
Method Summary
 int getChipers()
           
 java.lang.String getDelims()
           
 java.lang.String getFileName()
           
 java.math.BigDecimal getNextId()
          nextId attribute 값을 리턴한다.
 java.lang.String getQueryId()
          queryId attribute 값을 리턴한다.
 java.lang.String getTableName()
          tableName attribute 값을 리턴한다.
 void setChipers(int chipers)
           
 void setDelims(java.lang.String delims)
           
 void setFileName(java.lang.String fileName)
           
 void setNextId(java.math.BigDecimal nextId)
          nextId attribute 값을 설정한다.
 void setQueryId(java.lang.String queryId)
          queryId attribute 값을 설정한다.
 void setTableName(java.lang.String tableName)
          tableName attribute 값을 설정한다.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeSequenceCMS

public CodeSequenceCMS()
Method Detail

getQueryId

public java.lang.String getQueryId()
queryId attribute 값을 리턴한다.

Returns:
String

setQueryId

public void setQueryId(java.lang.String queryId)
queryId attribute 값을 설정한다.

Parameters:
queryId - String

getTableName

public java.lang.String getTableName()
tableName attribute 값을 리턴한다.

Returns:
String

setTableName

public void setTableName(java.lang.String tableName)
tableName attribute 값을 설정한다.

Parameters:
tableName - String

getNextId

public java.math.BigDecimal getNextId()
nextId attribute 값을 리턴한다.

Returns:
BigDecimal

setNextId

public void setNextId(java.math.BigDecimal nextId)
nextId attribute 값을 설정한다.

Parameters:
nextId - BigDecimal

getFileName

public java.lang.String getFileName()

setFileName

public void setFileName(java.lang.String fileName)

getDelims

public java.lang.String getDelims()

setDelims

public void setDelims(java.lang.String delims)

getChipers

public int getChipers()

setChipers

public void setChipers(int chipers)