com.safeidentity.adminservice.objects
Class RoleSearchResult

java.lang.Object
  extended bycom.safeidentity.adminservice.objects.RoleSearchResult

public class RoleSearchResult
extends java.lang.Object

Author:
Administrator To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static int TYPE_DIRECT_BY_RULE_USER
          µ¿Àû ±ÔÄ¢À» ÅëÇÑ »ç¿ëÀÚ Á÷Á¢ ÇÒ´ç
static int TYPE_DIRECT_RESPERM
          ¸®¼Ò½º ÆÛ¹Ì¼Ç Á÷Á¢ ÇÒ´ç
static int TYPE_DIRECT_USER
          »ç¿ëÀÚ Á÷Á¢ ÇÒ´ç
static int TYPE_INDIRECT_BY_RULE_USER
          µ¿Àû ±ÔÄ¢ÀÇ »ó¼ÓÀ» ÅëÇÑ »ç¿ëÀÚ °£Á¢ ÇÒ´ç
static int TYPE_INDIRECT_RESPERM
          ¸®¼Ò½º ÆÛ¹Ì¼Ç °£Á¢ ÇÒ´ç
static int TYPE_INDIRECT_USER
          »ó¼ÓÀ» ÅëÇÑ »ç¿ëÀÚ °£Á¢ ÇÒ´ç
 
Constructor Summary
RoleSearchResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean getImmobility()
           
 java.lang.String getResult()
           
 int getType()
           
 boolean getTypeDirectByRuleUser()
           
 boolean getTypeDirectResperm()
           
 boolean getTypeDirectUser()
           
 boolean getTypeInDirectByRuleUser()
           
 boolean getTypeInDirectResperm()
           
 boolean getTypeInDirectUser()
           
 int hashCode()
           
static void main(java.lang.String[] args)
           
 void setImmobility(boolean bImmobility)
           
 void setResult(java.lang.String strResult)
           
 void setType(int nType)
           
 void setTypeDirectByRuleUser(boolean bTypeDirectByRule)
           
 void setTypeDirectResperm(boolean bTypeDirect)
           
 void setTypeDirectUser(boolean bTypeDirect)
           
 void setTypeInDirectByRuleUser(boolean bTypeInDirectByRule)
           
 void setTypeInDirectResperm(boolean bTypeInDirect)
           
 void setTypeInDirectUser(boolean bTypeInDirect)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_DIRECT_USER

public static int TYPE_DIRECT_USER
»ç¿ëÀÚ Á÷Á¢ ÇÒ´ç


TYPE_INDIRECT_USER

public static int TYPE_INDIRECT_USER
»ó¼ÓÀ» ÅëÇÑ »ç¿ëÀÚ °£Á¢ ÇÒ´ç


TYPE_DIRECT_BY_RULE_USER

public static int TYPE_DIRECT_BY_RULE_USER
µ¿Àû ±ÔÄ¢À» ÅëÇÑ »ç¿ëÀÚ Á÷Á¢ ÇÒ´ç


TYPE_INDIRECT_BY_RULE_USER

public static int TYPE_INDIRECT_BY_RULE_USER
µ¿Àû ±ÔÄ¢ÀÇ »ó¼ÓÀ» ÅëÇÑ »ç¿ëÀÚ °£Á¢ ÇÒ´ç


TYPE_DIRECT_RESPERM

public static int TYPE_DIRECT_RESPERM
¸®¼Ò½º ÆÛ¹Ì¼Ç Á÷Á¢ ÇÒ´ç


TYPE_INDIRECT_RESPERM

public static int TYPE_INDIRECT_RESPERM
¸®¼Ò½º ÆÛ¹Ì¼Ç °£Á¢ ÇÒ´ç

Constructor Detail

RoleSearchResult

public RoleSearchResult()
Method Detail

setType

public void setType(int nType)

getType

public int getType()

getTypeDirectUser

public boolean getTypeDirectUser()

setTypeDirectUser

public void setTypeDirectUser(boolean bTypeDirect)

getTypeInDirectUser

public boolean getTypeInDirectUser()

setTypeInDirectUser

public void setTypeInDirectUser(boolean bTypeInDirect)

getTypeDirectByRuleUser

public boolean getTypeDirectByRuleUser()

setTypeDirectByRuleUser

public void setTypeDirectByRuleUser(boolean bTypeDirectByRule)

getTypeInDirectByRuleUser

public boolean getTypeInDirectByRuleUser()

setTypeInDirectByRuleUser

public void setTypeInDirectByRuleUser(boolean bTypeInDirectByRule)

getTypeDirectResperm

public boolean getTypeDirectResperm()

setTypeDirectResperm

public void setTypeDirectResperm(boolean bTypeDirect)

getTypeInDirectResperm

public boolean getTypeInDirectResperm()

setTypeInDirectResperm

public void setTypeInDirectResperm(boolean bTypeInDirect)

setResult

public void setResult(java.lang.String strResult)

getResult

public java.lang.String getResult()

getImmobility

public boolean getImmobility()

setImmobility

public void setImmobility(boolean bImmobility)

main

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

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


Copyright © 2004 SoftForum Corp. All Rights Reserved.