프로그래밍 주석
description :
author : 주레피
email : dhan@repia.com
lastupdate : 2020-01-31
/**
* 직무 정보(검색 포함) VO
* @author eleven
* @since 2020.02.20
* @version 1.0
* @see
*
* <pre>
* << 개정이력(Modification Information) >>
*
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2020.02.20. eleven 최초 생성
* 2020.02.21 주레피 네이밍 변경
* </pre>
*/
public class EvaluInfoVO extends EvaluVO implements Serializable
/**
* Returns an Image object that can then be painted on the screen.
* The url argument must specify an absolute {@link URL}. The name
* argument is a specifier that is relative to the url argument.
* <p>
* This method always returns immediately, whether or not the
* image exists. When this applet attempts to draw the image on
* the screen, the data will be loaded. The graphics primitives
* that draw the image will incrementally paint on the screen.
*
* @param url an absolute URL giving the base location of the image
* @param name the location of the image, relative to the url argument
* @return the image at the specified URL
* @see Image
*/
public Class
/**
* 역량 평가 조회
* @param EvaluStatVO
* @return EvaluStatVO
* @exception Exception
* @author 주레피
* @since 2020.03.17
*/
<!-- 직무 평가 항목 개수 조회
@author 주레피
@since 2020.03.30
-->
Ref