com.safeidentity.adminservice.objects
Class AdminGroup

java.lang.Object
  extended bycom.safeidentity.adminservice.objects.SFObject
      extended bycom.safeidentity.adminservice.objects.Profile
          extended bycom.safeidentity.adminservice.objects.Group
              extended bycom.safeidentity.adminservice.objects.AdminGroup

public class AdminGroup
extends Group

°ü¸®ÀÚ ±×·ì¿¡ ´ëÇÑ Á¤º¸¸¦ ´ã°í ÀÖ´Â °´Ã¼¿¡ ´ëÇÑ Å¬·¡½º


Field Summary
 
Fields inherited from class com.safeidentity.adminservice.objects.Group
m_vcInvalidMember, m_vcMember
 
Fields inherited from class com.safeidentity.adminservice.objects.Profile
m_vcProfile
 
Fields inherited from class com.safeidentity.adminservice.objects.SFObject
m_dCreate, m_dModify, m_strCreator, m_strDesc, m_strEid, m_strId, m_strModifier, m_strName
 
Constructor Summary
AdminGroup()
          »ý¼ºÀÚ
AdminGroup(java.lang.String strName)
          »ý¼ºÀÚ
AdminGroup(java.lang.String strName, java.lang.String strId)
          »ý¼ºÀÚ
 
Method Summary
 void destroy()
          Method destroy
 void finalize()
          Method finalize
 
Methods inherited from class com.safeidentity.adminservice.objects.Group
assignInvalidUser, assignInvalidUsers, assignUser, assignUsers, getInvalidUserList, getUserList
 
Methods inherited from class com.safeidentity.adminservice.objects.Profile
addProfile, addProfile, deleteProfile, getProfile, getProfile, main, setProfile, toString
 
Methods inherited from class com.safeidentity.adminservice.objects.SFObject
getCreateDate, getCreateTimeStamp, getCreator, getDesc, getEid, getId, getModifier, getModifyDate, getModifyTimeStamp, getName, setCreateDate, setCreateTimeStamp, setCreator, setDesc, setEid, setId, setModifier, setModifyDate, setModifyTimeStamp, setName, setObject
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdminGroup

public AdminGroup()
»ý¼ºÀÚ


AdminGroup

public AdminGroup(java.lang.String strName)
»ý¼ºÀÚ

Parameters:
strName - °ü¸®ÀÚ±×·ìÀÇ À̸§

AdminGroup

public AdminGroup(java.lang.String strName,
                  java.lang.String strId)
»ý¼ºÀÚ

Parameters:
strName - °ü¸®ÀÚ±×·ìÀÇ À̸§
strId - °ü¸®ÀÚ±×·ìÀÇ ¾ÆÀ̵ð
Method Detail

destroy

public void destroy()
Description copied from class: Group
Method destroy

Overrides:
destroy in class Group

finalize

public void finalize()
              throws java.lang.Throwable
Description copied from class: Group
Method finalize

Overrides:
finalize in class Group
Throws:
java.lang.Throwable


Copyright © 2004 SoftForum Corp. All Rights Reserved.