egovframework.rfc3.iam.vo
Class RolesHierarchyVO

java.lang.Object
  extended by egovframework.rfc3.iam.vo.RolesHierarchyVO
All Implemented Interfaces:
java.io.Serializable

public class RolesHierarchyVO
extends java.lang.Object
implements java.io.Serializable

권한관리 계층구조 관련 변수

Since:
2010.12.20
Version:
egovframework RFC 3.0
Author:
허성철
See Also:
 << 개정이력(Modification Information) >>
   
   수정일      수정자           수정내용
  -------    -------------    ----------------------
   2010.12.20  허성철 최초작업

 Copyright (C) 2010 by skoinfo  All right reserved.
   
, Serialized Form

Constructor Summary
RolesHierarchyVO()
           
 
Method Summary
 java.lang.String getChildRole()
          childRole attribute 를 리턴한다.
 java.util.Date getCreateDate()
          createDate attribute 를 리턴한다.
 java.util.Date getModifyDate()
          modifyDate attribute 를 리턴한다.
 java.lang.String getParentRole()
          parentRole attribute 를 리턴한다.
 void setChildRole(java.lang.String childRole)
           
 void setCreateDate(java.util.Date createDate)
          createDate attribute 값을 설정한다.
 void setModifyDate(java.util.Date modifyDate)
          modifyDate attribute 값을 설정한다.
 void setParentRole(java.lang.String parentRole)
          createDate attribute 값을 설정한다.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolesHierarchyVO

public RolesHierarchyVO()
Method Detail

getParentRole

public java.lang.String getParentRole()
parentRole attribute 를 리턴한다.

Returns:
String

setParentRole

public void setParentRole(java.lang.String parentRole)
createDate attribute 값을 설정한다.

Parameters:
createDate - Date

getChildRole

public java.lang.String getChildRole()
childRole attribute 를 리턴한다.

Returns:
String

setChildRole

public void setChildRole(java.lang.String childRole)

getCreateDate

public java.util.Date getCreateDate()
createDate attribute 를 리턴한다.

Returns:
Date

setCreateDate

public void setCreateDate(java.util.Date createDate)
createDate attribute 값을 설정한다.

Parameters:
createDate - Date

getModifyDate

public java.util.Date getModifyDate()
modifyDate attribute 를 리턴한다.

Returns:
Date

setModifyDate

public void setModifyDate(java.util.Date modifyDate)
modifyDate attribute 값을 설정한다.

Parameters:
modifyDate - Date