com.safeidentity.adminservice.objects
Class Parent

java.lang.Object
  extended bycom.safeidentity.adminservice.objects.SFObject
      extended bycom.safeidentity.adminservice.objects.Parent

public class Parent
extends SFObject

±â±¸Ãà »çÀÌÆ®¿¡ Á¤ÀÇµÈ ½ºÅ°¸¶¿¡¼­ »ç¿ëµÇ´Â °ª Áß SafeIdentity¿¡¼­ µ¿ÀûÀ¸·Î ¸ÅÇÎµÈ ¼Ó¼º¿¡ ´ëÇÏ¿© ½ÇÁ¦ °ªÀ» ´ã±âÀ§ÇÏ¿© Á¤ÀÇµÈ Å¬·¡½º

Title: µ¿ÀûÀ¸·Î ¸ÅÇÎµÈ ¼Ó¼ºÀ» ´ã±âÀ§ÇÑ Å¬·¡½º

Description: µ¿ÀûÀ¸·Î ¸ÅÇÎµÈ ¼Ó¼ºÀ» ´ã±âÀ§ÇÑ Å¬·¡½º

Copyright: Softforum Copyright (c) 2003

Company: Softforum

Version:
1.0
Author:
Lee Ki Hwa

Field Summary
protected  java.util.Vector m_vcParent
          Field m_vcParent
 
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
Parent()
          ºÎ¸ð¼Ó¼º °´Ã¼ÀÇ »ý¼ºÀÚ
 
Method Summary
 void addParent(AttrItem pi)
          ºÎ¸ð ¼Ó¼º¿¡ ¸ÅÇÎµÈ °ª(AttrItem)À» Ãß°¡ÇÑ´Ù.
 void addParent(java.lang.String strName, java.lang.String strValue)
          ºÎ¸ð¼Ó¼º¿¡ ¸ÅÇεǴ °ªÀ» Ãß°¡ÇÑ´Ù.
 void deleteParent(java.lang.String strName, java.lang.String strValue)
          ¼³Á¤µÇ¾î ÀÖ´Â ºÎ¸ð¼Ó¼º¿¡ ¸ÅÇÎµÈ °ªÀ» »èÁ¦ÇÑ´Ù.
 void destroy()
          Method destroy
 void finalize()
          Method finalize
 java.util.Vector getParent()
          ºÎ¸ð ¼Ó¼º¿¡ ¸ÅÇÎµÈ °ªÀ» °¡Á®¿Â´Ù.
 AttrItem getParent(java.lang.String strID)
          ¼Ó¼º ID¿¡ ÇØ´çÇÏ´Â °ªÀ» ¹ÝȯÇÑ´Ù.
static void main(java.lang.String[] args)
          Method main
 void setParent(java.util.Vector vcParent)
          ºÎ¸ð ¼Ó¼º¿¡ ¸ÅÇεǴ °ªÀ» ¼³Á¤ÇÑ´Ù.
 java.lang.String toString()
          Method 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
 

Field Detail

m_vcParent

protected java.util.Vector m_vcParent
Field m_vcParent

Constructor Detail

Parent

public Parent()
ºÎ¸ð¼Ó¼º °´Ã¼ÀÇ »ý¼ºÀÚ

Method Detail

getParent

public final java.util.Vector getParent()
ºÎ¸ð ¼Ó¼º¿¡ ¸ÅÇÎµÈ °ªÀ» °¡Á®¿Â´Ù.

Returns:
ºÎ¸ð ¼Ó¼º¿¡ ¸ÅÇÎµÈ °ªÀ» °¡Á®¿Â´Ù. ¹ÝȯµÇ´Â Vector¿¡´Â ºÎ¸ð ¼Ó¼º °ªÀ» ´ã±âÀ§Çؼ­ AttrItem°´Ã¼°¡ ´ã°ÜÀÖ´Ù.
See Also:
AttrItem

getParent

public final AttrItem getParent(java.lang.String strID)
¼Ó¼º ID¿¡ ÇØ´çÇÏ´Â °ªÀ» ¹ÝȯÇÑ´Ù.

Parameters:
strID - ¼Ó¼º ID
Returns:
¼Ó¼º °ª(AttrItem)

setParent

public final void setParent(java.util.Vector vcParent)
ºÎ¸ð ¼Ó¼º¿¡ ¸ÅÇεǴ °ªÀ» ¼³Á¤ÇÑ´Ù. ±âÁ¸¿¡ ¼³Á¤µÇ¾î ÀÖ´ø ºÎ¸ð ¼Ó¼º°ªÀº »õ·Î ÀÔ·ÂµÈ °ªÀ¸·Î ´ëü µÈ´Ù.

Parameters:
vcParent - ºÎ¸ð¼Ó¼º°ª(AttrItem)À» ´ã°íÀÖ´Â Vector

addParent

public void addParent(java.lang.String strName,
                      java.lang.String strValue)
ºÎ¸ð¼Ó¼º¿¡ ¸ÅÇεǴ °ªÀ» Ãß°¡ÇÑ´Ù.

Parameters:
strName - ºÎ¸ð ¼Ó¼º¿¡ ¸ÅÇÎµÈ ¼Ó¼º ID
strValue - ¼Ó¼º °ª

addParent

public void addParent(AttrItem pi)
ºÎ¸ð ¼Ó¼º¿¡ ¸ÅÇÎµÈ °ª(AttrItem)À» Ãß°¡ÇÑ´Ù.

Parameters:
pi - ¸ÅÇÎµÈ °ª

deleteParent

public final void deleteParent(java.lang.String strName,
                               java.lang.String strValue)
¼³Á¤µÇ¾î ÀÖ´Â ºÎ¸ð¼Ó¼º¿¡ ¸ÅÇÎµÈ °ªÀ» »èÁ¦ÇÑ´Ù.

Parameters:
strName - ºÎ¸ð¼Ó¼º¿¡ ¸ÅÇεǴ ¼Ó¼º ID
strValue - ¼Ó¼º °ª

destroy

public void destroy()
Method destroy

Overrides:
destroy in class SFObject

finalize

public void finalize()
              throws java.lang.Throwable
Method finalize

Throws:
java.lang.Throwable

toString

public java.lang.String toString()
Method toString

Returns:
String

main

public static void main(java.lang.String[] args)
Method main

Parameters:
args - String[]


Copyright © 2004 SoftForum Corp. All Rights Reserved.