|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.safeidentity.adminservice.objects.SFObject
com.safeidentity.adminservice.objects.Profile
com.safeidentity.adminservice.objects.ResPermGroup
Field Summary |
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 | |
ResPermGroup()
|
|
ResPermGroup(java.lang.String strId)
|
Method Summary | |
boolean |
addRpDn(java.lang.String strRpDn)
ResPermGroup¿¡ RpDn¸¦ Ãß°¡ÇÑ´Ù. |
boolean |
addRpDn(java.util.Vector szRpDn)
ResPermGroup¿¡ RpDn¸¦ Ãß°¡ÇÑ´Ù. |
boolean |
deleteRpDn(java.lang.String strRpDn)
ResPermGroup¿¡¼ RpDn¸¦ »èÁ¦ÇÑ´Ù. |
boolean |
deleteRpDn(java.util.Vector szRpDn)
ResPermGroup¿¡¼ RpDn¸¦ »èÁ¦ÇÑ´Ù. |
void |
destroy()
Method destroy |
void |
finalize()
|
java.util.Vector |
getRpDn()
|
boolean |
setRpDn(java.lang.String strRpDn)
ResPermGroupÀÇ RpDn¸¦ updateÇÑ´Ù. |
void |
setRpDn(java.util.Vector szRpDn)
ResPermGroupÀÇ RpDn¸¦ updateÇÑ´Ù. |
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 |
public ResPermGroup()
public ResPermGroup(java.lang.String strId)
Method Detail |
public java.util.Vector getRpDn()
public boolean setRpDn(java.lang.String strRpDn)
strRpDn
- : »õ·Ó°Ô ¼³Á¤ÇÒ RpDn Çϳª
public void setRpDn(java.util.Vector szRpDn)
szRpDn
- : »õ·Ó°Ô ¼³Á¤ÇÒ RpDnµé(vector)public boolean addRpDn(java.lang.String strRpDn)
strRpDn
- : Ãß°¡ÇÒ RpDn Çϳª
public boolean addRpDn(java.util.Vector szRpDn)
szRpDn
- : Ãß°¡ÇÒ RpDnµé(vector)
public boolean deleteRpDn(java.lang.String strRpDn)
strRpDn
- : »èÁ¦ÇÒ RpDn
public boolean deleteRpDn(java.util.Vector szRpDn)
szRpDn
- : »èÁ¦ÇÒ RpDnµé(vector)
public void destroy()
Profile
destroy
in class Profile
public void finalize() throws java.lang.Throwable
java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |