소스 및 주석 정리

This commit is contained in:
ParkSeongMin
2015-10-26 08:37:27 +00:00
parent 228b3ff3f4
commit a15546dc18
12 changed files with 11 additions and 157 deletions

View File

@@ -23,23 +23,11 @@ import com.nexacro.xapi.tx.PlatformException;
import com.nexacro.xapi.tx.PlatformType;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : NexacroFirstRowHandlerTest.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 18.
* @version 1.0
* @see
* @Modification Information
*
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 18. Park SeongMin 최초 생성
* </pre>
*/
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = { "classpath*:spring/context-*.xml" } )

View File

@@ -3,24 +3,12 @@ package com.nexacro.spring.data.convert;
import org.junit.Test;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : NexacroConvertListenerTest.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 9.
* @since 08.09.2015
* @version 1.0
* @see
* @Modification Information
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 9. Park SeongMin 최초 생성
* </pre>
*/
public class NexacroConvertListenerTest {
@Test

View File

@@ -13,23 +13,11 @@ import com.nexacro.xapi.data.DataSet;
import com.nexacro.xapi.data.Variable;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : NexacroConverterFactoryTest.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 4.
* @since 08.04.2015
* @version 1.0
* @see
* @Modification Information
*
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 4. Park SeongMin 최초 생성
* </pre>
*/
public class NexacroConverterFactoryTest {

View File

@@ -26,24 +26,12 @@ import com.nexacro.xapi.data.datatype.PlatformDataType;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : DataSetToListConverterTest.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 4.
* @since 08.04.2015
* @version 1.0
* @see
* @Modification Information
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 4. Park SeongMin 최초 생성
* </pre>
*/
public class DataSetToListConverterTest {
private DataSetToListConverter converter;

View File

@@ -21,24 +21,12 @@ import com.nexacro.xapi.data.ConstantColumnHeader;
import com.nexacro.xapi.data.DataSet;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : ListToDataSetConverterTest.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 4.
* @since 08.04.2015
* @version 1.0
* @see
* @Modification Information
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 4. Park SeongMin 최초 생성
* </pre>
*/
public class ListToDataSetConverterTest {
private ListToDataSetConverter converter;

View File

@@ -14,24 +14,12 @@ import org.springframework.beans.NotWritablePropertyException;
import com.nexacro.spring.data.support.bean.DefaultBean;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : NexacroBeanWrapperTest.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 4.
* @since 08.04.2015
* @version 1.0
* @see
* @Modification Information
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 4. Park SeongMin 최초 생성
* </pre>
*/
public class NexacroBeanWrapperTest {
@Test

View File

@@ -21,25 +21,12 @@ import com.nexacro.xapi.data.datatype.DataType;
import com.nexacro.xapi.data.datatype.PlatformDataType;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : TestDataUtil.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 10.
* @since 08.10.2015
* @version 1.0
* @see
* @Modification Information
*
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 10. Park SeongMin 최초 생성
* </pre>
*/
public abstract class NexacroTestUtil {
private static String[] dsPropertyNames;

View File

@@ -13,22 +13,11 @@ import com.nexacro.spring.data.convert.NexacroConvertException;
import com.nexacro.xapi.data.Variable;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : ObjectToVariableTest.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 19.
* @since 08.19.2015
* @version 1.0
* @see
* @Modification Information
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 19. Park SeongMin 최초 생성
* </pre>
*/
public class ObjectToVariableConverterTest {

View File

@@ -13,24 +13,12 @@ import com.nexacro.spring.data.convert.NexacroConvertException;
import com.nexacro.xapi.data.Variable;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : VariableToObjectConverterTest.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 19.
* @since 08.19.2015
* @version 1.0
* @see
* @Modification Information
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 19. Park SeongMin 최초 생성
* </pre>
*/
public class VariableToObjectConverterTest {
private VariableToObjectConverter converter;

View File

@@ -4,25 +4,12 @@ import java.math.BigDecimal;
import java.util.Date;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : DefaultBean.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 4.
* @since 08.04.2015
* @version 1.0
* @see
* @Modification Information
*
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 4. Park SeongMin 최초 생성
* </pre>
*/
public class DefaultBean {
private int employeeId;

View File

@@ -4,24 +4,12 @@ import com.nexacro.spring.data.DataSetRowTypeAccessor;
import com.nexacro.spring.data.DataSetSavedDataAccessor;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : NexacroBean.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 4.
* @since 08.04.2015
* @version 1.0
* @see
* @Modification Information
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 4. Park SeongMin 최초 생성
* </pre>
*/
public class NexacroSupportedBean extends DefaultBean implements DataSetRowTypeAccessor, DataSetSavedDataAccessor<NexacroSupportedBean>{
private int rowType;

View File

@@ -3,25 +3,12 @@ package com.nexacro.spring.data.support.bean;
import java.util.List;
/**
* <pre>
* Statements
* </pre>
*
* @ClassName : ExtendedBean.java
* @Description : 클래스 설명을 기술합니다.
* @author Park SeongMin
* @since 2015. 8. 10.
* @since 08.10.2015
* @version 1.0
* @see
* @Modification Information
*
* <pre>
* since author description
* =========== ============= ===========================
* 2015. 8. 10. Park SeongMin 최초 생성
* </pre>
*/
public class UnsupportedBean extends DefaultBean {
private List<String> stringList;