egovframework.rfc3.iam.vo
Class GroupHierarchyVO
java.lang.Object
egovframework.rfc3.iam.vo.GroupHierarchyVO
- All Implemented Interfaces:
- java.io.Serializable
public class GroupHierarchyVO
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupHierarchyVO
public GroupHierarchyVO()
getParentGroupId
public java.lang.String getParentGroupId()
setParentGroupId
public void setParentGroupId(java.lang.String parentGroupId)
getChildGroupId
public java.lang.String getChildGroupId()
setChildGroupId
public void setChildGroupId(java.lang.String childGroupId)
getCreateDate
public java.util.Date getCreateDate()
setCreateDate
public void setCreateDate(java.util.Date createDate)
getModifyDate
public java.util.Date getModifyDate()
setModifyDate
public void setModifyDate(java.util.Date modifyDate)